summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ldrd.ll
Commit message (Expand)AuthorAge
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* ARM: Remove a (false) dependency on the memoryoperand's value as we do not useQuentin Colombet2013-06-20
* Don't run RAFast in the optimizing regalloc pipeline.Jakob Stoklund Olesen2012-06-08
* Implement a bastardized ABI.Evan Cheng2012-04-27
* Allocate virtual registers in ascending order.Jakob Stoklund Olesen2012-04-02
* ARM Ld/St Optimizer fix.Andrew Trick2012-01-11
* Add workaround for Cortex-M3 errata 602117 by replacing ldrd x, y, [x] with l...Evan Cheng2011-11-08
* Weekly fix of register allocation dependent unit tests.Jakob Stoklund Olesen2011-04-30
* LDRD/STRD instructions should print both Rt and Rt2 in the asm string.Jim Grosbach2011-04-01
* Fix ARM tests to be register allocator independent.Jakob Stoklund Olesen2011-03-31
* Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen2010-03-17
* --- Reverse-merging r98637 into '.':Bob Wilson2010-03-16
* Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen2010-03-16
* Enable post-alloc scheduling for all ARM variants except for Thumb1.Evan Cheng2009-10-16
* Convert test to filecheck.Evan Cheng2009-09-26
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Enable arm pre-allocation load / store multiple optimization pass.Evan Cheng2009-06-19
* Part 1.Evan Cheng2009-06-15