aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/large-stack.ll
AgeCommit message (Expand)Author
2010-12-03When using the 'push' mnemonic for Thumb2 stmdb, be explicit when it's theJim Grosbach
2010-09-17Teach the (non-MC) instruction printer to use the cannonical names for push/pop,Jim Grosbach
2010-03-16Stop using the old pre-UAL syntax for LDM/STM instruction suffixes.Bob Wilson
2009-12-16Make this test pass on Linux.Nick Lewycky
2009-12-06Dynamic stack realignment use of sp register as source/dest registerAnton Korobeynikov
2009-11-19More consistent thumb1 asm printing.Evan Cheng
2009-11-09Update testJim Grosbach
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-07It turns out most of the thumb2 instructions are not allowed to touch SP. The...Evan Cheng
2009-07-28- More refactoring. This gets rid of all of the getOpcode calls.Evan Cheng