aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix misspellingChris Lattner2002-05-071-1/+1
* Fix bug: test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.llChris Lattner2002-05-071-46/+31
* New testcase for adceChris Lattner2002-05-071-0/+37
* Build the ADCE testsChris Lattner2002-05-071-1/+1
* ADCE testsChris Lattner2002-05-072-0/+25
* Implement constant propogation of PHI instructions like this:Chris Lattner2002-05-071-1/+17
* Oops, forgot to check in makefileChris Lattner2002-05-071-0/+10
* Add check that phi nodes get constant propogated awayChris Lattner2002-05-071-0/+18
* constprop doesn't delete dead instructions, it just makes them dead.Chris Lattner2002-05-073-3/+3
* Add testcase for not expressionsChris Lattner2002-05-071-0/+22
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-075-17/+5
* Merge all individual .h files into a single Scalar.h fileChris Lattner2002-05-0710-10/+10
* This doesn't use DCE!Chris Lattner2002-05-071-1/+0
* Extend TargetData::getIndexedOffset to support arrays and pointers!Chris Lattner2002-05-071-10/+13
* These files are supersumed by include/llvm/Transforms/Scalar.hChris Lattner2002-05-078-172/+0
* New header file to replace all of the Scalar/*.h files.Chris Lattner2002-05-071-0/+120
* Fix makefiles after shuffling passes around the librariesChris Lattner2002-05-073-3/+3
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-075-5/+5
* fix comments and documentation in fileChris Lattner2002-05-071-6/+4
* Split ChangeAllocations.cpp into Raise & LowerAllocations.cppChris Lattner2002-05-072-93/+118
* Checkin headers for Utils libraryChris Lattner2002-05-072-0/+109
* Cleanup implementation a bit + commentsChris Lattner2002-05-071-19/+7
* Cleanup implementation a bitChris Lattner2002-05-071-4/+6
* Change script to not even look in test/ directory, significantly speeding it upChris Lattner2002-05-072-2/+2
* Oops, somehow lost a slash. FixedChris Lattner2002-05-071-1/+1
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-0715-121/+130
* Update header after moving fileChris Lattner2002-05-073-12/+9
* Remove long dead fileChris Lattner2002-05-071-15/+0
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-074-5/+5
* Factor code out to the Transform Utils libraryChris Lattner2002-05-072-42/+3
* Reduce dependance on TransformInternals.h, instead using the TransformUtils l...Chris Lattner2002-05-075-9/+18
* Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.hChris Lattner2002-05-071-0/+1
* Factor code out to the TransformUtils libraryChris Lattner2002-05-072-102/+5
* Factor code out of TransformInternals into the Transform Utils libraryChris Lattner2002-05-072-88/+0
* Build Transforms Utils libraryChris Lattner2002-05-071-1/+1
* Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cppChris Lattner2002-05-073-0/+196
* * Convert InstWorkList to vector instead of set, because on big programs itChris Lattner2002-05-071-5/+5
* * Remove all cfg simplification stuff for a new cfg simplify pass (todo)Chris Lattner2002-05-071-330/+85
* Finish up the updates to the language referenceChris Lattner2002-05-061-68/+192
* Mark analyses that only depend on the CFG of a functionChris Lattner2002-05-064-18/+18
* Make functions that preserve the CFG not invalidate analyses that only dependChris Lattner2002-05-061-1/+28
* Add support for passes to announce that they only depend on the CFG of aChris Lattner2002-05-061-0/+9
* Only do masking for unsigned values!Chris Lattner2002-05-061-8/+7
* GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first.Chris Lattner2002-05-061-1/+1
* * Eliminate dead code that should have been removed in last revisionChris Lattner2002-05-061-146/+50
* Handle X = phi Y --> X = YChris Lattner2002-05-061-0/+19
* Make the testcase more interesting so that DCE does not eliminate it.Chris Lattner2002-05-061-5/+7
* Move a bunch of code to a .cpp file, don't #include Instruction.hChris Lattner2002-05-063-129/+36
* Move code out of header fileChris Lattner2002-05-061-0/+81
* * Use simplified interface to constant propogation stuff.Chris Lattner2002-05-061-35/+8