summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM/addrmode.ll
AgeCommit message (Expand)Author
2022-12-19[ARM] Convert some tests to opaque pointers (NFC)Nikita Popov
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2013-03-12Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2012-07-02Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2007-04-16For PR1319:Reid Spencer
2007-03-14ARM isel should match ldr x +/- x * (2^n) to ldr [x, +/- x, lsl #log2(n)].Evan Cheng