1. 1628cec For PR950: by Reid Spencer · 18 years ago
  2. 7043d00 Fix 2006-10-25-AddSetCC. A relational operator (like setlt) can never by Nick Lewycky · 18 years ago
  3. 30b3b1c Handling of setlt/le/gt/ge is broken at the moment; predsimplify removes by Nick Lewycky · 18 years ago
  4. b43f00b Make the makefile tell us when Intrinsics.gen is being updated. by Reid Spencer · 18 years ago
  5. aa596f3 This testcase was logically wrong! Fixing, and including the test for the by Nick Lewycky · 18 years ago
  6. e63bf95 Resurrect r1.25. Fix and comment the "or", "and" and "xor" transformations. by Nick Lewycky · 18 years ago
  7. c2e91e3 simplify code by Chris Lattner · 18 years ago
  8. 5962d3e New shuffle test case. by Evan Cheng · 18 years ago
  9. 9eca5e8 During vector shuffle lowering, we sometimes commute a vector shuffle to try by Evan Cheng · 18 years ago
  10. 009073d X86ISD::PEXTRW 3rd operand type is always target pointer type. by Evan Cheng · 18 years ago
  11. b67e8f2 hide symbols properly by Chris Lattner · 18 years ago
  12. 9bbbb98 Remove -disable-x86-shuffle-opti by Evan Cheng · 18 years ago
  13. 4e3be89 Fix for PR960. Improves bugpoint so that it removes global variable by Bill Wendling · 18 years ago
  14. 08fb05c Supply alignment info to linker through LLVMSymbol. by Devang Patel · 18 years ago
  15. 323ece6 turn off tail merging for now by Chris Lattner · 18 years ago
  16. 13a0412 be more aggressive about matching identical instructions. by Chris Lattner · 18 years ago
  17. f603618 Allow this to pass on ppc by Chris Lattner · 18 years ago
  18. 4fa2ba6 Modernize the testcase, allow it to pass on ppc by Chris Lattner · 18 years ago
  19. 5f90cbc TargetData is not subclassed. So no need to have virtual method. by Devang Patel · 18 years ago
  20. 93858f6 Targets should depend on all the intrinsics.td files also, otherwise they by Chris Lattner · 18 years ago
  21. f9c197e Move getPreferredAlignmentLog from AsmPrinter to TargetData by Devang Patel · 18 years ago
  22. 0e5e3aa expand ISD::VACOPY by Rafael Espindola · 18 years ago
  23. 2f6a8b1 Removed extraneous semi-colon; this was prevening the grammar file from by John Criswell · 18 years ago
  24. 6152b7e Instead of hard coding global prefix, use TargetAsmInfo. Add LTO destructor. by Devang Patel · 18 years ago
  25. 2452595 visitSwitchCase knows how to insert conditional branches well. Change by Chris Lattner · 18 years ago
  26. 57ab659 Generalize CaseBlock a bit more: by Chris Lattner · 18 years ago
  27. 33644ba update comment by Chris Lattner · 18 years ago
  28. bacf9f4 Fix CodeGen/IA64/ret-0.ll, which has apparently been broken since some of the by Chris Lattner · 18 years ago
  29. d1300ab new testcase by Chris Lattner · 18 years ago
  30. 3d7d39a fix warning about missing newline at end of file by Rafael Espindola · 18 years ago
  31. 7b248d9 generalize 'CaseBlock'. It really allows any comparison to be inserted. by Chris Lattner · 18 years ago
  32. 578e64a implement uncond branch insertion, mark branches with isBranch. by Chris Lattner · 18 years ago
  33. 11533e2 implement uncond branch insertion for the branch folding pass by Chris Lattner · 18 years ago
  34. 0476b28 implement uncond branch insertion so alpha works work branchfolding. by Chris Lattner · 18 years ago
  35. e87146a implement uncond branch insertion for sparc to fix regressions from last night by Chris Lattner · 18 years ago
  36. cf10391 new bad case by Chris Lattner · 18 years ago
  37. 62d07d6 Don't do dead block elimination in fast mode. by Jim Laskey · 18 years ago
  38. 24321d7 fix assert comment by Rafael Espindola · 18 years ago
  39. e719d9f LinearScanner hotspot. by Jim Laskey · 18 years ago
  40. fcc1d94 Tighter data structure for deleted debug labels. by Jim Laskey · 18 years ago
  41. ae5d51c Fix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll by Chris Lattner · 18 years ago
  42. b0d6dbf New testcase that crashes scalarrepl by Chris Lattner · 18 years ago
  43. 7d09784 move single basic blocks that are neither fallen into nor fall out of into by Chris Lattner · 18 years ago
  44. e90c537 Add intrinsics for the rest of the DCB* instructions. by Chris Lattner · 18 years ago
  45. 0b2e613 add missing dcb* intrinsics by Chris Lattner · 18 years ago
  46. ef2aa19 Revert back to r1.21, which was the last revision of predsimplify that by Chris Lattner · 18 years ago
  47. c585a3f add moveBefore/moveAfter helper methods by Chris Lattner · 18 years ago
  48. 2a4dd68 Fix typo. Add more comment. Avoid extra hash_map search. by Devang Patel · 18 years ago
  49. 34ea076 add two helper methods by Chris Lattner · 18 years ago
  50. f2ca21f Add removeModule(). by Devang Patel · 18 years ago
  51. a4bcfe1 Enable tail merging by default. by Chris Lattner · 18 years ago
  52. 2cd931f Update test case. by Evan Cheng · 18 years ago
  53. c391d16 implement STRB and STRH by Rafael Espindola · 18 years ago
  54. d8ed7f8 expand ISD::MEMSET by Rafael Espindola · 18 years ago
  55. 12711df Make these hack flags hidden, like other dsa hack flags by Andrew Lenharth · 18 years ago
  56. 72be6e6 Revert the aggressive inlining for now, it doesn't handle external correctly by Andrew Lenharth · 18 years ago
  57. 9a9aa4c change this back by Andrew Lenharth · 18 years ago
  58. 21c04a3 restore these tests by Andrew Lenharth · 18 years ago
  59. ddaaa37 Handle fallout from the recent branch-on-undef changes. This fixes by Chris Lattner · 18 years ago
  60. e285d59 new testcase by Chris Lattner · 18 years ago
  61. b354343 Minor tweak. Instead of generating: by Chris Lattner · 18 years ago
  62. 66ebf09 More complete solution to deleting blocks and debug info. by Jim Laskey · 18 years ago
  63. 978b35e [SU]int update - inactive code may get activated someday by Jim Laskey · 18 years ago
  64. 937e87a Fix test case. by Evan Cheng · 18 years ago
  65. c17229d Remove the Backwards operation. Resolving now works at the time when a by Nick Lewycky · 18 years ago
  66. b2e806e Fix phi node updating for switches lowered to linear sequences of branches. by Chris Lattner · 18 years ago
  67. e236ac6 disable this code for now, it's not yet safely updating phi nodes by Chris Lattner · 18 years ago
  68. 7e189d0 Fix similar missing optimization opportunity in XOR. by Nick Lewycky · 18 years ago
  69. ecb8d06 this part implemented. by Chris Lattner · 18 years ago
  70. 92a8b71 Whoops! Add missing NULL check. by Nick Lewycky · 18 years ago
  71. 1a3ecbb Do section switching right way for Mingw\Cygwin and Linux. by Anton Korobeynikov · 18 years ago
  72. d2c1d22 Implement PR964 and Regression/CodeGen/Generic/SwitchLowering.ll by Chris Lattner · 18 years ago
  73. 5062250 Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed by Nick Lewycky · 18 years ago
  74. 96f5362 new testcase for PR964 by Chris Lattner · 18 years ago
  75. 802fe27 AllocaInst can't return a null pointer. Fixes missed optimization by Nick Lewycky · 18 years ago
  76. 32b1e87 Add a workaround for PR962, disabling the more aggressive form of this by Chris Lattner · 18 years ago
  77. 2cb46e1 Don't generate a prototype for _setjmp. At least on Linux, this function by Reid Spencer · 18 years ago
  78. 21be865 Regenerate. by Reid Spencer · 18 years ago
  79. fd6131b Remove unneeded CHECK_FOR_ERROR invocations. by Reid Spencer · 18 years ago
  80. 1ae022f regenerate by Chris Lattner · 18 years ago
  81. 10b2711 change keyword to datalayout by Chris Lattner · 18 years ago
  82. d2f9e60 Change keyword to datalayout by Chris Lattner · 18 years ago
  83. d2d8670 3 Changes: by Chris Lattner · 18 years ago
  84. cd5bad3 New, wonderful isSuccessor method by Chris Lattner · 18 years ago
  85. 4bc135e don't break infinite loops by Chris Lattner · 18 years ago
  86. 7c4fe25 Implement support for branch reversal, fix a bug in branch analysis. by Chris Lattner · 18 years ago
  87. a2d7995 Use branch reversal to do stuff like this: by Chris Lattner · 18 years ago
  88. 9cd6875 Implement support for branch condition reversal. by Chris Lattner · 18 years ago
  89. 2d47bd9 Transform code like: by Chris Lattner · 18 years ago
  90. 879d09c Simplify code, no functionality change by Chris Lattner · 18 years ago
  91. 5410806 implement support for inserting a cond branch by Chris Lattner · 18 years ago
  92. 34a84ac allow insertion of a conditional branch with fall-through by Chris Lattner · 18 years ago
  93. 386e290 Three changes: by Chris Lattner · 18 years ago
  94. 2a445ad update assert message by Chris Lattner · 18 years ago
  95. 1214305 Add an experimental cross-jumping implementation. by Chris Lattner · 18 years ago
  96. 846c1b4 typo by Chris Lattner · 18 years ago
  97. 8ace2cd implement MachineOperand::isIdenticalTo by Chris Lattner · 18 years ago
  98. fcfcb6c add isIdenticalTo method to machineinstr/operand. by Chris Lattner · 18 years ago
  99. 9dcbf0d llvm-extract should remove module-level asm by Chris Lattner · 18 years ago
  100. 5860715 bugfix by Chris Lattner · 18 years ago