Propagate the AlignStack bit in InlineAsm's to the
[oota-llvm.git] / test / CodeGen / X86 / iv-users-in-other-loops.ll
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-01-22 Dan GohmanRevert LoopStrengthReduce.cpp to pre-r94061 for now.
2010-01-21 Dan GohmanRe-implement the main strength-reduction portion of...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-07-20 Dan GohmanRevert the addition of hasNoPointerOverflow to GEPOperator.
2009-06-18 Dan GohmanRemove the code from IVUsers that attempted to handle
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-12 Dan GohmanFactor the code for collecting IV users out of LSR...
2009-05-11 Dale JohannesenReverse a loop that is counting up to a maximum to
2009-04-16 Dan GohmanExpand GEPs in ScalarEvolution expressions. SCEV expres...
2009-04-08 Dan GohmanImplement support for using modeling implicit-zero...
2009-02-20 Dan GohmanImplement "superhero" strength reduction, or full strength
2009-02-16 Dan GohmanChange these tests to use regular loads instead of...
2009-02-13 Dan GohmanFix the code that checked if a SCEVAddRecExpr Start...