1. 88fcc51 Add LICM pass to compiler by Chris Lattner · 23 years ago
  2. 0fe2153 Add prototype for LICM pass by Chris Lattner · 23 years ago
  3. fe8f5b5 Add testcase for when there is no loop header by Chris Lattner · 23 years ago
  4. 8672a4e A basic test that LICM is working by Chris Lattner · 23 years ago
  5. ee583d6 Run LICM tests by Chris Lattner · 23 years ago
  6. 511cbbe run LICM tests by Chris Lattner · 23 years ago
  7. dd63a37 Make sure to call the derived visit versions from the ranged iterator. by Chris Lattner · 23 years ago
  8. d6b6080 We actually need this code for the release build to prevent link errors, by Chris Lattner · 23 years ago
  9. b498cce Add explicit abort so optimized build knows that the function does not return by Chris Lattner · 23 years ago
  10. cba7a15 Add an explicit abort so that the optimized build knows the function does by Chris Lattner · 23 years ago
  11. 18f4701 * Allow a profile'd code build to be done with a simple 'make ENABLE_PROFILING=1' by Chris Lattner · 23 years ago
  12. e04f4b6 Expose the lowerallocs pass by Chris Lattner · 23 years ago
  13. 3dec1f2 Add support for printing out statistics information when -stats is added to by Chris Lattner · 23 years ago
  14. 5554727 Fix some bugs, straighten stuff out, more work needs to be done. by Chris Lattner · 23 years ago
  15. fa10fdf Initial checkin of Statistic class by Chris Lattner · 23 years ago
  16. f3f4fd5 Initial checkin of Statistic class. by Chris Lattner · 23 years ago
  17. 3c01937 * Add support for the -stats command line option to report how much is changed by Chris Lattner · 23 years ago
  18. c79260a New testcase by Chris Lattner · 23 years ago
  19. 9f7fab5 remove deprecated getInstType() method by Chris Lattner · 23 years ago
  20. 2c0f3d2 Expose the pi node insertion pass. by Chris Lattner · 23 years ago
  21. 87fea85 Initial checkin of the PiNodeInsertion pass by Chris Lattner · 23 years ago
  22. 531823f Add prototype for the PiNodeInserter pass by Chris Lattner · 23 years ago
  23. 38fc131 Test the Pi node inserter by Chris Lattner · 23 years ago
  24. 8832c1e Initial checkin of testcases for Pi node inserter by Chris Lattner · 23 years ago
  25. 3af3ba8 Last minor cleanups, this code still does not work for all cases, but it by Chris Lattner · 23 years ago
  26. d0c668c Two Cleanups to generated C code: by Chris Lattner · 23 years ago
  27. 4fbf26d * Remove CInstPrintVisitor class, incorporating it into the CWriter class by Chris Lattner · 23 years ago
  28. 497e19a Remove CLocalVars data structure entirely, instead of building stuff and by Chris Lattner · 23 years ago
  29. 7683a12 Simplify code by removing InstLocalVarsVisitor, replacing it with a simple by Chris Lattner · 23 years ago
  30. 1f02c89 * Clean up how PHI nodes are handled by Chris Lattner · 23 years ago
  31. 53a5b57 Handle setcc <global*>, 0 instructions, Global pointers are never null! by Chris Lattner · 23 years ago
  32. 0aa7cd6 Give the longer name to the instruction that will probably be eliminated later by Chris Lattner · 23 years ago
  33. 0097e41 New testcase for wierd combine opportunity found in bzip2 benchmark by Chris Lattner · 23 years ago
  34. 8c8a370 Emit: by Chris Lattner · 23 years ago
  35. 8c3c4bf * Print structures types correctly by Chris Lattner · 23 years ago
  36. deed7a5 * Continue cleanup of type printing code by Chris Lattner · 23 years ago
  37. 3ef6dc7 Gut the type printing code so there is only one copy of it instead of 3 by Chris Lattner · 23 years ago
  38. 2d05a1a * Remove dead "constant printing" code by Chris Lattner · 23 years ago
  39. 2a7ab2e Remove gross "Operand" instance variable by Chris Lattner · 23 years ago
  40. 2f49902 Simplify and clean up function calls. by Chris Lattner · 23 years ago
  41. 2f5eb4e * Remove dead function by Chris Lattner · 23 years ago
  42. 4440826 Make Getelementptr, load & store all work the right way. by Chris Lattner · 23 years ago
  43. 2f5f51a Many random fixes: by Chris Lattner · 23 years ago
  44. f34ee81 Incorporate and purge function before and after printing them so unnamed values by Chris Lattner · 23 years ago
  45. b5af06a Factor out the code to print a value to ONE place. by Chris Lattner · 23 years ago
  46. 16c7bb2 First wave of cleanups, looks like the first of many. by Chris Lattner · 23 years ago
  47. 4037171 Add ability to transform (x - (y - z)) into (x + (z - y)) by Chris Lattner · 23 years ago
  48. 8c7333e Fix broken testcase by Chris Lattner · 23 years ago
  49. aa3904f Clean up dis so that it does not print out code in various traversal orders. by Chris Lattner · 23 years ago
  50. d086fb2 Add two new patterns that instcombine should or does handle by Chris Lattner · 23 years ago
  51. 4874680 Print out post dominance data structures more nicely by Chris Lattner · 23 years ago
  52. 5c4afb9 * Combine: A-(-B) -> A + B * Bugfix: A + -B and -A + B by Chris Lattner · 23 years ago
  53. 44f87ac New testcase for LICM reassociation by Chris Lattner · 23 years ago
  54. 4fd5600 Initial checkin of expression reassociation pass by Chris Lattner · 23 years ago
  55. 540d63c Add expr reassociation pass prototype by Chris Lattner · 23 years ago
  56. 8947fbc Expose expression reassociation by Chris Lattner · 23 years ago
  57. 94fbab0 Run expression reassociation as part of gccas by Chris Lattner · 23 years ago
  58. 557a143 Add some simple test of reassociation by Chris Lattner · 23 years ago
  59. 8446cf4 run reassociate tests by Chris Lattner · 23 years ago
  60. 56732fb Verify that function call arguments match the function signature by Chris Lattner · 23 years ago
  61. 9ddc86c *** empty log message *** by Sumant Kowshik · 23 years ago
  62. 73e6298 Spell aggressive correctly by Chris Lattner · 23 years ago
  63. 8ca21c2 Give the unified exit node a name by Chris Lattner · 23 years ago
  64. 1ea5c56 Spell aggressive right by Chris Lattner · 23 years ago
  65. a7980c0 Fix misspelling by Chris Lattner · 23 years ago
  66. ea54ab9 Fix bug: test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.ll by Chris Lattner · 23 years ago
  67. 9d5adb0 New testcase for adce by Chris Lattner · 23 years ago
  68. fc29f3b Build the ADCE tests by Chris Lattner · 23 years ago
  69. d2abd3b ADCE tests by Chris Lattner · 23 years ago
  70. 54753e2 Implement constant propogation of PHI instructions like this: X = phi(0, 0, 0) by Chris Lattner · 23 years ago
  71. 0651a9d Oops, forgot to check in makefile by Chris Lattner · 23 years ago
  72. 1610df2 Add check that phi nodes get constant propogated away by Chris Lattner · 23 years ago
  73. 0a1581b constprop doesn't delete dead instructions, it just makes them dead. by Chris Lattner · 23 years ago
  74. e473a34 Add testcase for not expressions by Chris Lattner · 23 years ago
  75. 65f1b89 Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h by Chris Lattner · 23 years ago
  76. 022103b Merge all individual .h files into a single Scalar.h file by Chris Lattner · 23 years ago
  77. a869b8d This doesn't use DCE! by Chris Lattner · 23 years ago
  78. a163fdf Extend TargetData::getIndexedOffset to support arrays and pointers! by Chris Lattner · 23 years ago
  79. 3bcf74e These files are supersumed by include/llvm/Transforms/Scalar.h by Chris Lattner · 23 years ago
  80. 332f367 New header file to replace all of the Scalar/*.h files. by Chris Lattner · 23 years ago
  81. ddca9d0 Fix makefiles after shuffling passes around the libraries by Chris Lattner · 23 years ago
  82. fc514f4 Move UnifyFunctionExitNodes to Utils library: final resting place this time by Chris Lattner · 23 years ago
  83. 65e96e5 fix comments and documentation in file by Chris Lattner · 23 years ago
  84. ade686e Split ChangeAllocations.cpp into Raise & LowerAllocations.cpp by Chris Lattner · 23 years ago
  85. 148a0bf Checkin headers for Utils library by Chris Lattner · 23 years ago
  86. 96bcfc3 Cleanup implementation a bit + comments by Chris Lattner · 23 years ago
  87. b444a1f Cleanup implementation a bit by Chris Lattner · 23 years ago
  88. fbfa18c Change script to not even look in test/ directory, significantly speeding it up by Chris Lattner · 23 years ago
  89. 2b5235d Oops, somehow lost a slash. Fixed by Chris Lattner · 23 years ago
  90. c8cc4cb Updates to move some header files out of include/llvm/Transforms into by Chris Lattner · 23 years ago
  91. efbe5d6 Update header after moving file by Chris Lattner · 23 years ago
  92. 2d95aa2 Remove long dead file by Chris Lattner · 23 years ago
  93. 2154d13 Straighten out makefiles after moving code to new Transform Utils library by Chris Lattner · 23 years ago
  94. 88d15ab Factor code out to the Transform Utils library by Chris Lattner · 23 years ago
  95. 497c60c Reduce dependance on TransformInternals.h, instead using the TransformUtils library by Chris Lattner · 23 years ago
  96. 6d7491c Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.h by Chris Lattner · 23 years ago
  97. 2ed01d8 Factor code out to the TransformUtils library by Chris Lattner · 23 years ago
  98. 5a4337a Factor code out of TransformInternals into the Transform Utils library by Chris Lattner · 23 years ago
  99. 0ed2e4b Build Transforms Utils library by Chris Lattner · 23 years ago
  100. 4d1e46e Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cpp by Chris Lattner · 23 years ago