aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AArch64/AArch64TargetMachine.h
AgeCommit message (Expand)AuthorFilesLines
2014-11-20Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner1-0/+2
2014-11-13This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar1-0/+5
2014-10-21[PBQP] Teach PassConfig to tell if the default register allocator is used.Arnaud A. de Grandmaison1-4/+0
2014-10-06Add subtarget caches to aarch64, arm, ppc, and x86.Eric Christopher1-0/+3
2014-09-18Reverting NFC changes from r218050. Instead, the warning was disabled for GCC...Aaron Ballman1-1/+0
2014-09-18Fixing a bunch of -Woverloaded-virtual warnings due to hiding getSubtargetImp...Aaron Ballman1-0/+1
2014-09-10[AArch64] Add experimental PBQP supportArnaud A. de Grandmaison1-0/+6
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-18/+0
2014-06-26Remove extraneous includes from the target machines.Eric Christopher1-4/+0
2014-06-10Move AArch64TargetLowering to AArch64Subtarget.Eric Christopher1-4/+1
2014-06-10Move AArch64InstrInfo to AArch64Subtarget.Eric Christopher1-3/+4
2014-06-10Move AArch64SelectionDAGInfo down to the subtarget.Eric Christopher1-2/+1
2014-06-10Move DataLayout onto the AArch64 subtarget.Eric Christopher1-2/+3
2014-06-10Move AArch64FrameLowering into the subtarget.Eric Christopher1-2/+1
2014-05-24AArch64/ARM64: move ARM64 into AArch64's placeTim Northover1-0/+94
2014-05-24AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover1-94/+0
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-9/+9
2014-02-24Add AArch64 big endian Target (aarch64_be)Christian Pirker1-2/+25
2014-02-20[AArch64] Add support for TargetTransformInfo Analysis.Chad Rosier1-0/+2
2013-01-31Add AArch64 as an experimental target.Tim Northover1-0/+69