aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/Reassociate.cpp
AgeCommit message (Expand)Author
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-19Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruct...Chris Lattner
2003-10-15Decrease usage of use_size()Chris Lattner
2003-09-22Credits now go into the top-level CREDITS.TXTMisha Brukman
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-13Assign arguments different ranks so they get grouped togetherChris Lattner
2003-08-12Fix bug: Reassociate/2003-08-12-InfiniteLoop.llChris Lattner
2003-08-12Assign finer grained ranks, make sure to reassociate top-level after reassoci...Chris Lattner
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-05-02Fix spellingChris Lattner
2003-04-23Remove unnecesary &*'sChris Lattner
2003-02-24Rename Instruction::hasSideEffects() -> mayWriteToMemory()Chris Lattner
2002-12-15Fix a huge performance problem in reassociate by introducing aChris Lattner
2002-12-15Minor changes:Chris Lattner
2002-10-31Fixes to the reassociate pass to make it respect dominance propertiesChris Lattner
2002-10-21 - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-10Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-22Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...Chris Lattner
2002-05-16* Make debug output conditional on #defineChris Lattner
2002-05-10Add support for printing out statistics information when -stats is added toChris Lattner
2002-05-09Give the longer name to the instruction that will probably be eliminated laterChris Lattner
2002-05-08Initial checkin of expression reassociation passChris Lattner