summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move AArch64InstrInfo to AArch64Subtarget.Eric Christopher2014-06-101-1/+1
* Move AArch64SelectionDAGInfo down to the subtarget.Eric Christopher2014-06-101-1/+1
* Remove the cached little endian variable. We can get it easily offEric Christopher2014-06-101-3/+3
* Move DataLayout onto the AArch64 subtarget.Eric Christopher2014-06-101-1/+9
* Move AArch64FrameLowering into the subtarget.Eric Christopher2014-06-101-1/+1
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+116
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-99/+0
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+2
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* This commit enables unaligned memory accesses of vector types on AArch64 back...Jiangning Liu2014-04-181-0/+34
* [AArch64] Fix a use of uninitialized memory introduced in r203125,Chandler Carruth2014-03-101-3/+3
* Add AArch64 big endian Target (aarch64_be)Christian Pirker2014-02-241-2/+4
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+2
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-0/+3
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-3/+0
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-0/+3
* [AArch64] Make the use of FP instructions optional, but enabled by default.Amara Emerson2013-10-311-3/+20
* AArch64: add initial NEON supportTim Northover2013-08-011-4/+2
* Add AArch64 as an experimental target.Tim Northover2013-01-311-0/+43
OpenPOWER on IntegriCloud