For PR950:
[oota-llvm.git] / lib / Transforms / Scalar / Reassociate.cpp
2006-10-20 Reid SpencerFor PR950:
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-04-28 Chris LattnerFix Transforms/Reassociate/2006-04-27-ReassociateVector.ll
2006-03-14 Chris LattnerImplement a FIXME, recusively reassociating
2006-03-14 Chris Lattnerextract some code into a method, no functionality change
2006-03-14 Chris LattnerPromote shifts by a constant to multiplies so that...
2006-03-04 Chris LattnerAdd factoring of multiplications, e.g. turning A*A...
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2005-09-02 Chris LattnerFix a problem that Dan Berlin noticed, where reassociat...
2005-09-02 Chris LattnerAvoid creating garbage instructions, just move the...
2005-09-02 Chris Lattneradd some assertions and fix problems where reassociate...
2005-08-24 Chris LattnerFix Regression/Transforms/Reassociate/2005-08-24-Crash.ll
2005-08-08 Chris LattnerUse the new 'moveBefore' method to simplify some code...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-05-10 Chris LattnerFix Reassociate/shifttest.ll
2005-05-08 Chris LattnerImplement Reassociate/mul-neg-add.ll
2005-05-08 Chris LattnerBail out earlier
2005-05-08 Chris LattnerTeach reassociate that 0-X === X*-1
2005-05-08 Chris LattnerFix PR557 and basictest[34].ll.
2005-05-08 Chris LattnerAdd debugging information
2005-05-08 Chris Lattnereliminate gotos
2005-05-08 Chris LattnerImprove reassociation handling of inverses, implementin...
2005-05-08 Chris LattnerRefactor some code
2005-05-08 Chris LattnerHandle some simple cases where we can see that values...
2005-05-07 Chris LattnerRewrite the guts of the reassociate pass to be more...
2005-05-07 Chris LattnerConvert shifts to muls to assist reassociation. This...
2005-05-07 Chris LattnerSimplify the code and rearrange it. No major functiona...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
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