summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMHazardRecognizer.cpp
AgeCommit message (Expand)Author
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie
2016-07-06[ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCIDiana Picus
2015-05-22Use new MachineInstr mayLoadOrStore() API. NFC.Chad Rosier
2015-01-29Migrate ARM except for TTI, AsmPrinter, and frame loweringEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling
2012-09-13This patch introduces A15 as a target in LLVM.Silviu Baranga
2011-12-14- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-06-28- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng
2011-04-19This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson
2011-02-22VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng
2011-01-11Clean up ARM subtarget code by using Triple ADT.Evan Cheng
2010-12-24Various bits of framework needed for precise machine-level selectionAndrew Trick
2010-12-08Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick
2010-12-05Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng