aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/Reassociate.cpp
AgeCommit message (Expand)Author
2006-04-28Fix Transforms/Reassociate/2006-04-27-ReassociateVector.llChris Lattner
2006-03-14Implement a FIXME, recusively reassociatingChris Lattner
2006-03-14extract some code into a method, no functionality changeChris Lattner
2006-03-14Promote shifts by a constant to multiplies so that we can reassociateChris Lattner
2006-03-04Add factoring of multiplications, e.g. turning A*A+A*B into A*(A+B).Chris Lattner
2006-01-22Make iostream #inclusion explicitChris Lattner
2005-09-02Fix a problem that Dan Berlin noticed, where reassociation would not succeedChris Lattner
2005-09-02Avoid creating garbage instructions, just move the old add instructionChris Lattner
2005-09-02add some assertions and fix problems where reassociate could access theChris Lattner
2005-08-24Fix Regression/Transforms/Reassociate/2005-08-24-Crash.llChris Lattner
2005-08-08Use the new 'moveBefore' method to simplify some code. Really, which isChris Lattner
2005-07-27Eliminate all remaining tabs and trailing spaces.Jeff Cohen
2005-05-10Fix Reassociate/shifttest.llChris Lattner
2005-05-08Implement Reassociate/mul-neg-add.llChris Lattner
2005-05-08Bail out earlierChris Lattner
2005-05-08Teach reassociate that 0-X === X*-1Chris Lattner
2005-05-08Fix PR557 and basictest[34].ll.Chris Lattner
2005-05-08Add debugging informationChris Lattner
2005-05-08eliminate gotosChris Lattner
2005-05-08Improve reassociation handling of inverses, implementing inverses.ll.Chris Lattner
2005-05-08Refactor some codeChris Lattner
2005-05-08Handle some simple cases where we can see that values get annihilated.Chris Lattner
2005-05-07Rewrite the guts of the reassociate pass to be more efficient and logical. I...Chris Lattner
2005-05-07Convert shifts to muls to assist reassociation. This implementsChris Lattner
2005-05-07Simplify the code and rearrange it. No major functionality changes here.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-15Fixes working towards PR341Chris Lattner
2004-07-01Make this pass use a more specific debug message than "Processing:".Brian Gaeke
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-11-07Declare FunctionPasses as such so that they can be used in FunctionPassManager.Misha Brukman
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