aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/Reassociate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingChris Lattner2003-05-021-1/+1
* Remove unnecesary &*'sChris Lattner2003-04-231-1/+1
* Rename Instruction::hasSideEffects() -> mayWriteToMemory()Chris Lattner2003-02-241-1/+1
* Fix a huge performance problem in reassociate by introducing aChris Lattner2002-12-151-1/+7
* Minor changes:Chris Lattner2002-12-151-19/+13
* Fixes to the reassociate pass to make it respect dominance propertiesChris Lattner2002-10-311-57/+54
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-211-1/+1
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-6/+5
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-101-10/+8
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* *** empty log message ***Chris Lattner2002-07-251-1/+1
* *** empty log message ***Chris Lattner2002-07-231-4/+2
* MEGAPATCH checkin.Chris Lattner2002-06-251-23/+19
* Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...Chris Lattner2002-05-221-7/+5
* * Make debug output conditional on #defineChris Lattner2002-05-161-13/+99
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-0/+6
* Give the longer name to the instruction that will probably be eliminated laterChris Lattner2002-05-091-1/+2
* Initial checkin of expression reassociation passChris Lattner2002-05-081-0/+198