aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMFeatures.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-04-12Make helper static and place random global into the llvm namespace.Benjamin Kramer1-2/+2
2014-04-03Tidy up. 80 columns.Jim Grosbach1-1/+1
2014-03-22Prune includes in ARM target.Craig Topper1-1/+1
2014-02-26ARMv8 IfConversion must skip narrow instructions that a) define CPSR and b) w...Artyom Skrobov1-16/+21
2014-01-23[Thumbv8] Fix the value of BLXOperandIndex of isV8EligibleForITWeiming Zhao1-3/+2
2013-10-10ARM: Put isV8EligibleForIT into the llvm namespace. While there make it inline.Benjamin Kramer1-2/+4
2013-10-03[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.Amara Emerson1-0/+91