[WebAssembly] Fix legalization of shift operators on large integer types.
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-cbnz.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-05-30 Tim NorthoverARM & AArch64: make use of common cmpxchg idioms after...
2012-01-10 Evan ChengAllow machine-cse to look across MBB boundary when...
2011-12-08 Owen AndersonTeach SelectionDAG to match more calls to libm function...
2011-05-13 Stuart HastingsSince I can't reproduce the failures from 131261, re...
2011-05-13 Stuart HastingsRevert 131266 and 131261 due to buildbot complaints.
2011-05-13 Stuart HastingsTweak 131261 (thumb2-cbnz.ll) to generate the intended...
2011-05-12 Stuart HastingsNon-fast-isel followup to 129634; correctly handle...
2011-05-06 Eli FriedmanRe-revert r130877; it's apparently causing a regression...
2011-05-04 Eli FriedmanRe-commit r130862 with a minor change to avoid an itera...
2011-05-04 Eli FriedmanBack out r130862; it appears to be breaking bootstrap.
2011-05-04 Eli FriedmanTeach MachineCSE how to do simple cross-block CSE invol...
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2009-11-11 Dan GohmanAdd support for tail duplication to BranchFolding,...
2009-11-01 Evan ChengFix tests.
2009-10-31 Evan ChengUse cbz and cbnz instructions.