summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMTargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* [Scheduling][ARM] Consistently enable PostRA Machine schedulingDavid Green2019-11-051-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* ARM: switch armv7em MachO triple to hard-float defaults and libcalls.Tim Northover2018-07-191-0/+2
* Revert "ARM: switch armv7em triple to hard-float defaults and libcalls."Tim Northover2018-07-181-1/+0
* ARM: switch armv7em triple to hard-float defaults and libcalls.Tim Northover2018-07-181-0/+1
* ARM: deduplicate hard-float detection code. NFC.Tim Northover2018-07-181-0/+8
* (Re-landing) Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-221-2/+1
* Revert "Expose a TargetMachine::getTargetTransformInfo function"Sanjoy Das2017-12-211-1/+2
* Expose a TargetMachine::getTargetTransformInfo functionSanjoy Das2017-12-211-2/+1
* Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"Matthias Braun2017-10-121-1/+1
* TargetMachine: Merge TargetMachine and LLVMTargetMachineMatthias Braun2017-10-121-1/+1
* [ARM] The ARM backend is MachineVerifier clean now.Florian Hahn2017-08-051-4/+0
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-5/+5
* Update the comments on default subtargets based on feedback.Eric Christopher2017-07-251-2/+3
* Add a set of comments explaining why getSubtargetImpl() is deleted on these t...Eric Christopher2017-07-141-0/+2
* Remove the default ARMSubtarget from the ARM TargetMachine.Eric Christopher2017-07-011-2/+1
* TargetMachine: Indicate whether machine verifier passes.Matthias Braun2017-05-311-0/+4
* [ARM] Remove ThumbTargetMachines. (NFC)Florian Hahn2017-05-241-58/+4
* [ARM] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-01-311-5/+15
* Delete Reloc::Default.Rafael Espindola2016-05-181-9/+10
* Trivial cleanups.Rafael Espindola2016-05-181-6/+6
* ARM: add backend support for the ABI used in WatchOSTim Northover2015-10-281-1/+2
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-17/+17
* Remove the target independent TargetMachine::getSubtarget andEric Christopher2015-03-211-1/+1
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-2/+0
* Make the ARM AsmPrinter independent of global subtargetEric Christopher2015-02-171-0/+1
* [multiversion] Switch all of the targets over to use theChandler Carruth2015-02-011-2/+2
* [PM] Switch the TargetMachine interface from accepting a pass managerChandler Carruth2015-01-311-1/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-0/+2
* Add a new string member to the TargetOptions struct for the nameEric Christopher2014-12-181-0/+7
* Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-201-0/+1
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-0/+5
* Add subtarget caches to aarch64, arm, ppc, and x86.Eric Christopher2014-10-061-0/+4
* Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...Aaron Ballman2014-09-181-1/+0
* Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...Aaron Ballman2014-09-181-0/+1
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-2/+0
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-0/+2
* Nuke the old JIT.Rafael Espindola2014-08-071-2/+0
* Remove a virtual function from TargetMachine. NFC.Rafael Espindola2014-08-051-1/+0
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-22/+0
* Add a non-const subtarget returning function to the target machineEric Christopher2014-08-011-1/+2
* Remove extraneous includes from the target machines.Eric Christopher2014-06-261-8/+0
* Move all of the ARM subtarget features down onto the subtargetEric Christopher2014-06-261-68/+26
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-181-5/+2
* Since the DataLayout is always found off of the subtarget go aheadEric Christopher2014-06-161-7/+3
* Temporarily revert r210953 in an attempt to bring the ARM buildbotsEric Christopher2014-06-151-0/+5
* Remove InstrItineraryData off of the TargetMachine - it's alreadyEric Christopher2014-06-131-4/+1
* Move ARMJITInfo off of the TargetMachine and down onto the subtarget.Eric Christopher2014-06-131-2/+0
* Move ARMSelectionDAGInfo from the TargetMachine to the subtarget.Eric Christopher2014-06-131-4/+2
OpenPOWER on IntegriCloud