[WebAssembly] Fix legalization of shift operators on large integer types.
[oota-llvm.git] / test / CodeGen / X86 / lsr-reuse.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2012-03-21 Andrew Trickmisched: tag a few XFAILs that I plan to fix
2011-03-08 Eric ChristopherTurn on list-ilp scheduling by default on x86 and x86...
2010-09-30 Jakob Stoklund OlesenTry again to disable critical edge splitting in CodeGen...
2010-09-27 Jakob Stoklund OlesenRevert "Disable codegen prepare critical edge splitting...
2010-09-23 Evan ChengDisable codegen prepare critical edge splitting. Machin...
2010-09-17 Evan ChengTeach machine sink to
2010-09-01 Dan GohmanRevert 112442 and 112440 until the compile time problem...
2010-08-29 Dan GohmanMake IVUsers iterative instead of recursive.
2010-08-17 Evan ChengPHI elimination should not break back edge. It can...
2010-06-21 Dan GohmanTeach two-address lowering how to unfold a load to...
2010-06-19 Dan GohmanInclude the use kind along with the expression in the...
2010-04-17 Dan GohmanStart function numbering at 0.
2010-03-18 Evan ChengTurning off post-ra scheduling for x86. It isn't a...
2010-02-19 Dan GohmanWhen determining the set of interesting reuse factors...
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...