summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64TargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* (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
* Delete Default and JITDefault code modelsRafael Espindola2017-08-031-6/+8
* 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
* Make 0 argument getSubtargetImpl functions for the X86, AArch64, and PPC targ...Eric Christopher2017-06-301-0/+1
* [globalisel][tablegen] Move <Target>InstructionSelector declarations to anony...Daniel Sanders2017-04-061-0/+2
* Revert "[AArch64] Use the reciprocal estimation machinery"Evandro Menezes2016-09-201-1/+1
* Delete Reloc::Default.Rafael Espindola2016-05-181-3/+3
* Trivial cleanups.Rafael Espindola2016-05-181-2/+2
* [AArch64] Use the reciprocal estimation machineryEvandro Menezes2016-05-041-1/+1
* Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders2015-06-111-3/+3
* Remove the bare getSubtargetImpl call from the AArch64 port. As partEric Christopher2015-03-211-5/+0
* Revert "Migrate the AArch64 TargetRegisterInfo to its TargetMachine"Eric Christopher2015-03-181-2/+0
* Migrate the AArch64 TargetRegisterInfo to its TargetMachineEric Christopher2015-03-121-0/+2
* Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini2015-03-121-2/+0
* [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 out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner2014-11-201-0/+2
* This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar2014-11-131-0/+5
* [PBQP] Teach PassConfig to tell if the default register allocator is used.Arnaud A. de Grandmaison2014-10-211-4/+0
* Add subtarget caches to aarch64, arm, ppc, and x86.Eric Christopher2014-10-061-0/+3
* 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
* [AArch64] Add experimental PBQP supportArnaud A. de Grandmaison2014-09-101-0/+6
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-18/+0
* Remove extraneous includes from the target machines.Eric Christopher2014-06-261-4/+0
* Move AArch64TargetLowering to AArch64Subtarget.Eric Christopher2014-06-101-4/+1
* Move AArch64InstrInfo to AArch64Subtarget.Eric Christopher2014-06-101-3/+4
* Move AArch64SelectionDAGInfo down to the subtarget.Eric Christopher2014-06-101-2/+1
* Move DataLayout onto the AArch64 subtarget.Eric Christopher2014-06-101-2/+3
* Move AArch64FrameLowering into the subtarget.Eric Christopher2014-06-101-2/+1
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+94
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-94/+0
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-9/+9
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-241-2/+25
* [AArch64] Add support for TargetTransformInfo Analysis.Chad Rosier2014-02-201-0/+2
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+69
OpenPOWER on IntegriCloud