1. fcc1d94 Tighter data structure for deleted debug labels. by Jim Laskey · 19 years ago
  2. ae5d51c Fix Transforms/ScalarRepl/2006-10-23-PointerUnionCrash.ll by Chris Lattner · 19 years ago
  3. 7d09784 move single basic blocks that are neither fallen into nor fall out of into by Chris Lattner · 19 years ago
  4. e90c537 Add intrinsics for the rest of the DCB* instructions. by Chris Lattner · 19 years ago
  5. ef2aa19 Revert back to r1.21, which was the last revision of predsimplify that by Chris Lattner · 19 years ago
  6. c585a3f add moveBefore/moveAfter helper methods by Chris Lattner · 19 years ago
  7. a4bcfe1 Enable tail merging by default. by Chris Lattner · 19 years ago
  8. c391d16 implement STRB and STRH by Rafael Espindola · 19 years ago
  9. d8ed7f8 expand ISD::MEMSET by Rafael Espindola · 19 years ago
  10. 12711df Make these hack flags hidden, like other dsa hack flags by Andrew Lenharth · 19 years ago
  11. 72be6e6 Revert the aggressive inlining for now, it doesn't handle external correctly 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. b354343 Minor tweak. Instead of generating: by Chris Lattner · 19 years ago
  14. 66ebf09 More complete solution to deleting blocks and debug info. by Jim Laskey · 19 years ago
  15. 978b35e [SU]int update - inactive code may get activated someday by Jim Laskey · 19 years ago
  16. c17229d Remove the Backwards operation. Resolving now works at the time when a by Nick Lewycky · 19 years ago
  17. b2e806e Fix phi node updating for switches lowered to linear sequences of branches. by Chris Lattner · 19 years ago
  18. e236ac6 disable this code for now, it's not yet safely updating phi nodes by Chris Lattner · 19 years ago
  19. 7e189d0 Fix similar missing optimization opportunity in XOR. by Nick Lewycky · 19 years ago
  20. ecb8d06 this part implemented. by Chris Lattner · 19 years ago
  21. 92a8b71 Whoops! Add missing NULL check. by Nick Lewycky · 19 years ago
  22. 1a3ecbb Do section switching right way for Mingw\Cygwin and Linux. by Anton Korobeynikov · 19 years ago
  23. d2c1d22 Implement PR964 and Regression/CodeGen/Generic/SwitchLowering.ll by Chris Lattner · 19 years ago
  24. 5062250 Handle "if ((x|y) != 0)" for ints like we do for bools. Fixes missed by Nick Lewycky · 19 years ago
  25. 802fe27 AllocaInst can't return a null pointer. Fixes missed optimization by Nick Lewycky · 19 years ago
  26. 32b1e87 Add a workaround for PR962, disabling the more aggressive form of this by Chris Lattner · 19 years ago
  27. 2cb46e1 Don't generate a prototype for _setjmp. At least on Linux, this function by Reid Spencer · 19 years ago
  28. 21be865 Regenerate. by Reid Spencer · 19 years ago
  29. fd6131b Remove unneeded CHECK_FOR_ERROR invocations. by Reid Spencer · 19 years ago
  30. 1ae022f regenerate by Chris Lattner · 19 years ago
  31. 10b2711 change keyword to datalayout by Chris Lattner · 19 years ago
  32. d2f9e60 Change keyword to datalayout by Chris Lattner · 19 years ago
  33. d2d8670 3 Changes: by Chris Lattner · 19 years ago
  34. 4bc135e don't break infinite loops by Chris Lattner · 19 years ago
  35. 7c4fe25 Implement support for branch reversal, fix a bug in branch analysis. by Chris Lattner · 19 years ago
  36. a2d7995 Use branch reversal to do stuff like this: by Chris Lattner · 19 years ago
  37. 9cd6875 Implement support for branch condition reversal. by Chris Lattner · 19 years ago
  38. 2d47bd9 Transform code like: by Chris Lattner · 19 years ago
  39. 879d09c Simplify code, no functionality change by Chris Lattner · 19 years ago
  40. 5410806 implement support for inserting a cond branch by Chris Lattner · 19 years ago
  41. 34a84ac allow insertion of a conditional branch with fall-through by Chris Lattner · 19 years ago
  42. 386e290 Three changes: by Chris Lattner · 19 years ago
  43. 2a445ad update assert message by Chris Lattner · 19 years ago
  44. 1214305 Add an experimental cross-jumping implementation. by Chris Lattner · 19 years ago
  45. 8ace2cd implement MachineOperand::isIdenticalTo by Chris Lattner · 19 years ago
  46. 9dcbf0d llvm-extract should remove module-level asm by Chris Lattner · 19 years ago
  47. 5860715 bugfix by Chris Lattner · 19 years ago
  48. 6734bff Fix an ugly problem in SCCP. This fixes Benchmarks/Misc-C++/mandel-text.cpp by Chris Lattner · 19 years ago
  49. 87d8429 Fix miscompilation of MallocBench/espresso which code review pointed out by Chris Lattner · 19 years ago
  50. 34ab4d4 Make flag and chain edges visually distinguishable from value edges in DOT by Chris Lattner · 19 years ago
  51. 7fbe972 Implement branch analysis/xform hooks required by the branch folding pass. by Chris Lattner · 19 years ago
  52. b83eb64 For PR950: by Reid Spencer · 19 years ago
  53. 6e7dd9d While creating mask, use 1ULL instead of 1. by Devang Patel · 19 years ago
  54. b74b181 Fix SimplifyCFG/2006-10-19-UncondDiv.ll by disabling a bad xform. by Chris Lattner · 19 years ago
  55. 35b89fa add a method to determine whether evaluation of a constant can trap. by Chris Lattner · 19 years ago
  56. c70ddad Partially in response to PR926: insert the newly created machine basic by Bill Wendling · 19 years ago
  57. 002e499 It is OK to remove extra cast if operation is EQ/NE even though source by Devang Patel · 19 years ago
  58. df308fa Typo Typo. by Devang Patel · 19 years ago
  59. 85415ed Typo. by Devang Patel · 19 years ago
  60. 6ce890b Fix bug in PR454 resolution. Added new test case. by Devang Patel · 19 years ago
  61. 2435786 use Pat to implement extloadi8 and extloadi16 by Rafael Espindola · 19 years ago
  62. 2079311 implement undef by Rafael Espindola · 19 years ago
  63. b97809c print common symbols by Rafael Espindola · 19 years ago
  64. 3692c7a implement extloadi8 and extloadi16 by Rafael Espindola · 19 years ago
  65. 6495bdd expand SIGN_EXTEND_INREG by Rafael Espindola · 19 years ago
  66. 4749aa4 expand brind so that we don't have to implement jump tables right now by Rafael Espindola · 19 years ago
  67. bfb8eaf Beef up the output from DiffFilesWithTolerance by setting the error code by Reid Spencer · 19 years ago
  68. 07a2709 Add option for controlling inclusion of global AA. by Jim Laskey · 19 years ago
  69. 9189777 fit in 80 cols by Chris Lattner · 19 years ago
  70. f4879d4 add a note by Chris Lattner · 19 years ago
  71. 71d94d8 add blx by Rafael Espindola · 19 years ago
  72. 70673a1 add isTerminatortto b and bcond by Rafael Espindola · 19 years ago
  73. 096c22e Use global info for alias analysis. by Jim Laskey · 19 years ago
  74. 5f1b698 implement CallingConv::Fast as CallingConv::C by Rafael Espindola · 19 years ago
  75. b1c8802 Fixed mingw\cygwin linkonce linkage once again. by Anton Korobeynikov · 19 years ago
  76. 1dc6969 Add support for the new "target data" information in .ll files. This provides by Owen Anderson · 19 years ago
  77. cf7ff2b Add support for the new "target data" information in .ll files. This provides by Owen Anderson · 19 years ago
  78. 10da957 set the ppc64 stack pointer right, dynamic alloca now works for ppc64 by Chris Lattner · 19 years ago
  79. 56a752e Expand alloca for ppc64 by Chris Lattner · 19 years ago
  80. 683747a Teach the branch folder to update debug info if it removes blocks with line by Chris Lattner · 19 years ago
  81. a97906b add a method to remove a line # record. by Chris Lattner · 19 years ago
  82. ae1dc40 expose DWARF_LABEL opcode# so the branch folder can update debug info properly. by Chris Lattner · 19 years ago
  83. 8466b21 Do not leak all of the SourceLineInfo objects. Do not bother mallocing each by Chris Lattner · 19 years ago
  84. b360729 Trivial patch to speed up legalizing common i64 constants. by Chris Lattner · 19 years ago
  85. 50662be Fix CodeGen/PowerPC/2006-10-17-brcc-miscompile.ll by Chris Lattner · 19 years ago
  86. 649b7ef Fix printer for StoreSDNode. by Evan Cheng · 19 years ago
  87. 2caccca Reflect MemOpAddrMode change; added a helper to create pre-indexed load. by Evan Cheng · 19 years ago
  88. 226f8bc expand ISD::SDIV, ISD::UDIV, ISD::SREM and ISD::UREM by Rafael Espindola · 19 years ago
  89. 04d88ff add the FPUnaryOp and DFPUnaryOp classes by Rafael Espindola · 19 years ago
  90. c01c87c add FABSS and FABSD by Rafael Espindola · 19 years ago
  91. b7188b1 Adding linkonce linkage codegeneration support for mingw32\cygwin targets. by Anton Korobeynikov · 19 years ago
  92. 26f7fa7 Make it simplier to dump DAGs while in DAGCombiner. Remove a nasty optimization. by Jim Laskey · 19 years ago
  93. 3f3a6f6 remove extra [] in stores by Rafael Espindola · 19 years ago
  94. ffddf6b Enable deleting branches to successor blocks. With the previous patches, by Chris Lattner · 19 years ago
  95. 2dc7723 add support for inserting an uncond branch by Chris Lattner · 19 years ago
  96. 32bd5f4 initial implementation of addressing mode 5 by Rafael Espindola · 19 years ago
  97. 99e41ee Clean up interface to getGlobalLinkName. by Jim Laskey · 19 years ago
  98. c50ffcb Reenable this pass, fixing the bugs in it. by Chris Lattner · 19 years ago
  99. 5d04a1a Make sure operand does have size and element type operands. by Evan Cheng · 19 years ago
  100. 0d479ec add the immediate to the Offset in eliminateFrameIndex by Rafael Espindola · 19 years ago