aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ldrd.ll
AgeCommit message (Expand)Author
2012-06-08Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen
2012-04-27Implement a bastardized ABI.Evan Cheng
2012-04-02Allocate virtual registers in ascending order.Jakob Stoklund Olesen
2012-01-11ARM Ld/St Optimizer fix.Andrew Trick
2011-11-08Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l...Evan Cheng
2011-04-30Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen
2011-04-01LDRD/STRD instructions should print both Rt and Rt2 in the asm string.Jim Grosbach
2011-03-31Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen
2010-03-17Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen
2010-03-16--- Reverse-merging r98637 into '.':Bob Wilson
2010-03-16Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen
2009-10-16Enable post-alloc scheduling for all ARM variants except for Thumb1.Evan Cheng
2009-09-26Convert test to filecheck.Evan Cheng
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-19Enable arm pre-allocation load / store multiple optimization pass.Evan Cheng
2009-06-15Part 1.Evan Cheng