summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64/AArch64Subtarget.h
Commit message (Expand)AuthorAge
* Move to a private function to initialize the subtarget dependenciesEric Christopher2014-06-11
* Move AArch64TargetLowering to AArch64Subtarget.Eric Christopher2014-06-10
* Move AArch64InstrInfo to AArch64Subtarget.Eric Christopher2014-06-10
* Move AArch64SelectionDAGInfo down to the subtarget.Eric Christopher2014-06-10
* Remove the cached little endian variable. We can get it easily offEric Christopher2014-06-10
* Move DataLayout onto the AArch64 subtarget.Eric Christopher2014-06-10
* Move AArch64FrameLowering into the subtarget.Eric Christopher2014-06-10
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [cleanup] Fix two headers where we included a standard library headerChandler Carruth2014-04-22
* This commit enables unaligned memory accesses of vector types on AArch64 back...Jiangning Liu2014-04-18
* [AArch64] This is a work in progress to provide a machine descriptionChad Rosier2014-03-06
* Revert "[AArch64] This is a work in progress to provide a machine description"Chad Rosier2014-03-04
* [AArch64] This is a work in progress to provide a machine descriptionChad Rosier2014-03-03
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-24
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* [AArch64] Make the use of FP instructions optional, but enabled by default.Amara Emerson2013-10-31
* AArch64: enable MISched by default.Tim Northover2013-10-09
* Clean up some usage of Triple. The base class has methods for determining if...Cameron Esfahani2013-08-29
* AArch64: add initial NEON supportTim Northover2013-08-01
* Add AArch64 as an experimental target.Tim Northover2013-01-31