summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Spell aggressive correctlyChris Lattner2002-05-07
* Give the unified exit node a nameChris Lattner2002-05-07
* Spell aggressive rightChris Lattner2002-05-07
* Fix misspellingChris Lattner2002-05-07
* Fix bug: test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.llChris Lattner2002-05-07
* New testcase for adceChris Lattner2002-05-07
* Build the ADCE testsChris Lattner2002-05-07
* ADCE testsChris Lattner2002-05-07
* Implement constant propogation of PHI instructions like this:Chris Lattner2002-05-07
* Oops, forgot to check in makefileChris Lattner2002-05-07
* Add check that phi nodes get constant propogated awayChris Lattner2002-05-07
* constprop doesn't delete dead instructions, it just makes them dead.Chris Lattner2002-05-07
* Add testcase for not expressionsChris Lattner2002-05-07
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-07
* Merge all individual .h files into a single Scalar.h fileChris Lattner2002-05-07
* This doesn't use DCE!Chris Lattner2002-05-07
* Extend TargetData::getIndexedOffset to support arrays and pointers!Chris Lattner2002-05-07
* These files are supersumed by include/llvm/Transforms/Scalar.hChris Lattner2002-05-07
* New header file to replace all of the Scalar/*.h files.Chris Lattner2002-05-07
* Fix makefiles after shuffling passes around the librariesChris Lattner2002-05-07
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-07
* fix comments and documentation in fileChris Lattner2002-05-07
* Split ChangeAllocations.cpp into Raise & LowerAllocations.cppChris Lattner2002-05-07
* Checkin headers for Utils libraryChris Lattner2002-05-07
* Cleanup implementation a bit + commentsChris Lattner2002-05-07
* Cleanup implementation a bitChris Lattner2002-05-07
* Change script to not even look in test/ directory, significantly speeding it upChris Lattner2002-05-07
* Oops, somehow lost a slash. FixedChris Lattner2002-05-07
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-07
* Update header after moving fileChris Lattner2002-05-07
* Remove long dead fileChris Lattner2002-05-07
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-07
* Factor code out to the Transform Utils libraryChris Lattner2002-05-07
* Reduce dependance on TransformInternals.h, instead using the TransformUtils l...Chris Lattner2002-05-07
* Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.hChris Lattner2002-05-07
* Factor code out to the TransformUtils libraryChris Lattner2002-05-07
* Factor code out of TransformInternals into the Transform Utils libraryChris Lattner2002-05-07
* Build Transforms Utils libraryChris Lattner2002-05-07
* Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cppChris Lattner2002-05-07
* * Convert InstWorkList to vector instead of set, because on big programs itChris Lattner2002-05-07
* * Remove all cfg simplification stuff for a new cfg simplify pass (todo)Chris Lattner2002-05-07
* Finish up the updates to the language referenceChris Lattner2002-05-06
* Mark analyses that only depend on the CFG of a functionChris Lattner2002-05-06
* Make functions that preserve the CFG not invalidate analyses that only dependChris Lattner2002-05-06
* Add support for passes to announce that they only depend on the CFG of aChris Lattner2002-05-06
* Only do masking for unsigned values!Chris Lattner2002-05-06
* GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first.Chris Lattner2002-05-06
* * Eliminate dead code that should have been removed in last revisionChris Lattner2002-05-06
* Handle X = phi Y --> X = YChris Lattner2002-05-06
* Make the testcase more interesting so that DCE does not eliminate it.Chris Lattner2002-05-06