Remove templates from CostTableLookup functions. All instantiations had the same...
[oota-llvm.git] / lib / Target / AArch64 / AArch64Subtarget.cpp
2015-10-22 Matthias BraunAArch64: Disable the latency heuristic
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-01 Ahmed Bougacha[AArch64] Lower READCYCLECOUNTER using MRS PMCCTNR_EL0.
2015-07-29 Akira Hatanaka[AArch64] Define subtarget feature strict-align.
2015-07-25 Akira Hatanaka[AArch64] Define subtarget feature "reserve-x18", which...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-05 Peter CollingbourneIR: Do not consider available_externally linkage to...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-04-01 Vladimir Sukharev[AArch64] Rename v8.1a from "extension" to "architecture"
2015-03-26 Vladimir Sukharev[AArch64, ARM] Add v8.1a architecture and generic cpu
2015-03-18 Eric ChristopherRevert "Migrate the AArch64 TargetRegisterInfo to its...
2015-03-12 Eric ChristopherMigrate the AArch64 TargetRegisterInfo to its TargetMachine
2015-01-29 Eric ChristopherRemove getSubtargetImpl from AArch64ISelLowering and...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2014-11-01 Rafael EspindolaRemove redundant calls to isMaterializable.
2014-10-22 Arnaud A. de Grand... [AArch64] Cleanup A57PBQPConstraints
2014-10-09 Lang Hames[PBQP] Replace PBQPBuilder with composable constraints...
2014-10-03 Eric Christopherconstify TargetMachine parameter.
2014-09-10 Asiri Rathnayake[AArch 64] Use a constant pool load for weak symbol...
2014-06-11 Eric ChristopherMove to a private function to initialize the subtarget...
2014-06-10 Eric ChristopherMove AArch64TargetLowering to AArch64Subtarget.
2014-06-10 Eric ChristopherMove AArch64InstrInfo to AArch64Subtarget.
2014-06-10 Eric ChristopherMove AArch64SelectionDAGInfo down to the subtarget.
2014-06-10 Eric ChristopherRemove the cached little endian variable. We can get...
2014-06-10 Eric ChristopherMove DataLayout onto the AArch64 subtarget.
2014-06-10 Eric ChristopherMove AArch64FrameLowering into the subtarget.
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-18 Jiangning LiuThis commit enables unaligned memory accesses of vector...
2014-03-10 Chandler Carruth[AArch64] Fix a use of uninitialized memory introduced...
2014-02-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-31 Amara Emerson[AArch64] Make the use of FP instructions optional...
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.