1. 6759ca0 Fix testcase by Chris Lattner · 22 years ago
  2. 2241b7b New testcases to ensure sub's are maximally reassociable by Chris Lattner · 22 years ago
  3. b064baf Testcase to ensure trees structures are correctly linearized by Chris Lattner · 22 years ago
  4. 11d13fb Test to ensure sub -> neg promotion is working and why. by Chris Lattner · 22 years ago
  5. 193d916 New testcase by Chris Lattner · 22 years ago
  6. 0f9fd5b * Fix bug: test/Regression/Transforms/GCSE/2002-05-14-OperandSwap.ll by Chris Lattner · 22 years ago
  7. f54d0de New testcase by Chris Lattner · 22 years ago
  8. 86c25fd Fix bug: test/Regression/Transforms/InstCombine/2002-05-14-SubFailure.ll by Chris Lattner · 22 years ago
  9. cdece54 New testcase for bug by Chris Lattner · 22 years ago
  10. 4ad5322 Run another local value numbering phase after redundancy elimination by Chris Lattner · 22 years ago
  11. afc3868 Avoid emitting a useless comment for a basic block with no uses (which by Chris Lattner · 22 years ago
  12. b3bc8fa Fix bug: test/Regression/Transforms/InstCombine/2002-05-14-TouchDeletedInst.ll by Chris Lattner · 22 years ago
  13. 0c131b6 New testcase by Chris Lattner · 22 years ago
  14. c99428f Fix a major source of "type unsafety", where a cast is neccesary, but can by Chris Lattner · 22 years ago
  15. 18fb2a6 Implement elimination of loads by Chris Lattner · 22 years ago
  16. 017489c Invoke inst has side effects! by Chris Lattner · 22 years ago
  17. 82ac87c New file by Chris Lattner · 22 years ago
  18. 2172db0 Trivial cleanups by Chris Lattner · 22 years ago
  19. ef704a2 Add method to check to see if two _Instructions_ dominate each other by Chris Lattner · 22 years ago
  20. e0e734e Initial checkin of LICM pass by Chris Lattner · 22 years ago
  21. 6cb9743 expose LICM pass by Chris Lattner · 22 years ago
  22. 88fcc51 Add LICM pass to compiler by Chris Lattner · 22 years ago
  23. 0fe2153 Add prototype for LICM pass by Chris Lattner · 22 years ago
  24. fe8f5b5 Add testcase for when there is no loop header by Chris Lattner · 22 years ago
  25. 8672a4e A basic test that LICM is working by Chris Lattner · 22 years ago
  26. ee583d6 Run LICM tests by Chris Lattner · 22 years ago
  27. 511cbbe run LICM tests by Chris Lattner · 22 years ago
  28. dd63a37 Make sure to call the derived visit versions from the ranged iterator. by Chris Lattner · 22 years ago
  29. d6b6080 We actually need this code for the release build to prevent link errors, by Chris Lattner · 22 years ago
  30. b498cce Add explicit abort so optimized build knows that the function does not return by Chris Lattner · 22 years ago
  31. cba7a15 Add an explicit abort so that the optimized build knows the function does by Chris Lattner · 22 years ago
  32. 18f4701 * Allow a profile'd code build to be done with a simple 'make ENABLE_PROFILING=1' by Chris Lattner · 22 years ago
  33. e04f4b6 Expose the lowerallocs pass by Chris Lattner · 22 years ago
  34. 3dec1f2 Add support for printing out statistics information when -stats is added to by Chris Lattner · 22 years ago
  35. 5554727 Fix some bugs, straighten stuff out, more work needs to be done. by Chris Lattner · 22 years ago
  36. fa10fdf Initial checkin of Statistic class by Chris Lattner · 22 years ago
  37. f3f4fd5 Initial checkin of Statistic class. by Chris Lattner · 22 years ago
  38. 3c01937 * Add support for the -stats command line option to report how much is changed by Chris Lattner · 22 years ago
  39. c79260a New testcase by Chris Lattner · 22 years ago
  40. 9f7fab5 remove deprecated getInstType() method by Chris Lattner · 22 years ago
  41. 2c0f3d2 Expose the pi node insertion pass. by Chris Lattner · 22 years ago
  42. 87fea85 Initial checkin of the PiNodeInsertion pass by Chris Lattner · 22 years ago
  43. 531823f Add prototype for the PiNodeInserter pass by Chris Lattner · 22 years ago
  44. 38fc131 Test the Pi node inserter by Chris Lattner · 22 years ago
  45. 8832c1e Initial checkin of testcases for Pi node inserter by Chris Lattner · 22 years ago
  46. 3af3ba8 Last minor cleanups, this code still does not work for all cases, but it by Chris Lattner · 22 years ago
  47. d0c668c Two Cleanups to generated C code: by Chris Lattner · 22 years ago
  48. 4fbf26d * Remove CInstPrintVisitor class, incorporating it into the CWriter class by Chris Lattner · 22 years ago
  49. 497e19a Remove CLocalVars data structure entirely, instead of building stuff and by Chris Lattner · 22 years ago
  50. 7683a12 Simplify code by removing InstLocalVarsVisitor, replacing it with a simple by Chris Lattner · 22 years ago
  51. 1f02c89 * Clean up how PHI nodes are handled by Chris Lattner · 22 years ago
  52. 53a5b57 Handle setcc <global*>, 0 instructions, Global pointers are never null! by Chris Lattner · 22 years ago
  53. 0aa7cd6 Give the longer name to the instruction that will probably be eliminated later by Chris Lattner · 22 years ago
  54. 0097e41 New testcase for wierd combine opportunity found in bzip2 benchmark by Chris Lattner · 22 years ago
  55. 8c8a370 Emit: by Chris Lattner · 22 years ago
  56. 8c3c4bf * Print structures types correctly by Chris Lattner · 22 years ago
  57. deed7a5 * Continue cleanup of type printing code by Chris Lattner · 22 years ago
  58. 3ef6dc7 Gut the type printing code so there is only one copy of it instead of 3 by Chris Lattner · 22 years ago
  59. 2d05a1a * Remove dead "constant printing" code by Chris Lattner · 22 years ago
  60. 2a7ab2e Remove gross "Operand" instance variable by Chris Lattner · 22 years ago
  61. 2f49902 Simplify and clean up function calls. by Chris Lattner · 22 years ago
  62. 2f5eb4e * Remove dead function by Chris Lattner · 22 years ago
  63. 4440826 Make Getelementptr, load & store all work the right way. by Chris Lattner · 22 years ago
  64. 2f5f51a Many random fixes: by Chris Lattner · 22 years ago
  65. f34ee81 Incorporate and purge function before and after printing them so unnamed values by Chris Lattner · 22 years ago
  66. b5af06a Factor out the code to print a value to ONE place. by Chris Lattner · 22 years ago
  67. 16c7bb2 First wave of cleanups, looks like the first of many. by Chris Lattner · 22 years ago
  68. 4037171 Add ability to transform (x - (y - z)) into (x + (z - y)) by Chris Lattner · 22 years ago
  69. 8c7333e Fix broken testcase by Chris Lattner · 22 years ago
  70. aa3904f Clean up dis so that it does not print out code in various traversal orders. by Chris Lattner · 22 years ago
  71. d086fb2 Add two new patterns that instcombine should or does handle by Chris Lattner · 22 years ago
  72. 4874680 Print out post dominance data structures more nicely by Chris Lattner · 22 years ago
  73. 5c4afb9 * Combine: A-(-B) -> A + B * Bugfix: A + -B and -A + B by Chris Lattner · 22 years ago
  74. 44f87ac New testcase for LICM reassociation by Chris Lattner · 22 years ago
  75. 4fd5600 Initial checkin of expression reassociation pass by Chris Lattner · 22 years ago
  76. 540d63c Add expr reassociation pass prototype by Chris Lattner · 22 years ago
  77. 8947fbc Expose expression reassociation by Chris Lattner · 22 years ago
  78. 94fbab0 Run expression reassociation as part of gccas by Chris Lattner · 22 years ago
  79. 557a143 Add some simple test of reassociation by Chris Lattner · 22 years ago
  80. 8446cf4 run reassociate tests by Chris Lattner · 22 years ago
  81. 56732fb Verify that function call arguments match the function signature by Chris Lattner · 22 years ago
  82. 9ddc86c *** empty log message *** by Sumant Kowshik · 22 years ago
  83. 73e6298 Spell aggressive correctly by Chris Lattner · 22 years ago
  84. 8ca21c2 Give the unified exit node a name by Chris Lattner · 22 years ago
  85. 1ea5c56 Spell aggressive right by Chris Lattner · 22 years ago
  86. a7980c0 Fix misspelling by Chris Lattner · 22 years ago
  87. ea54ab9 Fix bug: test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.ll by Chris Lattner · 22 years ago
  88. 9d5adb0 New testcase for adce by Chris Lattner · 22 years ago
  89. fc29f3b Build the ADCE tests by Chris Lattner · 22 years ago
  90. d2abd3b ADCE tests by Chris Lattner · 22 years ago
  91. 54753e2 Implement constant propogation of PHI instructions like this: X = phi(0, 0, 0) by Chris Lattner · 22 years ago
  92. 0651a9d Oops, forgot to check in makefile by Chris Lattner · 22 years ago
  93. 1610df2 Add check that phi nodes get constant propogated away by Chris Lattner · 22 years ago
  94. 0a1581b constprop doesn't delete dead instructions, it just makes them dead. by Chris Lattner · 22 years ago
  95. e473a34 Add testcase for not expressions by Chris Lattner · 22 years ago
  96. 65f1b89 Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h by Chris Lattner · 22 years ago
  97. 022103b Merge all individual .h files into a single Scalar.h file by Chris Lattner · 22 years ago
  98. a869b8d This doesn't use DCE! by Chris Lattner · 22 years ago
  99. a163fdf Extend TargetData::getIndexedOffset to support arrays and pointers! by Chris Lattner · 22 years ago
  100. 3bcf74e These files are supersumed by include/llvm/Transforms/Scalar.h by Chris Lattner · 22 years ago