aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+2
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-2/+2
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-1/+1
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling1-2/+8
2012-09-13This patch introduces A15 as a target in LLVM.Silviu Baranga1-1/+1
2011-12-14- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng1-22/+0
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng1-3/+3
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng1-10/+10
2011-04-19This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson1-0/+2
2011-02-22VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng1-10/+7
2011-01-11Clean up ARM subtarget code by using Triple ADT.Evan Cheng1-0/+1
2010-12-24Various bits of framework needed for precise machine-level selectionAndrew Trick1-7/+9
2010-12-08Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick1-4/+8
2010-12-05Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng1-0/+114