Remove the TargetMachine forwards for TargetSubtargetInfo based
[oota-llvm.git] / lib / Target / ARM / ARMHazardRecognizer.cpp
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2012-09-13 Silviu BarangaThis patch introduces A15 as a target in LLVM.
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-04-19 Bob WilsonThis patch combines several changes from Evan Cheng...
2011-02-22 Evan ChengVFP single precision arith instructions can go down...
2011-01-11 Evan ChengClean up ARM subtarget code by using Triple ADT.
2010-12-24 Andrew TrickVarious bits of framework needed for precise machine...
2010-12-08 Andrew TrickGeneralize PostRAHazardRecognizer so it can be used...
2010-12-05 Evan ChengMaking use of VFP / NEON floating point multiply-accumu...