1. 2a4dd68 Fix typo. Add more comment. Avoid extra hash_map search. by Devang Patel · 19 years ago
  2. 34ea076 add two helper methods by Chris Lattner · 19 years ago
  3. f2ca21f Add removeModule(). by Devang Patel · 19 years ago
  4. a4bcfe1 Enable tail merging by default. by Chris Lattner · 19 years ago
  5. 2cd931f Update test case. by Evan Cheng · 19 years ago
  6. c391d16 implement STRB and STRH by Rafael Espindola · 19 years ago
  7. d8ed7f8 expand ISD::MEMSET by Rafael Espindola · 19 years ago
  8. 12711df Make these hack flags hidden, like other dsa hack flags by Andrew Lenharth · 19 years ago
  9. 72be6e6 Revert the aggressive inlining for now, it doesn't handle external correctly by Andrew Lenharth · 19 years ago
  10. 9a9aa4c change this back by Andrew Lenharth · 19 years ago
  11. 21c04a3 restore these tests by Andrew Lenharth · 19 years ago
  12. ddaaa37 Handle fallout from the recent branch-on-undef changes. This fixes by Chris Lattner · 19 years ago
  13. e285d59 new testcase by Chris Lattner · 19 years ago
  14. b354343 Minor tweak. Instead of generating: by Chris Lattner · 19 years ago
  15. 66ebf09 More complete solution to deleting blocks and debug info. by Jim Laskey · 19 years ago
  16. 978b35e [SU]int update - inactive code may get activated someday by Jim Laskey · 19 years ago
  17. 937e87a Fix test case. by Evan Cheng · 19 years ago
  18. c17229d Remove the Backwards operation. Resolving now works at the time when a by Nick Lewycky · 19 years ago
  19. b2e806e Fix phi node updating for switches lowered to linear sequences of branches. by Chris Lattner · 19 years ago
  20. e236ac6 disable this code for now, it's not yet safely updating phi nodes by Chris Lattner · 19 years ago
  21. 7e189d0 Fix similar missing optimization opportunity in XOR. by Nick Lewycky · 19 years ago
  22. ecb8d06 this part implemented. by Chris Lattner · 19 years ago
  23. 92a8b71 Whoops! Add missing NULL check. by Nick Lewycky · 19 years ago
  24. 1a3ecbb Do section switching right way for Mingw\Cygwin and Linux. by Anton Korobeynikov · 19 years ago
  25. d2c1d22 Implement PR964 and Regression/CodeGen/Generic/SwitchLowering.ll by Chris Lattner · 19 years ago
  26. 5062250 Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed by Nick Lewycky · 19 years ago
  27. 96f5362 new testcase for PR964 by Chris Lattner · 19 years ago
  28. 802fe27 AllocaInst can't return a null pointer. Fixes missed optimization by Nick Lewycky · 19 years ago
  29. 32b1e87 Add a workaround for PR962, disabling the more aggressive form of this by Chris Lattner · 19 years ago
  30. 2cb46e1 Don't generate a prototype for _setjmp. At least on Linux, this function by Reid Spencer · 19 years ago
  31. 21be865 Regenerate. by Reid Spencer · 19 years ago
  32. fd6131b Remove unneeded CHECK_FOR_ERROR invocations. by Reid Spencer · 19 years ago
  33. 1ae022f regenerate by Chris Lattner · 19 years ago
  34. 10b2711 change keyword to datalayout by Chris Lattner · 19 years ago
  35. d2f9e60 Change keyword to datalayout by Chris Lattner · 19 years ago
  36. d2d8670 3 Changes: by Chris Lattner · 19 years ago
  37. cd5bad3 New, wonderful isSuccessor method by Chris Lattner · 19 years ago
  38. 4bc135e don't break infinite loops by Chris Lattner · 19 years ago
  39. 7c4fe25 Implement support for branch reversal, fix a bug in branch analysis. by Chris Lattner · 19 years ago
  40. a2d7995 Use branch reversal to do stuff like this: by Chris Lattner · 19 years ago
  41. 9cd6875 Implement support for branch condition reversal. by Chris Lattner · 19 years ago
  42. 2d47bd9 Transform code like: by Chris Lattner · 19 years ago
  43. 879d09c Simplify code, no functionality change by Chris Lattner · 19 years ago
  44. 5410806 implement support for inserting a cond branch by Chris Lattner · 19 years ago
  45. 34a84ac allow insertion of a conditional branch with fall-through by Chris Lattner · 19 years ago
  46. 386e290 Three changes: by Chris Lattner · 19 years ago
  47. 2a445ad update assert message by Chris Lattner · 19 years ago
  48. 1214305 Add an experimental cross-jumping implementation. by Chris Lattner · 19 years ago
  49. 846c1b4 typo by Chris Lattner · 19 years ago
  50. 8ace2cd implement MachineOperand::isIdenticalTo by Chris Lattner · 19 years ago
  51. fcfcb6c add isIdenticalTo method to machineinstr/operand. by Chris Lattner · 19 years ago
  52. 9dcbf0d llvm-extract should remove module-level asm by Chris Lattner · 19 years ago
  53. 5860715 bugfix by Chris Lattner · 19 years ago
  54. 6734bff Fix an ugly problem in SCCP. This fixes Benchmarks/Misc-C++/mandel-text.cpp by Chris Lattner · 19 years ago
  55. 87d8429 Fix miscompilation of MallocBench/espresso which code review pointed out by Chris Lattner · 19 years ago
  56. 3cb0f54 Changed the pattern matching so that it will hopefully work on Linux. by Bill Wendling · 19 years ago
  57. 9eb43f2 Test case for by Devang Patel · 19 years ago
  58. 34ab4d4 Make flag and chain edges visually distinguishable from value edges in DOT by Chris Lattner · 19 years ago
  59. 986cc38 add method by Chris Lattner · 19 years ago
  60. 7fbe972 Implement branch analysis/xform hooks required by the branch folding pass. by Chris Lattner · 19 years ago
  61. a009838 Fix a comment to be accurate. by Reid Spencer · 19 years ago
  62. b83eb64 For PR950: by Reid Spencer · 19 years ago
  63. 6e7dd9d While creating mask, use 1ULL instead of 1. by Devang Patel · 19 years ago
  64. b74b181 Fix SimplifyCFG/2006-10-19-UncondDiv.ll by disabling a bad xform. by Chris Lattner · 19 years ago
  65. 8a53688 new testcase for PR957 by Chris Lattner · 19 years ago
  66. 35b89fa add a method to determine whether evaluation of a constant can trap. by Chris Lattner · 19 years ago
  67. e617474 Testcase for P926 by Bill Wendling · 19 years ago
  68. c70ddad Partially in response to PR926: insert the newly created machine basic by Bill Wendling · 19 years ago
  69. 002e499 It is OK to remove extra cast if operation is EQ/NE even though source by Devang Patel · 19 years ago
  70. df308fa Typo Typo. by Devang Patel · 19 years ago
  71. 85415ed Typo. by Devang Patel · 19 years ago
  72. 6ce890b Fix bug in PR454 resolution. Added new test case. by Devang Patel · 19 years ago
  73. 2435786 use Pat to implement extloadi8 and extloadi16 by Rafael Espindola · 19 years ago
  74. 93c456c 80 cols fix. by Reid Spencer · 19 years ago
  75. 2079311 implement undef by Rafael Espindola · 19 years ago
  76. b97809c print common symbols by Rafael Espindola · 19 years ago
  77. 3692c7a implement extloadi8 and extloadi16 by Rafael Espindola · 19 years ago
  78. 6495bdd expand SIGN_EXTEND_INREG by Rafael Espindola · 19 years ago
  79. 4749aa4 expand brind so that we don't have to implement jump tables right now by Rafael Espindola · 19 years ago
  80. bfb8eaf Beef up the output from DiffFilesWithTolerance by setting the error code by Reid Spencer · 19 years ago
  81. 2cee6b5 Add llvm.spec, a generated file. by Reid Spencer · 19 years ago
  82. 07a2709 Add option for controlling inclusion of global AA. by Jim Laskey · 19 years ago
  83. 9189777 fit in 80 cols by Chris Lattner · 19 years ago
  84. f4879d4 add a note by Chris Lattner · 19 years ago
  85. 71d94d8 add blx by Rafael Espindola · 19 years ago
  86. 70673a1 add isTerminatortto b and bcond by Rafael Espindola · 19 years ago
  87. 096c22e Use global info for alias analysis. by Jim Laskey · 19 years ago
  88. 5f1b698 implement CallingConv::Fast as CallingConv::C by Rafael Espindola · 19 years ago
  89. b1c8802 Fixed mingw\cygwin linkonce linkage once again. by Anton Korobeynikov · 19 years ago
  90. a6fc501 Add LCSSA to the LLVM lexicon. by Owen Anderson · 19 years ago
  91. 1dc6969 Add support for the new "target data" information in .ll files. This provides by Owen Anderson · 19 years ago
  92. cf7ff2b Add support for the new "target data" information in .ll files. This provides by Owen Anderson · 19 years ago
  93. 9935dd9 new testcase by Chris Lattner · 19 years ago
  94. 10da957 set the ppc64 stack pointer right, dynamic alloca now works for ppc64 by Chris Lattner · 19 years ago
  95. 56a752e Expand alloca for ppc64 by Chris Lattner · 19 years ago
  96. 683747a Teach the branch folder to update debug info if it removes blocks with line by Chris Lattner · 19 years ago
  97. a97906b add a method to remove a line # record. by Chris Lattner · 19 years ago
  98. ae1dc40 expose DWARF_LABEL opcode# so the branch folder can update debug info properly. by Chris Lattner · 19 years ago
  99. 72dc585 update comment by Chris Lattner · 19 years ago
  100. 8466b21 Do not leak all of the SourceLineInfo objects. Do not bother mallocing each by Chris Lattner · 19 years ago