aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMHazardRecognizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+1
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-2/+8
* This patch introduces A15 as a target in LLVM.Silviu Baranga2012-09-131-1/+1
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-141-22/+0
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-3/+3
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-10/+10
* This patch combines several changes from Evan Cheng for rdar://8659675.Bob Wilson2011-04-191-0/+2
* VFP single precision arith instructions can go down to NEON pipeline, but on ...Evan Cheng2011-02-221-10/+7
* Clean up ARM subtarget code by using Triple ADT.Evan Cheng2011-01-111-0/+1
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-241-7/+9
* Generalize PostRAHazardRecognizer so it can be used in any pass forAndrew Trick2010-12-081-4/+8
* Making use of VFP / NEON floating point multiply-accumulate / subtraction isEvan Cheng2010-12-051-0/+114