Simplify the interface and remove an unneeded #include
[oota-llvm.git] / lib / Transforms / Scalar /
2004-05-23 Chris LattnerAdjust to the changes in the AliasSetTracker interface
2004-05-23 Chris LattnerAdd support for replacement of formal arguments with...
2004-05-23 Chris LattnerImplement the -lowergc pass which is used by code gener...
2004-05-13 Chris LattnerThis was not meant to be committed
2004-05-13 Chris LattnerFix a nasty bug that caused us to unroll EXTREMELY...
2004-05-08 Chris LattnerFix stupid bug in my checkin yesterday
2004-05-07 Chris LattnerImplement folding of GEP's like:
2004-05-07 Chris LattnerFix PR336: The instcombine pass asserts when visiting...
2004-05-04 Chris LattnerDo not mark instructions in unreachable sections of...
2004-05-04 Chris LattnerMinor efficiency tweak, suggested by Patrick Meredith
2004-05-01 Chris LattnerMake sure to reprocess instructions used by deleted...
2004-05-01 Chris LattnerMake sure the instruction combiner doesn't lose track...
2004-04-30 Chris LattnerFix a major pessimization in the instcombiner. If...
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-26 Chris LattnerInstcombine X/-1 --> 0-X
2004-04-23 Chris LattnerMove the scev expansion code into this pass, where...
2004-04-22 Chris LattnerDisable a previous patch that was causing indvars to...
2004-04-22 Chris LattnerFix an extremely serious thinko I made in revision...
2004-04-21 Chris LattnerImplement a todo, rewriting all possible scev expressio...
2004-04-21 Chris LattnerThis code really wants to iterate over the OPERANDS...
2004-04-21 Chris LattnerImplement a fixme. The helps loops that have induction...
2004-04-20 Chris LattnerFix PR325
2004-04-19 Chris LattnerInitial checkin of a simple loop unswitching pass....
2004-04-19 Chris LattnerAdd #include
2004-04-18 Chris LattnerMove isLoopInvariant to the Loop class
2004-04-18 Chris LattnerLoop exit sets are no longer explicitly held, they...
2004-04-18 Chris LattnerChange the ExitBlocks list from being explicitly contai...
2004-04-18 Chris LattnerReduce the unrolling limit
2004-04-18 Chris LattnerIf the preheader of the loop was the entry block of...
2004-04-18 Chris LattnerBe much more careful about how we update instructions...
2004-04-18 Chris LattnerAfter unrolling our single basic block loop, fold it...
2004-04-18 Chris LattnerFix a bug: this does not preserve the CFG!
2004-04-18 Chris LattnerInitial checkin of a simple loop unroller. This pass...
2004-04-18 Chris LattnerMake the tail duplication threshold accessible from...
2004-04-17 Chris LattnerIf the loop executes a constant number of times, try...
2004-04-17 Chris LattnerFix a HUGE pessimization on X86. The indvars pass...
2004-04-17 Chris LattnerEven if there are not any induction variables in the...
2004-04-16 Chris LattnerFix some really nasty dominance bugs that were exposed...
2004-04-16 Chris LattnerFix some of the strange CBE-only failures that happened...
2004-04-15 Chris LattnerFix a bug in the previous checkin: if the exit block...
2004-04-15 Chris LattnerChange the canonical induction variable that we insert.
2004-04-14 Chris LattnerADd a trivial instcombine: load null -> null
2004-04-13 Chris LattnerAdd SCCP support for constant folding calls, implementing:
2004-04-13 Chris LattnerConstant propagation should remove the dead instructions
2004-04-12 Chris LattnerAdd support for removing invoke instructions
2004-04-11 Chris LattnerFix a bug in my select transformation
2004-04-10 Chris LattnerUpdate the value numbering interface.
2004-04-10 Chris LattnerImplement InstCombine/select.ll:test13*
2004-04-10 Chris LattnerImplement InstCombine/add.ll:test20
2004-04-10 Chris LattnerRewrite the GCSE pass to be *substantially* simpler...
2004-04-10 Chris LattnerFix spurious warning in release mode
2004-04-10 Chris LattnerSimplify code a bit, and fix a bug that was breaking...
2004-04-10 Chris LattnerFix a bug in my checkin last night that was breaking...
2004-04-10 Chris LattnerFix previous patch
2004-04-10 Chris LattnerCorrectly update counters
2004-04-10 Chris LattnerSimplify code a bit, and use alias analysis to allow...
2004-04-09 Chris LattnerImplement select.ll:test12*
2004-04-09 Chris LattnerFold binary operators with a constant operand into...
2004-04-09 Chris LattnerImplement select.ll:test11
2004-04-08 Chris LattnerImplement InstCombine/cast-propagate.ll
2004-04-08 Chris LattnerImplement InstCombine/select.ll:test[7-10]
2004-04-07 Chris LattnerImplement test/Regression/Transforms/InstCombine/getele...
2004-04-05 Chris LattnerFix a bug in yesterdays checkins which broke siod....
2004-04-05 Chris LattnerFix InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-04-02 Chris LattnerRewrite the indvars pass to use the ScalarEvolution...
2004-03-30 Chris LattnerImplement select.ll:test[3-6]
2004-03-26 Chris LattnerX % -1 == X % 1 == 0
2004-03-25 Chris LattnerTwo changes:
2004-03-19 Chris LattnerTeach the optimizer to delete zero sized alloca's ...
2004-03-17 Chris LattnerBe more accurate
2004-03-16 Chris LattnerFix bug in previous checkin
2004-03-16 Chris LattnerOkay, so there is no reasonable way for tail duplicatio...
2004-03-16 Chris LattnerDo not try to optimize PHI nodes with incredibly high...
2004-03-16 Chris LattnerDo not copy gigantic switch instructions
2004-03-15 Chris LattnerAdd counters for the number of calls elimianted
2004-03-15 Chris LattnerImplement LICM of calls in simple cases. This is suffi...
2004-03-13 Chris LattnerAdd some debugging output
2004-03-13 Chris LattnerImplement sub.ll:test14
2004-03-12 Chris LattnerImplement InstCombine/sub.ll:test12 & test13
2004-03-12 Chris LattnerAdd sccp support for select instructions
2004-03-12 Chris LattnerAdd trivial optimizations for select instructions
2004-03-07 Chris LattnerSince 'load null' is undefined, we can make it do whate...
2004-03-01 Chris LattnerDisable tail duplication in a case that breaks on Olden/tsp
2004-02-29 Chris LattnerFix PR255: [tailduplication] Single basic block loops...
2004-02-28 Chris LattnerRename AddUsesToWorkList -> AddUsersToWorkList, as...
2004-02-28 Chris LattnerTurn 'free null' into nothing
2004-02-27 Chris LattnerImplement test/Regression/Transforms/InstCombine/canoni...
2004-02-24 Chris LattnerFix a faulty optimization on FP values
2004-02-23 Chris LattnerGenerate much more efficient code in programs like...
2004-02-23 Chris LattnerFix a small typeo in my checkin last night that broke...
2004-02-23 Chris LattnerFix InstCombine/2004-02-23-ShiftShiftOverflow.ll
2004-02-23 Chris LattnerImplement cast.ll::test14/15
2004-02-23 Chris LattnerRefactor some code. In the mul - setcc folding case...
2004-02-23 Chris LattnerImplement mul.ll:test11
2004-02-23 Chris LattnerImplement "strength reduction" of X <= C and X >= C
2004-02-23 Chris LattnerImplement InstCombine/mul.ll:test10, which is a case...
2004-02-22 Chris LattnerImplement Transforms/InstCombine/cast.ll:test13, a...
2004-02-16 Chris LattnerFold PHI nodes of constants which are only used by...
2004-02-16 Chris LattnerTeach LLVM to unravel the "swap idiom". This implements:
next