1. b71fd78 Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 18 years ago
  2. d6842e4 Remove unneeded forward decls by Chris Lattner · 18 years ago
  3. 43193d6 remove dead #include by Chris Lattner · 18 years ago
  4. 5e14b82 Fix the PPC regressions last night by Chris Lattner · 18 years ago
  5. d23b5ba Fix a gcc 4.2 warning. by Chris Lattner · 18 years ago
  6. f8e07f4 Switch loads over to use memri as the operand instead of a reg/imm operand by Chris Lattner · 18 years ago
  7. 8619678 Tidy up marking of last analysis user pass. by Devang Patel · 18 years ago
  8. 3799f97 Add doInitialization and doFinalization support in FunctionManager_New. by Devang Patel · 18 years ago
  9. abb8105 Do not derive CommonPassManagerImpl from Pass. by Devang Patel · 18 years ago
  10. 2f42ed6 Copy initializeAnalysisImpl() implementation from PassManagerT. by Devang Patel · 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. 20ddd4a it would be nice of ctlz were lowered to bsf etc. by Chris Lattner · 18 years ago
  17. e511b74 implement InstCombine/shift-simplify.ll by transforming: by Chris Lattner · 18 years ago
  18. 9c2328e implement InstCombine/and-compare.ll:test1. This compiles: by Chris Lattner · 18 years ago
  19. ac011bc lower "X = seteq Y, Z" to '(shr (ctlz (xor Y, Z)), 5)' instead of by Chris Lattner · 18 years ago
  20. 472c791 A shim over other AA impls to catch incorrect uses by Andrew Lenharth · 18 years ago
  21. d798a51 Discard code that supported old bytecode formats. This makes the Bytecode by Reid Spencer · 18 years ago
  22. df1a10e Implement removeDeadPasses(). by Devang Patel · 18 years ago
  23. 03153c7 Keep track of Last user of analysis phase. by Devang Patel · 18 years ago
  24. b899eed Use std::map to map AnalysisID and Pass. by Devang Patel · 18 years ago
  25. 9b62b45 add a note by Chris Lattner · 18 years ago
  26. 2fe4bf4 minor tweaks, reject vector preinc. by Chris Lattner · 18 years ago
  27. c1d6e1f Manage analysis passes during run. by Devang Patel · 18 years ago
  28. 5770c7cd Update comments. by Devang Patel · 18 years ago
  29. 7ce4578 Matches MachineInstr changes. by Evan Cheng · 18 years ago
  30. d7de496 - Let MachineInstr ctors add implicit def and use operands. Other operands by Evan Cheng · 18 years ago
  31. 2718bfb Update PassManagerImpl_New::analysisCurrentlyAvailable to check all by Devang Patel · 18 years ago
  32. be6d515 Check currently available anlysis in active managers. by Devang Patel · 18 years ago
  33. c9dcf28 teach the g5 hazard recognizer about update loads. This fixes by Chris Lattner · 18 years ago
  34. c2e6801 remove redundant code by Chris Lattner · 18 years ago
  35. bf63734 Cute example from Chris Lattner. by Nick Lewycky · 18 years ago
  36. b39a55a Initialize some pointers to quiet the compiler (when doing build_gcc builds). by Bill Wendling · 18 years ago
  37. dfc5588 Make sure stack link is set in 64-bit. by Jim Laskey · 18 years ago
  38. 0288d18 Remvoe a do-nothing else block. by Reid Spencer · 18 years ago
  39. a07d5b9 Make an assert comment match the tested assertion. by Reid Spencer · 18 years ago
  40. a94a203 implement proper PPC64 prolog/epilog codegen. by Chris Lattner · 18 years ago
  41. 4952143 For PR998: by Reid Spencer · 18 years ago
  42. 4bfd1e9 Running with frame pointers prevented debugging, external probes and by Jim Laskey · 18 years ago
  43. 5cd3e9f Add implicit use / def operands to created MI's. by Evan Cheng · 18 years ago
  44. 3ba433a Add methods to add implicit def use operands to a MI. by Evan Cheng · 18 years ago
  45. 490ce1e Add all implicit defs to FP_REG_KILL mi. by Evan Cheng · 18 years ago
  46. 5b3bbc7 allow the offset of a preinc'd load to be the low-part of a global. This by Chris Lattner · 18 years ago
  47. d181c01 Mark operands as symbol lo instead of imm32 so that they print lo(x) around by Chris Lattner · 18 years ago
  48. f8af6f0 Implement schedulePasses(). by Devang Patel · 18 years ago
  49. fcb2d94 Implement PassManagerImpl_New::add(). by Devang Patel · 18 years ago
  50. 893a5a6 While adding pass into the manager, process Analysis only if it is by Devang Patel · 18 years ago
  51. f13dc1b Remove dead code. by Devang Patel · 18 years ago
  52. e253385 Code refactoring. Move common code into CommonPassManagerImpl :) by Devang Patel · 18 years ago
  53. 85d344b Move CommonPassManagerImpl from PassManager.h to PassManager.cpp by Devang Patel · 18 years ago
  54. 14d6581 Remove analysis that is not preserved by the pass from AvailableAnalysis. by Devang Patel · 18 years ago
  55. b852616 Keep track if analysis made available by the pass. by Devang Patel · 18 years ago
  56. 41e53fd disallow preinc of a frameindex. This is not profitable and causes 2-addr by Chris Lattner · 18 years ago
  57. 9f1794e reduce indentation by using early exits. No functionality change. by Chris Lattner · 18 years ago
  58. a363a0b Keep track of analysis required by the passes. Force use of new pass by Devang Patel · 18 years ago
  59. 448f219 move big chunks of code out-of-line, no functionality change. by Chris Lattner · 18 years ago
  60. f6edf4d ppc64 doesn't have lwau, don't attempt to form it. by Chris Lattner · 18 years ago
  61. 94e509c implement preinc support for r+i loads on ppc64 by Chris Lattner · 18 years ago
  62. de2b660 Fix InstCombine/2006-11-10-ashr-miscompile.ll a miscompilation introduced by Chris Lattner · 18 years ago
  63. 484c7a1 Add a note. by Evan Cheng · 18 years ago
  64. a8d39be These are done. by Evan Cheng · 18 years ago
  65. 8ca2932 Don't dag combine floating point select to max and min intrinsics. Those by Evan Cheng · 18 years ago
  66. 734c91d Fix a dag combiner bug exposed by my recent instcombine patch. This fixes by Chris Lattner · 18 years ago
  67. 37a84c7 s/PassManagerAnalysisHelper/CommonPassManagerImpl by Devang Patel · 18 years ago
  68. d6373bc Fix a bug in SelectScalarSSELoad. Since the load is wrapped in a by Evan Cheng · 18 years ago
  69. 6a944e2 dform 8/9 are identical to dform 1 by Chris Lattner · 18 years ago
  70. 50b3b50 Fix a potential bug. by Evan Cheng · 18 years ago
  71. 438f7bc Add implicit def / use operands to MachineInstr. by Evan Cheng · 18 years ago
  72. a7ff64d When forming a pre-indexed store, make sure ptr isn't the same or is a pred of value being stored. It would cause a cycle. by Evan Cheng · 18 years ago
  73. 1e7aa5c commentate by Chris Lattner · 18 years ago
  74. 4eab714 add an initial cut at preinc loads for ppc32. This is broken for ppc64 by Chris Lattner · 18 years ago
  75. 26ddb50 add note about ugly codegen with preinc by Chris Lattner · 18 years ago
  76. 171d09e Use TargetInstrInfo::getNumOperands() instead of MachineInstr::getNumOperands(). In preparation for implicit reg def/use changes. by Evan Cheng · 18 years ago
  77. df78611 Fixing PR990: http://llvm.org/PR990. by Anton Korobeynikov · 18 years ago
  78. 578d2df add a note about viterbi by Chris Lattner · 18 years ago
  79. 08ff148 second patch to fix PR992/993. by Chris Lattner · 18 years ago
  80. a9d709d Minimal patch to fix PR992/PR993 by Chris Lattner · 18 years ago
  81. 9cab56d if lazy compilation is disabled, print an error message and abort if by Chris Lattner · 18 years ago
  82. 3d6e33d init ivar by Chris Lattner · 18 years ago
  83. cd63319 PPC supports i32 / i64 pre-inc load / store. by Evan Cheng · 18 years ago
  84. 8dc5cad Don't attempt expensive pre-/post- indexed dag combine if target does not support them. by Evan Cheng · 18 years ago
  85. 5ff839f Add a mechanism to specify whether a target supports a particular indexed load / store. by Evan Cheng · 18 years ago
  86. 0030582 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 18 years ago
  87. 144d8f0 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 18 years ago
  88. 85f419b Allows debugging llc self hosted. by Jim Laskey · 18 years ago
  89. 5496f01 Merging dwarf info to a single compile unit. by Jim Laskey · 18 years ago
  90. f819a49 implement load effective address similar to the alpha backend by Rafael Espindola · 18 years ago
  91. b324bd7 silence warnings by Chris Lattner · 18 years ago
  92. b4a2f05 Teach ShrinkDemandedConstant how to handle X+C. This implements: by Chris Lattner · 18 years ago
  93. d258efa getPostIndexedAddressParts change: passes in load/store instead of its loaded / stored VT. by Evan Cheng · 18 years ago
  94. a1fd650 Remove M_2_ADDR_FLAG. by Evan Cheng · 18 years ago
  95. 81fd607 Added indexed store node and patfrag's. by Evan Cheng · 18 years ago
  96. 6996feb Bump the bytecode version number to 7. Implement upgrade of version 6 and by Reid Spencer · 18 years ago
  97. aacf999 Use movl+xchgl instead of pushl+popl. by Evan Cheng · 18 years ago
  98. 0d53826 Match tblegen changes. by Evan Cheng · 18 years ago
  99. b00dddd Match more post-indexed ops. by Evan Cheng · 18 years ago
  100. 53738a4 reenable factoring of GEP expressions, being more precise about the by Chris Lattner · 18 years ago