summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMHazardRecognizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-2/+2
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [ARM] Do not test for CPUs, use SubtargetFeatures (Part 3). NFCIDiana Picus2016-07-061-2/+1
* Use new MachineInstr mayLoadOrStore() API. NFC.Chad Rosier2015-05-221-2/+1
* Migrate ARM except for TTI, AsmPrinter, and frame loweringEric Christopher2015-01-291-3/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+2
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-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
OpenPOWER on IntegriCloud