aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/Reassociate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Finegrainify namespacificationChris Lattner2004-01-091-4/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Declare FunctionPasses as such so that they can be used in FunctionPassManager.Misha Brukman2003-11-071-1/+1
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner2003-10-191-1/+1
* Decrease usage of use_size()Chris Lattner2003-10-151-3/+3
* Credits now go into the top-level CREDITS.TXTMisha Brukman2003-09-221-3/+0
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* Assign arguments different ranks so they get grouped togetherChris Lattner2003-08-131-4/+10
* Fix bug: Reassociate/2003-08-12-InfiniteLoop.llChris Lattner2003-08-121-5/+6
* Assign finer grained ranks, make sure to reassociate top-level after reassoci...Chris Lattner2003-08-121-7/+11
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-0/+1
* 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