1. 2803b4c Minor style fixes from review. by Reid Spencer · 18 years ago
  2. a94a203 implement proper PPC64 prolog/epilog codegen. by Chris Lattner · 18 years ago
  3. dc31a8a Add a -disable-loop-extraction option to bugpoint. by Reid Spencer · 18 years ago
  4. 4952143 For PR998: by Reid Spencer · 18 years ago
  5. 44e2f8f Works for PowerPC with frame pointers. by Jim Laskey · 18 years ago
  6. 2fe47fc Add -lstdc++ to the link line for C++ programs. by Reid Spencer · 18 years ago
  7. 4bfd1e9 Running with frame pointers prevented debugging, external probes and by Jim Laskey · 18 years ago
  8. 5cd3e9f Add implicit use / def operands to created MI's. by Evan Cheng · 18 years ago
  9. 3ba433a Add methods to add implicit def use operands to a MI. by Evan Cheng · 18 years ago
  10. 490ce1e Add all implicit defs to FP_REG_KILL mi. by Evan Cheng · 18 years ago
  11. 5b3bbc7 allow the offset of a preinc'd load to be the low-part of a global. This by Chris Lattner · 18 years ago
  12. d181c01 Mark operands as symbol lo instead of imm32 so that they print lo(x) around by Chris Lattner · 18 years ago
  13. f8af6f0 Implement schedulePasses(). by Devang Patel · 18 years ago
  14. fcb2d94 Implement PassManagerImpl_New::add(). by Devang Patel · 18 years ago
  15. 893a5a6 While adding pass into the manager, process Analysis only if it is by Devang Patel · 18 years ago
  16. f13dc1b Remove dead code. by Devang Patel · 18 years ago
  17. e253385 Code refactoring. Move common code into CommonPassManagerImpl :) by Devang Patel · 18 years ago
  18. 85d344b Move CommonPassManagerImpl from PassManager.h to PassManager.cpp by Devang Patel · 18 years ago
  19. 14d6581 Remove analysis that is not preserved by the pass from AvailableAnalysis. by Devang Patel · 18 years ago
  20. b852616 Keep track if analysis made available by the pass. by Devang Patel · 18 years ago
  21. e0351b9 Instruction name changes. by Reid Spencer · 18 years ago
  22. b18ec66 Enable path completion when typing the TESTSUITE= option by allowing the by Reid Spencer · 18 years ago
  23. 41e53fd disallow preinc of a frameindex. This is not profitable and causes 2-addr by Chris Lattner · 18 years ago
  24. 9f1794e reduce indentation by using early exits. No functionality change. by Chris Lattner · 18 years ago
  25. a363a0b Keep track of analysis required by the passes. Force use of new pass by Devang Patel · 18 years ago
  26. 448f219 move big chunks of code out-of-line, no functionality change. by Chris Lattner · 18 years ago
  27. ab4b7b4 enable this test, check ppc64 as well. by Chris Lattner · 18 years ago
  28. f6edf4d ppc64 doesn't have lwau, don't attempt to form it. by Chris Lattner · 18 years ago
  29. 7f5f75d Allow ENABLE_OPTIMIZED=0 to turn off optimization (turn on debug). by Reid Spencer · 18 years ago
  30. 94e509c implement preinc support for r+i loads on ppc64 by Chris Lattner · 18 years ago
  31. de2b660 Fix InstCombine/2006-11-10-ashr-miscompile.ll a miscompilation introduced by Chris Lattner · 18 years ago
  32. 7d6d241 This testcase is miscompiled by instcombine, reduced from 176.gcc by Chris Lattner · 18 years ago
  33. 484c7a1 Add a note. by Evan Cheng · 18 years ago
  34. a8d39be These are done. by Evan Cheng · 18 years ago
  35. 8ca2932 Don't dag combine floating point select to max and min intrinsics. Those by Evan Cheng · 18 years ago
  36. 734c91d Fix a dag combiner bug exposed by my recent instcombine patch. This fixes by Chris Lattner · 18 years ago
  37. 6832780 new testcase by Chris Lattner · 18 years ago
  38. 37a84c7 s/PassManagerAnalysisHelper/CommonPassManagerImpl by Devang Patel · 18 years ago
  39. d6373bc Fix a bug in SelectScalarSSELoad. Since the load is wrapped in a by Evan Cheng · 18 years ago
  40. a5fd380 Must have a frame pointer argument fixed. Now fails on PowerPC. by Jim Laskey · 18 years ago
  41. c243005 Must have a frame pointer. by Jim Laskey · 18 years ago
  42. 6a944e2 dform 8/9 are identical to dform 1 by Chris Lattner · 18 years ago
  43. 6b92592 This is XFAILed on i[0-9]86 systems not Linux by Reid Spencer · 18 years ago
  44. 8097ef3 Shut up the warning. by Jim Laskey · 18 years ago
  45. 50b3b50 Fix a potential bug. by Evan Cheng · 18 years ago
  46. 438f7bc Add implicit def / use operands to MachineInstr. by Evan Cheng · 18 years ago
  47. e7680ce Add implicit def / use operands to MachineInstr. by Evan Cheng · 18 years ago
  48. 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
  49. a8423c1 Adding target triple to test by Anton Korobeynikov · 18 years ago
  50. 9f852e9 xfail for llvmgcc3 by Tanya Lattner · 18 years ago
  51. 1e7aa5c commentate by Chris Lattner · 18 years ago
  52. 4eab714 add an initial cut at preinc loads for ppc32. This is broken for ppc64 by Chris Lattner · 18 years ago
  53. 42b51e4 make this test more interesting by Chris Lattner · 18 years ago
  54. f196839 allow ptr_rc to explicitly appear in an instructions operand list, it doesn't by Chris Lattner · 18 years ago
  55. 26ddb50 add note about ugly codegen with preinc by Chris Lattner · 18 years ago
  56. 171d09e Use TargetInstrInfo::getNumOperands() instead of MachineInstr::getNumOperands(). In preparation for implicit reg def/use changes. by Evan Cheng · 18 years ago
  57. df78611 Fixing PR990: http://llvm.org/PR990. by Anton Korobeynikov · 18 years ago
  58. 578d2df add a note about viterbi by Chris Lattner · 18 years ago
  59. 08ff148 second patch to fix PR992/993. by Chris Lattner · 18 years ago
  60. 0a629fb new testcases for PR992/993 by Chris Lattner · 18 years ago
  61. a9d709d Minimal patch to fix PR992/PR993 by Chris Lattner · 18 years ago
  62. d444879 Post-review changes on conversion instructions. by Reid Spencer · 18 years ago
  63. 3fa91b0 Fix runaway <tt> element and section ordering. by Reid Spencer · 18 years ago
  64. 16c469e Remove futurisms that won't be in our future. by Reid Spencer · 18 years ago
  65. 035ab57 One more time for indentation. by Reid Spencer · 18 years ago
  66. 47ce179 Fix indentation problem starting at GEP. by Reid Spencer · 18 years ago
  67. 9cab56d if lazy compilation is disabled, print an error message and abort if by Chris Lattner · 18 years ago
  68. 3d6e33d init ivar by Chris Lattner · 18 years ago
  69. 1c1a446 allow clients to indicate that they never want lazy compilation. by Chris Lattner · 18 years ago
  70. cd63319 PPC supports i32 / i64 pre-inc load / store. by Evan Cheng · 18 years ago
  71. 8dc5cad Don't attempt expensive pre-/post- indexed dag combine if target does not support them. by Evan Cheng · 18 years ago
  72. 5ff839f Add a mechanism to specify whether a target supports a particular indexed load / store. by Evan Cheng · 18 years ago
  73. 0030582 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 18 years ago
  74. 144d8f0 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 18 years ago
  75. 85f419b Allows debugging llc self hosted. by Jim Laskey · 18 years ago
  76. 5496f01 Merging dwarf info to a single compile unit. by Jim Laskey · 18 years ago
  77. f819a49 implement load effective address similar to the alpha backend by Rafael Espindola · 18 years ago
  78. cfa0c25 math.h creates ambiguity by Jim Laskey · 18 years ago
  79. 4320f81 math.h for C's sake. by Jim Laskey · 18 years ago
  80. fef0242 completely revert patrick's enhancement to bugpoint. Though it makes bugpoint by Chris Lattner · 18 years ago
  81. cd6f46e add a new bugpoint mode -llc-safe. This uses LLC for both halves of a by Chris Lattner · 18 years ago
  82. b324bd7 silence warnings by Chris Lattner · 18 years ago
  83. b4a2f05 Teach ShrinkDemandedConstant how to handle X+C. This implements: by Chris Lattner · 18 years ago
  84. 12afb70 new testcases by Chris Lattner · 18 years ago
  85. d258efa getPostIndexedAddressParts change: passes in load/store instead of its loaded / stored VT. by Evan Cheng · 18 years ago
  86. a1fd650 Remove M_2_ADDR_FLAG. by Evan Cheng · 18 years ago
  87. dd2b955 Don't run bugpoint if we can't find a misoptimization. by Reid Spencer · 18 years ago
  88. e4d8f33 Print a usage message if too few arguments to program. by Reid Spencer · 18 years ago
  89. 28b7c7f Add a utility script to find a mis-optimization problem. This sometimes by Reid Spencer · 18 years ago
  90. 3ebb5a1 Should be xfailed for llvmgcc3 by Tanya Lattner · 18 years ago
  91. b1ae340 Should be xfailed for llvmgcc4 and NOT *. * means all platforms regardless of what llvmgcc you use. by Tanya Lattner · 18 years ago
  92. 81fd607 Added indexed store node and patfrag's. by Evan Cheng · 18 years ago
  93. 892aaf8 Divide select methods into groups by SelectionDAG node opcodes (ISD::ADD, by Evan Cheng · 18 years ago
  94. d8e0197 Ensure we don't regress on reading version 6 bytecode. by Reid Spencer · 18 years ago
  95. 6996feb Bump the bytecode version number to 7. Implement upgrade of version 6 and by Reid Spencer · 18 years ago
  96. aacf999 Use movl+xchgl instead of pushl+popl. by Evan Cheng · 18 years ago
  97. 0d53826 Match tblegen changes. by Evan Cheng · 18 years ago
  98. 811731e Always pass the root node to ComplexPattern isel matching function. by Evan Cheng · 18 years ago
  99. b00dddd Match more post-indexed ops. by Evan Cheng · 18 years ago
  100. 185f755 Should be xfailed for llvm-gcc3.4 by Tanya Lattner · 18 years ago