Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
00b51bf123d83d19b4dfc916676a7aed1b9da41e
/
llvm
/
test
/
CodeGen
/
ARM
/
prefetch.ll
79e6c74
[opaque pointer type] Add textual IR support for explicit type parameter to getelementptr instruction
by David Blaikie
· 11 years ago
1d8cc90
Remove the cortex-a9-mp CPU.
by Charlie Turner
· 11 years ago
7258735
ARM: fixup more tests to specify the target more explicitly
by Saleem Abdulrasool
· 12 years ago
b76f55f
Fix unsupported addressing mode assertion for pld
by David Peixotto
· 12 years ago
d24ab20
Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to function definitions for more informative error messages. No functionality change and all updated tests passed locally.
by Stephen Lin
· 12 years ago
8b2bda0
Change some ARM subtarget features to be single bit yes/no in order to sink them down to MC layer. Also fix tests.
by Evan Cheng
· 14 years ago
29386fb
Since ARM's prefetch implementation predicted the presence of a instruction
by Bruno Cardoso Lopes
· 14 years ago
dc9ff3a
Add one more argument to the prefetch intrinsic to indicate whether it's a data
by Bruno Cardoso Lopes
· 14 years ago
d04a83f
Add -mcpu=cortex-a9-mp. It's cortex-a9 with MP extension. rdar://8648637.
by Bob Wilson
· 15 years ago
21acf9f
Fix @llvm.prefetch isel. Selecting between pld / pldw using the first immediate rw. There is currently no intrinsic that matches to pli.
by Evan Cheng
· 15 years ago
8740ee3
Fix preload instruction isel. Only v7 supports pli, and only v7 with mp extension supports pldw. Add subtarget attribute to denote mp extension support and legalize illegal ones to nothing.
by Evan Cheng
· 15 years ago
6f36042
Add support to match @llvm.prefetch to pld / pldw / pli. rdar://8601536.
by Evan Cheng
· 15 years ago