summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/large-stack.ll
Commit message (Expand)AuthorAge
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's theJim Grosbach2010-12-03
* Teach the (non-MC) instruction printer to use the cannonical names for push/pop,Jim Grosbach2010-09-17
* Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson2010-03-16
* Make this test pass on Linux.Nick Lewycky2009-12-16
* Dynamic stack realignment use of sp register as source/dest registerAnton Korobeynikov2009-12-06
* More consistent thumb1 asm printing.Evan Cheng2009-11-19
* Update testJim Grosbach2009-11-09
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* It turns out most of the thumb2 instructions are not allowed to touch SP. The...Evan Cheng2009-08-07
* - More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng2009-07-28