As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias
[oota-llvm.git] / test / CodeGen / X86 / pr3495.ll
2011-04-05 Jakob Stoklund OlesenFix register-dependent X86 tests.
2010-03-03 Dan GohmanRevert r97580; that's not the right way to fix this.
2010-03-02 Dan GohmanWhen expanding an expression such as (A + B + C + D...
2010-02-12 Dan GohmanReapply the new LoopStrengthReduction code, with compil...
2010-02-11 Jakob Stoklund OlesenReapply coalescer fix for better cross-class coalescing.
2010-01-19 Dan GohmanMake SCEVAddRecExpr's getType return a pointer type...
2009-09-08 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-05 Bob WilsonStabilize the order of live intervals in the priority_q...
2009-06-24 Dan GohmanExtend ScalarEvolution's multiple-exit support to compu...
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-02-11 Evan ChengImplement PR3495: local spiller optimization. The local...