Delete trailing whitespace; NFC
[oota-llvm.git] / lib / Target / AArch64 / AArch64Subtarget.h
2016-01-05 MinSeong Kim[AArch64] Add support for Samsung Exynos-M1
2015-12-21 Chad Rosier[AArch64] Enable PostRAScheduler for AArch64 generic...
2015-12-17 Rafael EspindolaRevert "[AArch64] Enable PostRAScheduler for AArch64...
2015-12-17 MinSeong Kim[AArch64] Enable PostRAScheduler for AArch64 generic...
2015-12-02 Christof Douma[AArch64]: Add support for Cortex-A35
2015-12-01 Oliver Stannard[AArch64] Add ARMv8.2-A Statistical Profiling Extension
2015-11-26 Oliver Stannard[AArch64] Add subtarget features for ARMv8.2-A
2015-11-10 Tim NorthoverAArch64: add experimental support for address tagging.
2015-10-08 Evgeniy StepanovAdd Triple::isAndroid().
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-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
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-03-12 Eric ChristopherRemove the need to cache the subtarget in the AArch64...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2014-11-19 Hao Liu[AArch64] Disable useAA for Cortex-A57.
2014-10-09 Lang Hames[PBQP] Replace PBQPBuilder with composable constraints...
2014-10-03 Eric Christopherconstify TargetMachine parameter.
2014-09-12 Chad Rosier[AArch64] Enable post-RA MI scheduler.
2014-09-08 Chad Rosier[AArch64] Enabled AA support for Cortex-A57.
2014-09-08 Chad Rosier[AArch64] Enabled AA support for Cortex-A53.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-06 Chad Rosier[AArch64] Add a few isTarget* API to AArch64 Subtarget.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-29 Jiangning LiuImplement AArch64 TTI interface isAsCheapAsAMove.
2014-07-25 Benjamin KramerRun sort_includes.py on the AArch64 backend.
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-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-22 Chandler Carruth[cleanup] Fix two headers where we included a standard...
2014-04-18 Jiangning LiuThis commit enables unaligned memory accesses of vector...
2014-03-06 Chad Rosier[AArch64] This is a work in progress to provide a machi...
2014-03-04 Chad RosierRevert "[AArch64] This is a work in progress to provide...
2014-03-03 Chad Rosier[AArch64] This is a work in progress to provide a machi...
2014-02-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
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-10-09 Tim NorthoverAArch64: enable MISched by default.
2013-08-29 Cameron EsfahaniClean up some usage of Triple. The base class has...
2013-08-01 Tim NorthoverAArch64: add initial NEON support
2013-01-31 Tim NorthoverAdd AArch64 as an experimental target.