Changes For Bug 352
[oota-llvm.git] / lib / Transforms / Scalar / Reassociate.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-15 Chris LattnerFixes working towards PR341
2004-07-01 Brian GaekeMake this pass use a more specific debug message than...
2004-01-09 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-07 Misha BrukmanDeclare FunctionPasses as such so that they can be...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-19 Chris LattnerChange the Opcode enum for PHI nodes from "Instruction...
2003-10-15 Chris LattnerDecrease usage of use_size()
2003-09-22 Misha BrukmanCredits now go into the top-level CREDITS.TXT
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-13 Chris LattnerAssign arguments different ranks so they get grouped...
2003-08-12 Chris LattnerFix bug: Reassociate/2003-08-12-InfiniteLoop.ll
2003-08-12 Chris LattnerAssign finer grained ranks, make sure to reassociate...
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-05-02 Chris LattnerFix spelling
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-02-24 Chris LattnerRename Instruction::hasSideEffects() -> mayWriteToMemory()
2002-12-15 Chris LattnerFix a huge performance problem in reassociate by introd...
2002-12-15 Chris LattnerMinor changes:
2002-10-31 Chris LattnerFixes to the reassociate pass to make it respect domina...
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-25 Chris Lattner*** empty log message ***
2002-07-23 Chris Lattner*** empty log message ***
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-22 Chris LattnerUse the new DEBUG(x) macro to allow debugging code...
2002-05-16 Chris Lattner* Make debug output conditional on #define
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-09 Chris LattnerGive the longer name to the instruction that will proba...
2002-05-08 Chris LattnerInitial checkin of expression reassociation pass