summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64Subtarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Default AArch64Subtarget::ReserveX18 to true on darwinJustin Bogner2015-11-131-2/+3
* AArch64: add experimental support for address tagging.Tim Northover2015-11-101-0/+18
* AArch64: Disable the latency heuristicMatthias Braun2015-10-221-0/+5
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-1/+1
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-1/+1
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-1/+1
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-1/+1
* [AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.Ahmed Bougacha2015-09-011-3/+3
* [AArch64] Define subtarget feature strict-align.Akira Hatanaka2015-07-291-2/+2
* [AArch64] Define subtarget feature "reserve-x18", which is used to decideAkira Hatanaka2015-07-251-1/+2
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-091-2/+2
* IR: Do not consider available_externally linkage to be linker-weak.Peter Collingbourne2015-07-051-5/+3
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-101-5/+3
* [AArch64] Rename v8.1a from "extension" to "architecture"Vladimir Sukharev2015-04-011-1/+2
* [AArch64, ARM] Add v8.1a architecture and generic cpuVladimir Sukharev2015-03-261-1/+1
* Revert "Migrate the AArch64 TargetRegisterInfo to its TargetMachine"Eric Christopher2015-03-181-9/+3
* Migrate the AArch64 TargetRegisterInfo to its TargetMachineEric Christopher2015-03-121-3/+9
* Remove getSubtargetImpl from AArch64ISelLowering and cache theEric Christopher2015-01-291-1/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-11/+4
* Remove redundant calls to isMaterializable.Rafael Espindola2014-11-011-7/+1
* [AArch64] Cleanup A57PBQPConstraintsArnaud A. de Grandmaison2014-10-221-1/+4
* [PBQP] Replace PBQPBuilder with composable constraints (PBQPRAConstraint).Lang Hames2014-10-091-0/+6
* constify TargetMachine parameter.Eric Christopher2014-10-031-2/+2
* [AArch 64] Use a constant pool load for weak symbol references whenAsiri Rathnayake2014-09-101-4/+9
* Move to a private function to initialize the subtarget dependenciesEric Christopher2014-06-111-9/+13
* Move AArch64TargetLowering to AArch64Subtarget.Eric Christopher2014-06-101-1/+3
* 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