summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/prefetch.ll
Commit message (Expand)AuthorAgeFilesLines
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-3/+3
* Remove the cortex-a9-mp CPU.Charlie Turner2014-11-031-1/+1
* ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool2014-04-031-4/+6
* Fix unsupported addressing mode assertion for pldDavid Peixotto2014-01-271-0/+18
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-11/+11
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-071-2/+2
* Since ARM's prefetch implementation predicted the presence of a instructionBruno Cardoso Lopes2011-06-141-0/+11
* Add one more argument to the prefetch intrinsic to indicate whether it's a dataBruno Cardoso Lopes2011-06-141-6/+6
* Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.Bob Wilson2011-04-191-8/+13
* Fix @llvm.prefetch isel. Selecting between pld / pldw using the first immedia...Evan Cheng2010-11-041-16/+13
* Fix preload instruction isel. Only v7 supports pli, and only v7 with mp exten...Evan Cheng2010-11-031-2/+2
* Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.Evan Cheng2010-11-031-0/+64
OpenPOWER on IntegriCloud