1. 4320f81 math.h for C's sake. by Jim Laskey · 18 years ago
  2. fef0242 completely revert patrick's enhancement to bugpoint. Though it makes bugpoint by Chris Lattner · 18 years ago
  3. cd6f46e add a new bugpoint mode -llc-safe. This uses LLC for both halves of a by Chris Lattner · 18 years ago
  4. b324bd7 silence warnings by Chris Lattner · 18 years ago
  5. b4a2f05 Teach ShrinkDemandedConstant how to handle X+C. This implements: by Chris Lattner · 18 years ago
  6. 12afb70 new testcases by Chris Lattner · 18 years ago
  7. d258efa getPostIndexedAddressParts change: passes in load/store instead of its loaded / stored VT. by Evan Cheng · 18 years ago
  8. a1fd650 Remove M_2_ADDR_FLAG. by Evan Cheng · 18 years ago
  9. dd2b955 Don't run bugpoint if we can't find a misoptimization. by Reid Spencer · 18 years ago
  10. e4d8f33 Print a usage message if too few arguments to program. by Reid Spencer · 18 years ago
  11. 28b7c7f Add a utility script to find a mis-optimization problem. This sometimes by Reid Spencer · 18 years ago
  12. 3ebb5a1 Should be xfailed for llvmgcc3 by Tanya Lattner · 18 years ago
  13. b1ae340 Should be xfailed for llvmgcc4 and NOT *. * means all platforms regardless of what llvmgcc you use. by Tanya Lattner · 18 years ago
  14. 81fd607 Added indexed store node and patfrag's. by Evan Cheng · 18 years ago
  15. 892aaf8 Divide select methods into groups by SelectionDAG node opcodes (ISD::ADD, by Evan Cheng · 18 years ago
  16. d8e0197 Ensure we don't regress on reading version 6 bytecode. by Reid Spencer · 18 years ago
  17. 6996feb Bump the bytecode version number to 7. Implement upgrade of version 6 and by Reid Spencer · 18 years ago
  18. aacf999 Use movl+xchgl instead of pushl+popl. by Evan Cheng · 18 years ago
  19. 0d53826 Match tblegen changes. by Evan Cheng · 18 years ago
  20. 811731e Always pass the root node to ComplexPattern isel matching function. by Evan Cheng · 18 years ago
  21. b00dddd Match more post-indexed ops. by Evan Cheng · 18 years ago
  22. 185f755 Should be xfailed for llvm-gcc3.4 by Tanya Lattner · 18 years ago
  23. 145b253 Document correct opcodes for post 1.9 release. by Reid Spencer · 18 years ago
  24. 3727fd3 Update the instruction opcodes for release 1.9 by Reid Spencer · 18 years ago
  25. 53738a4 reenable factoring of GEP expressions, being more precise about the by Chris Lattner · 18 years ago
  26. f6fd94d make this code more efficient by not creating a phi node we are just going to by Chris Lattner · 18 years ago
  27. d6c3422 Remove redundant <cmath>. by Jim Laskey · 18 years ago
  28. f0cd708 disable this factoring optzn for GEPs for now, this severely pessimizes some by Chris Lattner · 18 years ago
  29. 12cd001 Make sure <cmath> comes first by Jim Laskey · 18 years ago
  30. d96e180 Add backup support for HUGH_VALF. by Jim Laskey · 18 years ago
  31. 6e8c649 initial implementation of addressing mode 2 TODO: fix lea_addri by Rafael Espindola · 18 years ago
  32. a2f996a Make it work on Darwin. by Jim Laskey · 18 years ago
  33. 72a780f Include llvm/Support/DataTypes.h to define intptr_t. by John Criswell · 18 years ago
  34. 6ea0f6b Now can re-enable debug label folding. by Jim Laskey · 18 years ago
  35. b8244e4 Wasn't handling case of when machine move labels were undefined. by Jim Laskey · 18 years ago
  36. c63592b Split FunctionPassManager_New into FunctionPassManager_New and FunctionPassManagerImpl_New. by Devang Patel · 18 years ago
  37. 5a39b2e Split PassManager_New into PassManager_New and PassManagerImpl_New. by Devang Patel · 18 years ago
  38. c67c938 Move BasicBlockPassManager_New, FunctionPassManager_New and by Devang Patel · 18 years ago
  39. 03fa6ea - When performing pre-/post- indexed load/store transformation, do not worry by Evan Cheng · 18 years ago
  40. a4f53ef Fixed a minor bug preventing some pre-indexed load / store transformation. by Evan Cheng · 18 years ago
  41. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  42. 73fb075 XFAIL this on Linux until Jim gets Darwin ship shape. by Reid Spencer · 18 years ago
  43. 396b2ff now that we handle single mbb loops better, one branch is allowed by Chris Lattner · 18 years ago
  44. f49c176 regenerate by Chris Lattner · 18 years ago
  45. 3903369 Fix a bug noticed by Emil Mikulic. by Chris Lattner · 18 years ago
  46. 6c1491d Fix a obscure post-indexed load / store dag combine bug. by Evan Cheng · 18 years ago
  47. fc5b1ab Refactor all the addressing mode selection stuff into the isel lowering by Chris Lattner · 18 years ago
  48. 302bf9c correct the (currently unused) pattern for lwzu. by Chris Lattner · 18 years ago
  49. 97a6e8c preincrement case we miss. xfail until we catch it by Chris Lattner · 18 years ago
  50. 2c5d185 Beautify. by Devang Patel · 18 years ago
  51. 2fd21e6 Fix the section headings. by Reid Spencer · 18 years ago
  52. 9dee3ac For PR950: by Reid Spencer · 18 years ago
  53. 5d05695 optimize single MBB loops better. In particular, produce: by Chris Lattner · 18 years ago
  54. a9bf6f32 Beautify. Clarify comments. by Devang Patel · 18 years ago
  55. 53596b6 Update new pass managers to use PassManagerAnalysisHelper API. by Devang Patel · 18 years ago
  56. 359fa77 Derive new pass managers from PassManagerAnalysisHelper. by Devang Patel · 18 years ago
  57. d925150 scalarrepl should not split the two elements of the vsiidx array: by Chris Lattner · 18 years ago
  58. 03507f5 scalarrepl should not split the two elements of the vsiidx array: by Chris Lattner · 18 years ago
  59. 889739c Introduce PassManagerAnalysisHelper. by Devang Patel · 18 years ago
  60. b30803b Add PassManager_New. by Devang Patel · 18 years ago
  61. 4d23a2f New test case. by Evan Cheng · 18 years ago
  62. 6e56e2c Fixed a bug which causes x86 be to incorrectly match by Evan Cheng · 18 years ago
  63. 2ed0993 Fix comment. by Devang Patel · 18 years ago
  64. 92c45ee Add ModulePassManager_New. by Devang Patel · 18 years ago
  65. 4d0c1a0 Accidently reran commit. by Jim Laskey · 18 years ago
  66. 448d27c Add FunctionPassManager_New. by Devang Patel · 18 years ago
  67. 5e213ea Missed a label map, reverting till covered. by Jim Laskey · 18 years ago
  68. 55fd43f Add BasicBlockPassManager_New. by Devang Patel · 18 years ago
  69. fffcd69 Missed a label map, reverting till covered. by Jim Laskey · 18 years ago
  70. 1bce1fb Optionally allow comparison operations from affect DSGraphs by Andrew Lenharth · 18 years ago
  71. df983de Allow loop detection during debug in forwarding nodes, and revert auxcall patch as it make 176.gcc untenable by Andrew Lenharth · 18 years ago
  72. eb01e39 debug type for DSA TD by Andrew Lenharth · 18 years ago
  73. 9d4209f 1. Add a pass to fold debug label instructions so a debug info client can detect by Jim Laskey · 18 years ago
  74. 6e11295 add a note from viterbi by Chris Lattner · 18 years ago
  75. 393ebae Enable improved spilling costs by default. This speeds up viterbi on x86 by Chris Lattner · 18 years ago
  76. b9cac27 Got a little ahead of myself here by Andrew Lenharth · 18 years ago
  77. e42c02a Fix this test by Andrew Lenharth · 18 years ago
  78. 7902c75 Use correct value for float HUGH_VAL. by Jim Laskey · 18 years ago
  79. a7bb649 Added target hook for post-indexed memory ops transformation. by Evan Cheng · 18 years ago
  80. bbd6f6e Add post-indexed load / store transformations. by Evan Cheng · 18 years ago
  81. 6591788 Make some corrections to this test case. by Reid Spencer · 18 years ago
  82. 3b0f66b Ignore the Output dir. by Reid Spencer · 18 years ago
  83. ea30338 Add a test case for making sure gdb can get a stack trace with our debug by Reid Spencer · 18 years ago
  84. b75a663 Add a new llcbeta option. This speeds up viterbi from 12.34 to 8.76s on by Chris Lattner · 18 years ago
  85. 5a4951e Unbreak X86/ELF Debugging. Somehow this line got lost in Jim's cleanup. by Reid Spencer · 18 years ago
  86. f8dacd1 Bumping version number by Tanya Lattner · 18 years ago
  87. 6363971 wrong bug # by Chris Lattner · 18 years ago
  88. fa9aa2b Fix PR988 and CodeGen/Generic/2006-11-06-MemIntrinsicExpand.ll. by Chris Lattner · 18 years ago
  89. 1b896ca new testcase by Chris Lattner · 18 years ago
  90. 0921365 fix encoding of BLR by Chris Lattner · 18 years ago
  91. 2943436 emit TIED_TO correctly by Chris Lattner · 18 years ago
  92. d9a7f4d Mark predicate operands as such in operand info. by Chris Lattner · 18 years ago
  93. f6e8e6b Add a new operand flag to mark which operand is the first predicate operand by Chris Lattner · 18 years ago
  94. a0cca4a simplify the way operand flags and constraints are handled, making it easier by Chris Lattner · 18 years ago
  95. a818e92 recognize ppc's blr instruction as predicated by Chris Lattner · 18 years ago
  96. 1b1b737 add a flag so that predicated instructions can be recognized by branch folding by Chris Lattner · 18 years ago
  97. d5ad440 Remove dead code; added a missing null ptr check. by Evan Cheng · 18 years ago
  98. 8c97c07 add a note by Chris Lattner · 18 years ago
  99. 1d2bf88 Fix a small bug noticed on code review. by Reid Spencer · 18 years ago
  100. f910a3f Tab interferes with uniqueness. by Jim Laskey · 18 years ago