aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/GCSE.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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