1. 83b557c Add doInitialization and doFinalization support in FunctionManager_New. by Devang Patel · 18 years ago
  2. 8619678 Tidy up marking of last analysis user pass. by Devang Patel · 18 years ago
  3. 3799f97 Add doInitialization and doFinalization support in FunctionManager_New. by Devang Patel · 18 years ago
  4. abb8105 Do not derive CommonPassManagerImpl from Pass. by Devang Patel · 18 years ago
  5. 33a4004 restore some 'magic' code that I removed: it is needed. Add comments explaining by Chris Lattner · 18 years ago
  6. 717a611 minimal hack to get patterns whose result type is iPTR to be selected. by Chris Lattner · 18 years ago
  7. 2f42ed6 Copy initializeAnalysisImpl() implementation from PassManagerT. by Devang Patel · 18 years ago
  8. 0d1bb13 remove some dead code by Chris Lattner · 18 years ago
  9. ab51ddd Add support for nodes that return iPTR. by Chris Lattner · 18 years ago
  10. 646085d changes to get ptr_rc to be accepted in patterns. This is needed for ppc preinc by Chris Lattner · 18 years ago
  11. 3cdd9f6 Revert. This wasn't meant to be checked in. by Evan Cheng · 18 years ago
  12. 26e552b group load and store instructions together. No functionality change. by Chris Lattner · 18 years ago
  13. fc14b31 Fix predicates for unindexed stores so they don't accidentally match indexed by Chris Lattner · 18 years ago
  14. 6a5339b Rework PPC64 calls. Now we have a LR8/CTR8 register which the PPC64 calls by Chris Lattner · 18 years ago
  15. d104342 remove a ton of custom selection logic no longer needed by Chris Lattner · 18 years ago
  16. 7c3a96b Fix a bug handling nodes with variable arguments. The code was fixed to assume by Chris Lattner · 18 years ago
  17. 20ddd4a it would be nice of ctlz were lowered to bsf etc. by Chris Lattner · 18 years ago
  18. e511b74 implement InstCombine/shift-simplify.ll by transforming: by Chris Lattner · 18 years ago
  19. 9961cf1 new testcase by Chris Lattner · 18 years ago
  20. 9c2328e implement InstCombine/and-compare.ll:test1. This compiles: by Chris Lattner · 18 years ago
  21. 96dddd9 new testcase by Chris Lattner · 18 years ago
  22. ac011bc lower "X = seteq Y, Z" to '(shr (ctlz (xor Y, Z)), 5)' instead of by Chris Lattner · 18 years ago
  23. 472c791 A shim over other AA impls to catch incorrect uses by Andrew Lenharth · 18 years ago
  24. d798a51 Discard code that supported old bytecode formats. This makes the Bytecode by Reid Spencer · 18 years ago
  25. df1a10e Implement removeDeadPasses(). by Devang Patel · 18 years ago
  26. 03153c7 Keep track of Last user of analysis phase. by Devang Patel · 18 years ago
  27. b899eed Use std::map to map AnalysisID and Pass. by Devang Patel · 18 years ago
  28. 9b62b45 add a note by Chris Lattner · 18 years ago
  29. 2fe4bf4 minor tweaks, reject vector preinc. by Chris Lattner · 18 years ago
  30. c1d6e1f Manage analysis passes during run. by Devang Patel · 18 years ago
  31. 01d3e38 Updating configure script for 2.0 by Tanya Lattner · 18 years ago
  32. 5770c7cd Update comments. by Devang Patel · 18 years ago
  33. 7ce4578 Matches MachineInstr changes. by Evan Cheng · 18 years ago
  34. d7de496 - Let MachineInstr ctors add implicit def and use operands. Other operands by Evan Cheng · 18 years ago
  35. 2718bfb Update PassManagerImpl_New::analysisCurrentlyAvailable to check all by Devang Patel · 18 years ago
  36. be6d515 Check currently available anlysis in active managers. by Devang Patel · 18 years ago
  37. c9dcf28 teach the g5 hazard recognizer about update loads. This fixes by Chris Lattner · 18 years ago
  38. 759bfd0 For PR950: Changes for new cast instructions that are backwards compatible. by Reid Spencer · 18 years ago
  39. d718559 Don't hard code test names into the test. by Reid Spencer · 18 years ago
  40. 497a27c Fix 80 cols violations. by Reid Spencer · 18 years ago
  41. f9dd2aa For PR950: Use the notcast script in preparation for 12 casts. by Reid Spencer · 18 years ago
  42. f7c8a97 For PR950: Use the notcast script in preparation for 12 cast instructions. by Reid Spencer · 18 years ago
  43. 28fa65b Make it handle plain old cast too, for old assembly. by Reid Spencer · 18 years ago
  44. 9fd5d13 Handle ptrtoint and inttoptr by Reid Spencer · 18 years ago
  45. 0244099 Add some output so the user is informed while they wait. by Reid Spencer · 18 years ago
  46. 7cbe67d Add a link to the GEP FAQ. by Reid Spencer · 18 years ago
  47. c2e6801 remove redundant code by Chris Lattner · 18 years ago
  48. bf63734 Cute example from Chris Lattner. by Nick Lewycky · 18 years ago
  49. b39a55a Initialize some pointers to quiet the compiler (when doing build_gcc builds). by Bill Wendling · 18 years ago
  50. 5c0ef47 Document new constant expr operators, rename bitconvert as bitcast. by Reid Spencer · 18 years ago
  51. a0610f9 Revert premature patch. by Reid Spencer · 18 years ago
  52. c795a48 Document new constant expr operators, rename bitconvert as bitcast. by Reid Spencer · 18 years ago
  53. dfc5588 Make sure stack link is set in 64-bit. by Jim Laskey · 18 years ago
  54. 863ab9f XFAIL All but powerpc by Jim Laskey · 18 years ago
  55. 7267925 Add a preview of two new conversion operators: ptrtoint and inttoptr. Update by Reid Spencer · 18 years ago
  56. 0288d18 Remvoe a do-nothing else block. by Reid Spencer · 18 years ago
  57. a07d5b9 Make an assert comment match the tested assertion. by Reid Spencer · 18 years ago
  58. 2803b4c Minor style fixes from review. by Reid Spencer · 18 years ago
  59. a94a203 implement proper PPC64 prolog/epilog codegen. by Chris Lattner · 18 years ago
  60. dc31a8a Add a -disable-loop-extraction option to bugpoint. by Reid Spencer · 18 years ago
  61. 4952143 For PR998: by Reid Spencer · 18 years ago
  62. 44e2f8f Works for PowerPC with frame pointers. by Jim Laskey · 18 years ago
  63. 2fe47fc Add -lstdc++ to the link line for C++ programs. by Reid Spencer · 18 years ago
  64. 4bfd1e9 Running with frame pointers prevented debugging, external probes and by Jim Laskey · 18 years ago
  65. 5cd3e9f Add implicit use / def operands to created MI's. by Evan Cheng · 18 years ago
  66. 3ba433a Add methods to add implicit def use operands to a MI. by Evan Cheng · 18 years ago
  67. 490ce1e Add all implicit defs to FP_REG_KILL mi. by Evan Cheng · 18 years ago
  68. 5b3bbc7 allow the offset of a preinc'd load to be the low-part of a global. This by Chris Lattner · 18 years ago
  69. d181c01 Mark operands as symbol lo instead of imm32 so that they print lo(x) around by Chris Lattner · 18 years ago
  70. f8af6f0 Implement schedulePasses(). by Devang Patel · 18 years ago
  71. fcb2d94 Implement PassManagerImpl_New::add(). by Devang Patel · 18 years ago
  72. 893a5a6 While adding pass into the manager, process Analysis only if it is by Devang Patel · 18 years ago
  73. f13dc1b Remove dead code. by Devang Patel · 18 years ago
  74. e253385 Code refactoring. Move common code into CommonPassManagerImpl :) by Devang Patel · 18 years ago
  75. 85d344b Move CommonPassManagerImpl from PassManager.h to PassManager.cpp by Devang Patel · 18 years ago
  76. 14d6581 Remove analysis that is not preserved by the pass from AvailableAnalysis. by Devang Patel · 18 years ago
  77. b852616 Keep track if analysis made available by the pass. by Devang Patel · 18 years ago
  78. e0351b9 Instruction name changes. by Reid Spencer · 18 years ago
  79. b18ec66 Enable path completion when typing the TESTSUITE= option by allowing the by Reid Spencer · 18 years ago
  80. 41e53fd disallow preinc of a frameindex. This is not profitable and causes 2-addr by Chris Lattner · 18 years ago
  81. 9f1794e reduce indentation by using early exits. No functionality change. by Chris Lattner · 18 years ago
  82. a363a0b Keep track of analysis required by the passes. Force use of new pass by Devang Patel · 18 years ago
  83. 448f219 move big chunks of code out-of-line, no functionality change. by Chris Lattner · 18 years ago
  84. ab4b7b4 enable this test, check ppc64 as well. by Chris Lattner · 18 years ago
  85. f6edf4d ppc64 doesn't have lwau, don't attempt to form it. by Chris Lattner · 18 years ago
  86. 7f5f75d Allow ENABLE_OPTIMIZED=0 to turn off optimization (turn on debug). by Reid Spencer · 18 years ago
  87. 94e509c implement preinc support for r+i loads on ppc64 by Chris Lattner · 18 years ago
  88. de2b660 Fix InstCombine/2006-11-10-ashr-miscompile.ll a miscompilation introduced by Chris Lattner · 18 years ago
  89. 7d6d241 This testcase is miscompiled by instcombine, reduced from 176.gcc by Chris Lattner · 18 years ago
  90. 484c7a1 Add a note. by Evan Cheng · 18 years ago
  91. a8d39be These are done. by Evan Cheng · 18 years ago
  92. 8ca2932 Don't dag combine floating point select to max and min intrinsics. Those by Evan Cheng · 18 years ago
  93. 734c91d Fix a dag combiner bug exposed by my recent instcombine patch. This fixes by Chris Lattner · 18 years ago
  94. 6832780 new testcase by Chris Lattner · 18 years ago
  95. 37a84c7 s/PassManagerAnalysisHelper/CommonPassManagerImpl by Devang Patel · 18 years ago
  96. d6373bc Fix a bug in SelectScalarSSELoad. Since the load is wrapped in a by Evan Cheng · 18 years ago
  97. a5fd380 Must have a frame pointer argument fixed. Now fails on PowerPC. by Jim Laskey · 18 years ago
  98. c243005 Must have a frame pointer. by Jim Laskey · 18 years ago
  99. 6a944e2 dform 8/9 are identical to dform 1 by Chris Lattner · 18 years ago
  100. 6b92592 This is XFAILed on i[0-9]86 systems not Linux by Reid Spencer · 18 years ago