[WebAssembly] Use the new offset syntax for memory operands in inline asm.
[oota-llvm.git] / test / CodeGen / Thumb / large-stack.ll
2015-12-08 Artyom SkrobovFix ARMv4T (Thumb1) epilogue generation
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-11-17 Oliver Stannard[Thumb1] Re-write emitThumbRegPlusImmediate
2014-10-20 Oliver Stannard[Thumb] Fix crash in Thumb1RegisterInfo::rewriteFrameIndex
2013-07-22 Mihai PopaThis adds range checking for "ldr Rn, [pc, #imm]" Thumb
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-04-30 Hal FinkelLocalStackSlotAllocation improvements
2012-01-04 Evan ChengFix more places which should be checking for iOS, not...
2010-12-15 Jim GrosbachThumb1 had two patterns for the same load-from-constant...
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-08-26 Jim GrosbachEnable pre-RA virtual frame base register allocation...
2010-08-10 Evan ChengRe-apply r110655 with fixes. Epilogue must restore...
2010-08-10 Daniel DunbarRevert r110655, "Fix ARM hasFP() semantics. It should...
2010-08-10 Evan ChengFix ARM hasFP() semantics. It should return true whenev...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-06-24 Evan ChengMove thumb and thumb2 tests into separate directories.