summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMHazardRecognizer.cpp
Commit message (Expand)AuthorAge
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* This patch introduces A15 as a target in LLVM.Silviu Baranga2012-09-13
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson2011-04-19
* VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng2011-02-22
* Clean up ARM subtarget code by using Triple ADT.Evan Cheng2011-01-11
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-24
* Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick2010-12-08
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-05