1. 42b51e4 make this test more interesting by Chris Lattner · 18 years ago
  2. f196839 allow ptr_rc to explicitly appear in an instructions operand list, it doesn't by Chris Lattner · 18 years ago
  3. 26ddb50 add note about ugly codegen with preinc by Chris Lattner · 18 years ago
  4. 171d09e Use TargetInstrInfo::getNumOperands() instead of MachineInstr::getNumOperands(). In preparation for implicit reg def/use changes. by Evan Cheng · 18 years ago
  5. df78611 Fixing PR990: http://llvm.org/PR990. by Anton Korobeynikov · 18 years ago
  6. 578d2df add a note about viterbi by Chris Lattner · 18 years ago
  7. 08ff148 second patch to fix PR992/993. by Chris Lattner · 18 years ago
  8. 0a629fb new testcases for PR992/993 by Chris Lattner · 18 years ago
  9. a9d709d Minimal patch to fix PR992/PR993 by Chris Lattner · 18 years ago
  10. d444879 Post-review changes on conversion instructions. by Reid Spencer · 18 years ago
  11. 3fa91b0 Fix runaway <tt> element and section ordering. by Reid Spencer · 18 years ago
  12. 16c469e Remove futurisms that won't be in our future. by Reid Spencer · 18 years ago
  13. 035ab57 One more time for indentation. by Reid Spencer · 18 years ago
  14. 47ce179 Fix indentation problem starting at GEP. by Reid Spencer · 18 years ago
  15. 9cab56d if lazy compilation is disabled, print an error message and abort if by Chris Lattner · 18 years ago
  16. 3d6e33d init ivar by Chris Lattner · 18 years ago
  17. 1c1a446 allow clients to indicate that they never want lazy compilation. by Chris Lattner · 18 years ago
  18. cd63319 PPC supports i32 / i64 pre-inc load / store. by Evan Cheng · 18 years ago
  19. 8dc5cad Don't attempt expensive pre-/post- indexed dag combine if target does not support them. by Evan Cheng · 18 years ago
  20. 5ff839f Add a mechanism to specify whether a target supports a particular indexed load / store. by Evan Cheng · 18 years ago
  21. 0030582 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 18 years ago
  22. 144d8f0 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 18 years ago
  23. 85f419b Allows debugging llc self hosted. by Jim Laskey · 18 years ago
  24. 5496f01 Merging dwarf info to a single compile unit. by Jim Laskey · 18 years ago
  25. f819a49 implement load effective address similar to the alpha backend by Rafael Espindola · 18 years ago
  26. cfa0c25 math.h creates ambiguity by Jim Laskey · 18 years ago
  27. 4320f81 math.h for C's sake. by Jim Laskey · 18 years ago
  28. fef0242 completely revert patrick's enhancement to bugpoint. Though it makes bugpoint by Chris Lattner · 18 years ago
  29. cd6f46e add a new bugpoint mode -llc-safe. This uses LLC for both halves of a by Chris Lattner · 18 years ago
  30. b324bd7 silence warnings by Chris Lattner · 18 years ago
  31. b4a2f05 Teach ShrinkDemandedConstant how to handle X+C. This implements: by Chris Lattner · 18 years ago
  32. 12afb70 new testcases by Chris Lattner · 18 years ago
  33. d258efa getPostIndexedAddressParts change: passes in load/store instead of its loaded / stored VT. by Evan Cheng · 18 years ago
  34. a1fd650 Remove M_2_ADDR_FLAG. by Evan Cheng · 18 years ago
  35. dd2b955 Don't run bugpoint if we can't find a misoptimization. by Reid Spencer · 18 years ago
  36. e4d8f33 Print a usage message if too few arguments to program. by Reid Spencer · 18 years ago
  37. 28b7c7f Add a utility script to find a mis-optimization problem. This sometimes by Reid Spencer · 18 years ago
  38. 3ebb5a1 Should be xfailed for llvmgcc3 by Tanya Lattner · 18 years ago
  39. b1ae340 Should be xfailed for llvmgcc4 and NOT *. * means all platforms regardless of what llvmgcc you use. by Tanya Lattner · 18 years ago
  40. 81fd607 Added indexed store node and patfrag's. by Evan Cheng · 18 years ago
  41. 892aaf8 Divide select methods into groups by SelectionDAG node opcodes (ISD::ADD, by Evan Cheng · 18 years ago
  42. d8e0197 Ensure we don't regress on reading version 6 bytecode. by Reid Spencer · 18 years ago
  43. 6996feb Bump the bytecode version number to 7. Implement upgrade of version 6 and by Reid Spencer · 18 years ago
  44. aacf999 Use movl+xchgl instead of pushl+popl. by Evan Cheng · 18 years ago
  45. 0d53826 Match tblegen changes. by Evan Cheng · 18 years ago
  46. 811731e Always pass the root node to ComplexPattern isel matching function. by Evan Cheng · 18 years ago
  47. b00dddd Match more post-indexed ops. by Evan Cheng · 18 years ago
  48. 185f755 Should be xfailed for llvm-gcc3.4 by Tanya Lattner · 18 years ago
  49. 145b253 Document correct opcodes for post 1.9 release. by Reid Spencer · 18 years ago
  50. 3727fd3 Update the instruction opcodes for release 1.9 by Reid Spencer · 18 years ago
  51. 53738a4 reenable factoring of GEP expressions, being more precise about the by Chris Lattner · 18 years ago
  52. f6fd94d make this code more efficient by not creating a phi node we are just going to by Chris Lattner · 18 years ago
  53. d6c3422 Remove redundant <cmath>. by Jim Laskey · 18 years ago
  54. f0cd708 disable this factoring optzn for GEPs for now, this severely pessimizes some by Chris Lattner · 18 years ago
  55. 12cd001 Make sure <cmath> comes first by Jim Laskey · 18 years ago
  56. d96e180 Add backup support for HUGH_VALF. by Jim Laskey · 18 years ago
  57. 6e8c649 initial implementation of addressing mode 2 TODO: fix lea_addri by Rafael Espindola · 18 years ago
  58. a2f996a Make it work on Darwin. by Jim Laskey · 18 years ago
  59. 72a780f Include llvm/Support/DataTypes.h to define intptr_t. by John Criswell · 18 years ago
  60. 6ea0f6b Now can re-enable debug label folding. by Jim Laskey · 18 years ago
  61. b8244e4 Wasn't handling case of when machine move labels were undefined. by Jim Laskey · 18 years ago
  62. c63592b Split FunctionPassManager_New into FunctionPassManager_New and FunctionPassManagerImpl_New. by Devang Patel · 18 years ago
  63. 5a39b2e Split PassManager_New into PassManager_New and PassManagerImpl_New. by Devang Patel · 18 years ago
  64. c67c938 Move BasicBlockPassManager_New, FunctionPassManager_New and by Devang Patel · 18 years ago
  65. 03fa6ea - When performing pre-/post- indexed load/store transformation, do not worry by Evan Cheng · 18 years ago
  66. a4f53ef Fixed a minor bug preventing some pre-indexed load / store transformation. by Evan Cheng · 18 years ago
  67. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  68. 73fb075 XFAIL this on Linux until Jim gets Darwin ship shape. by Reid Spencer · 18 years ago
  69. 396b2ff now that we handle single mbb loops better, one branch is allowed by Chris Lattner · 18 years ago
  70. f49c176 regenerate by Chris Lattner · 18 years ago
  71. 3903369 Fix a bug noticed by Emil Mikulic. by Chris Lattner · 18 years ago
  72. 6c1491d Fix a obscure post-indexed load / store dag combine bug. by Evan Cheng · 18 years ago
  73. fc5b1ab Refactor all the addressing mode selection stuff into the isel lowering by Chris Lattner · 18 years ago
  74. 302bf9c correct the (currently unused) pattern for lwzu. by Chris Lattner · 18 years ago
  75. 97a6e8c preincrement case we miss. xfail until we catch it by Chris Lattner · 18 years ago
  76. 2c5d185 Beautify. by Devang Patel · 18 years ago
  77. 2fd21e6 Fix the section headings. by Reid Spencer · 18 years ago
  78. 9dee3ac For PR950: by Reid Spencer · 18 years ago
  79. 5d05695 optimize single MBB loops better. In particular, produce: by Chris Lattner · 18 years ago
  80. a9bf6f32 Beautify. Clarify comments. by Devang Patel · 18 years ago
  81. 53596b6 Update new pass managers to use PassManagerAnalysisHelper API. by Devang Patel · 18 years ago
  82. 359fa77 Derive new pass managers from PassManagerAnalysisHelper. by Devang Patel · 18 years ago
  83. d925150 scalarrepl should not split the two elements of the vsiidx array: by Chris Lattner · 18 years ago
  84. 03507f5 scalarrepl should not split the two elements of the vsiidx array: by Chris Lattner · 18 years ago
  85. 889739c Introduce PassManagerAnalysisHelper. by Devang Patel · 18 years ago
  86. b30803b Add PassManager_New. by Devang Patel · 18 years ago
  87. 4d23a2f New test case. by Evan Cheng · 18 years ago
  88. 6e56e2c Fixed a bug which causes x86 be to incorrectly match by Evan Cheng · 18 years ago
  89. 2ed0993 Fix comment. by Devang Patel · 18 years ago
  90. 92c45ee Add ModulePassManager_New. by Devang Patel · 18 years ago
  91. 4d0c1a0 Accidently reran commit. by Jim Laskey · 18 years ago
  92. 448d27c Add FunctionPassManager_New. by Devang Patel · 18 years ago
  93. 5e213ea Missed a label map, reverting till covered. by Jim Laskey · 18 years ago
  94. 55fd43f Add BasicBlockPassManager_New. by Devang Patel · 18 years ago
  95. fffcd69 Missed a label map, reverting till covered. by Jim Laskey · 18 years ago
  96. 1bce1fb Optionally allow comparison operations from affect DSGraphs by Andrew Lenharth · 18 years ago
  97. 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
  98. eb01e39 debug type for DSA TD by Andrew Lenharth · 18 years ago
  99. 9d4209f 1. Add a pass to fold debug label instructions so a debug info client can detect by Jim Laskey · 18 years ago
  100. 6e11295 add a note from viterbi by Chris Lattner · 18 years ago