[opaque pointer type] Add textual IR support for explicit type parameter to gep operator
[oota-llvm.git] / test / CodeGen / Thumb2 / thumb2-ldm.ll
2015-03-13 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...
2014-05-16 James MolloyFix the Load/Store optimization pass to work with Thumb1.
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2012-01-04 Evan ChengFix more places which should be checking for iOS, not...
2011-08-18 Jim GrosbachThumb assembly parsing and encoding for LDM instruction.
2010-06-03 Dale JohannesenMake this test not use tail calls. A tail call
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-08-11 Evan ChengShrinkify Thumb2 load / store multiple instructions.
2009-08-07 Evan ChengThumb2 32-bit ldm / stm needs .w suffix if submode...
2009-08-04 Evan ChengFix test.
2009-08-04 Evan ChengEnable load / store multiple pass for Thumb2. It's...