1. 07a9676 Fix comments about vectors to use the current wording. by Dan Gohman · 17 years ago
  2. 318f0de Remove the trailing semicolon from function declarations in LLVM, by Dan Gohman · 17 years ago
  3. 18bf0d0 Fix validation errors by Bill Wendling · 17 years ago
  4. 22e37c3 Clean up some formatting by Bill Wendling · 17 years ago
  5. 77f7469 Clean up some formatting. Add some doc_code div tags. by Bill Wendling · 17 years ago
  6. 09d0594 Prepare for building from llvm-top. Unfortunately, this doesn't work because by Reid Spencer · 17 years ago
  7. cb7122b Repair a regression in Transforms/InstCombine/mul.ll that Reid noticed. by Chris Lattner · 17 years ago
  8. e2ece3f rename function to avoid llvm-upgrade warning by Chris Lattner · 17 years ago
  9. 5380e94 Start adding and cleaning up comments. by Nick Lewycky · 17 years ago
  10. eefdebe Handle decrementing loops properly. Fixes PR1533. by Nick Lewycky · 17 years ago
  11. f7b71c6 add a helper method. by Chris Lattner · 17 years ago
  12. 04d519e new testcase by Chris Lattner · 17 years ago
  13. 4241e4d Implement shift-simplify.ll:test[45]. by Chris Lattner · 17 years ago
  14. a0141b9 Implement shift-simplify.ll:test3, turning: (X << 31) <s 0 --> (X&1) != 0 by Chris Lattner · 17 years ago
  15. 28753f8 Clarify the language. Pointed out by Duncan Sands. by Nick Lewycky · 17 years ago
  16. 6d4b711 Fix the build. Patch from Holger Schurig. by Nick Lewycky · 17 years ago
  17. 2365f51 Long live the exception handling! by Anton Korobeynikov · 17 years ago
  18. a73d11e Use maximal intersection algorithm exclusively. Fixes miscompile bug. by Nick Lewycky · 17 years ago
  19. 377b119 Add alternate ConstantRange intersection algorithm. by Nick Lewycky · 17 years ago
  20. 7722ceb Added test case from PR1540. by Evan Cheng · 17 years ago
  21. b4559a2 Make LCSSA a loop pass. by Devang Patel · 17 years ago
  22. 03494d7 Fix for PR1540: Specify F0, F1 are sub-registers of D0, etc. by Evan Cheng · 17 years ago
  23. a089715 Handle GEPs with all-zero indices in the same way we handle pointer-pointer bitcasts. Also, fix a potentia infinite loop. by Owen Anderson · 17 years ago
  24. fba36b8 Disable claims to preserve analysis until open issues are resolved. by Devang Patel · 17 years ago
  25. 3bf6e18 Eliminate an unused parameter. by Dan Gohman · 17 years ago
  26. a346615 Fix the comment for LegalizeOp to more accurately reflect what it does. by Dan Gohman · 17 years ago
  27. 744ff41 remove obsolete note by Chris Lattner · 17 years ago
  28. 05d92fe Don't call SimplifyVBinOp for non-vector operations, following earlier review by Dan Gohman · 17 years ago
  29. 3e63a9d fix some bugs in the manual by Chris Lattner · 17 years ago
  30. 3e8d001 Be more aggressive in removing dead stores, and in removing instructions trivially dead after DSE. by Owen Anderson · 17 years ago
  31. 72f1596 Modify previous patch per review comments. by Dale Johannesen · 17 years ago
  32. e7e7d0d Skeleton of post-RA scheduler; doesn't do anything yet. by Dale Johannesen · 17 years ago
  33. 8dc4b59 Fix CodeGen/Generic/print-arith-fp.ll on sparc (PR1551) by Chris Lattner · 17 years ago
  34. 7f6d4e8 these tests do not need a triple on Solaris. Thanks sabre! by Gabor Greif · 17 years ago
  35. 96cf587 Regenerate to pick up Gabor's changes. by Reid Spencer · 17 years ago
  36. 28522b3 Set the mime-type of this file to text/plain because (silly) SVN by Reid Spencer · 17 years ago
  37. f70414f * llvm.spec.in: update blurb by Gabor Greif · 17 years ago
  38. 43b2676 Reimplement removing stores to allocas at the end of a function. This should be safe now. by Owen Anderson · 17 years ago
  39. dd61c2b Make the condition-checking for free with non-trivial dependencies more correct. by Owen Anderson · 17 years ago
  40. 1b4542b Remove the end-block handling code. It was unsafe, and making it safe would have resulted in falling back to the slow DSE case. I need to think some more about the right way to handle this. by Owen Anderson · 17 years ago
  41. 66a2a8f ARM: make branch folder remove unconditional branches by Dale Johannesen · 17 years ago
  42. bb821dd The type ids making up a filter are unsigned, and by Duncan Sands · 17 years ago
  43. 3b0a7ea checked in as obvious, thanks Benoit Boissinot! by Gabor Greif · 17 years ago
  44. fe20273 fix the remaining 3 testcases that missed a target triple by Gabor Greif · 17 years ago
  45. ca23e17 another missed SSE optimization by Chris Lattner · 17 years ago
  46. 1cb960a Let MemoryDependenceAnalysis take care of updating AliasAnalysis. by Owen Anderson · 17 years ago
  47. 680171f New test. by Devang Patel · 17 years ago
  48. 990e866 Preserve analysis info. by Devang Patel · 17 years ago
  49. df93e57 by David Greene · 17 years ago
  50. a4e8200 Added support for Mips specific GAS directives by Bruno Cardoso Lopes · 17 years ago
  51. 7b155fb Added support for framepointer by Bruno Cardoso Lopes · 17 years ago
  52. a96c1f6 Handle the case where an entire structure is freed, and its dependency is a store to a field within by Owen Anderson · 17 years ago
  53. 758dcca Now that stack is represented the right way, LOA starts at 0 by Bruno Cardoso Lopes · 17 years ago
  54. 2ab22d1 Fixed AddLiveOut issues FI's created the write way to represent Mips stack by Bruno Cardoso Lopes · 17 years ago
  55. 332a3d2 Removed unused immediate PatLeaf, fixed lui instruction by Bruno Cardoso Lopes · 17 years ago
  56. 4215a59 Added MipsMachineFunction class, to hold Mips dinamic stack info when inserting Prologue/Epilog by Bruno Cardoso Lopes · 17 years ago
  57. 6f46d65 Add support for eliminate stores to stack-allocated memory locations at the end by Owen Anderson · 17 years ago
  58. 2655adb Handle eliminating stores that occur right before a free. by Owen Anderson · 17 years ago
  59. a126bb7 Handle packed structs in the CBackend. by Lauro Ramos Venancio · 17 years ago
  60. 02e2152 Emit correct linkage. Patch by Roman Samoilov. by Anton Korobeynikov · 17 years ago
  61. d04e8ec Add test case for PR1545. by Evan Cheng · 17 years ago
  62. 28bb462 Missed a couple of places where new instructions are added due to spill / restore. by Evan Cheng · 17 years ago
  63. bfbfb3c Clean up a few things based on Chris' feedback. by Owen Anderson · 17 years ago
  64. 08d14d2 Adding ability to demote phi to stack. by Tanya Lattner · 17 years ago
  65. 5d9c4b6 Fix hang compiling TimberWolf (allow for islands of size other than 4). by Dale Johannesen · 17 years ago
  66. 75ce010 Assert when TLS is not implemented. by Lauro Ramos Venancio · 17 years ago
  67. c375160 Exception handling has been implemented. by Duncan Sands · 17 years ago
  68. 082ced9 Fix an oversight: for modules with no other identifying target info, by Chris Lattner · 17 years ago
  69. 97b4ac8 If assertions are not enabled, we should return False here. by Duncan Sands · 17 years ago
  70. b9591c6 No longer need to track last def / use. by Evan Cheng · 17 years ago
  71. 0c40d72 Fix for PR1545: Revamp code that update kill information due to register reuse. by Evan Cheng · 17 years ago
  72. 4dd0ae6 Adjust this per the changes to the configuration script in the llvm-top module. by Reid Spencer · 17 years ago
  73. b77c457 Add FastDSE, a new algorithm for doing dead store elimination. This algorithm is not as accurate by Owen Anderson · 17 years ago
  74. 67fcdf7 Make this work with GLIBCXX_DEBUG. by David Greene · 17 years ago
  75. 8202010 Didn't mean the last commit. Revert. by Evan Cheng · 17 years ago
  76. afdc7fd Fix fp_constant_op failure. by Dale Johannesen · 17 years ago
  77. c608ff2 Update. by Evan Cheng · 17 years ago
  78. bf6b827 fix 80 columnn violations, increasing the world's pedantic satisfaction level. by Dale Johannesen · 17 years ago
  79. 8e85048 Calculate the size of a array allocation correctly. by Owen Anderson · 17 years ago
  80. 202da14 Fix a crasher when finding the dependency of a call. by Owen Anderson · 17 years ago
  81. 776ee1f Make this pass registration static as well. by Owen Anderson · 17 years ago
  82. 16a72bb Make the pass registration static. by Owen Anderson · 17 years ago
  83. 36c5155 add a note by Chris Lattner · 17 years ago
  84. b91025b check for correct usage of the byval attribute by Rafael Espindola · 17 years ago
  85. a289511 During module cloning copy aliases too. This fixes PR1544 by Anton Korobeynikov · 17 years ago
  86. 06b6e82 Handle vaarg instructions correctly. by Owen Anderson · 17 years ago
  87. 743d3a7 Change the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR to look for by Dan Gohman · 17 years ago
  88. e314eb3 Volatile loads and stores depend on each other. by Owen Anderson · 17 years ago
  89. 13ab020 Remove clobbersPred. Add an OptionalDefOperand to instructions which have the 's' bit. by Evan Cheng · 17 years ago
  90. 2bf821c Remove clobbersPred. by Evan Cheng · 17 years ago
  91. ed80ef6 Add OptionalDefOperand. Remove clobbersPred. Also add DefinesPredicate to be used by if-converter. by Evan Cheng · 17 years ago
  92. 88cc092 Try committing again. Add OptionalDefOperand. Remove clobbersPred. by Evan Cheng · 17 years ago
  93. 5f32320 Add support for finding the dependencies of call and invoke instructions. by Owen Anderson · 17 years ago
  94. 5e2456c If the operand is marked M_OPTIONAL_DEF_OPERAND, then it's a def. by Evan Cheng · 17 years ago
  95. 11ce02d Somehow this wasn't committed last time. M_CLOBBERS_PRED is gone. by Evan Cheng · 17 years ago
  96. 7a616a1 Fix the build, and fix the handling of pointer sizes. by Owen Anderson · 17 years ago
  97. 6b278fc Fix a bunch of things from Chris' feedback by Owen Anderson · 17 years ago
  98. 02e25b7 Add a regression test for folding spill code into scalar min and max. by Dan Gohman · 17 years ago
  99. 70fb1ae Fix a bug in the folding of binary operators to undef. by Dan Gohman · 17 years ago
  100. eff1553 Make sure to keep symbols for profile build. by Reid Spencer · 17 years ago