summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64TargetMachine.h
Commit message (Expand)AuthorAgeFilesLines
* 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