[ARM] Enable shrink-wrapping by default.
[oota-llvm.git] / test / CodeGen / ARM / prefetch.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2014-11-03 Charlie TurnerRemove the cortex-a9-mp CPU.
2014-04-03 Saleem AbdulrasoolARM: fixup more tests to specify the target more explicitly
2014-01-27 David PeixottoFix unsupported addressing mode assertion for pld
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2011-07-07 Evan ChengChange some ARM subtarget features to be single bit...
2011-06-14 Bruno Cardoso LopesSince ARM's prefetch implementation predicted the prese...
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-04-19 Bob WilsonAdd -mcpu=cortex-a9-mp. It's cortex-a9 with MP extensio...
2010-11-04 Evan ChengFix @llvm.prefetch isel. Selecting between pld / pldw...
2010-11-03 Evan ChengFix preload instruction isel. Only v7 supports pli...
2010-11-03 Evan ChengAdd support to match @llvm.prefetch to pld / pldw ...