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