aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/GCSE.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't corrupt memory when removing an instruction from the program, butChris Lattner2003-06-171-0/+1
* Fix typoChris Lattner2003-02-011-1/+1
* Remove dead codeChris Lattner2002-12-071-32/+0
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-211-1/+1
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-4/+4
* Really minor cleanupsChris Lattner2002-08-301-9/+4
* - GCSE now no longer counts instructions not removed (due to no commonChris Lattner2002-08-301-257/+108
* Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner2002-08-221-2/+0
* Remove long obsolete commentsChris Lattner2002-08-221-7/+0
* Convert GCSE pass to use new alias analysis infrastructureChris Lattner2002-08-221-61/+35
* Fix bug introduced in last checkin due to CastInst not being visibleChris Lattner2002-08-141-1/+2
* Remove support for NOT instructionChris Lattner2002-08-141-4/+3
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-2/+2
* Fix bug: test/Regression/Transforms/GCSE/2002-05-21-NoSharedDominator.llChris Lattner2002-08-021-0/+29
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* *** empty log message ***Chris Lattner2002-07-231-4/+2
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-0/+3
* MEGAPATCH checkin.Chris Lattner2002-06-251-71/+62
* * Fix bug: test/Regression/Transforms/GCSE/2002-05-14-OperandSwap.llChris Lattner2002-05-141-7/+32
* Implement elimination of loadsChris Lattner2002-05-141-18/+176
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-0/+5
* Merge all individual .h files into a single Scalar.h fileChris Lattner2002-05-071-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-2/+0
* Remove broken assertion.Chris Lattner2002-04-291-3/+5
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+4
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-1/+1
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-281-1/+0
* Initial checkin of simple&fast SSA based GCSE algorithmChris Lattner2002-04-281-0/+272