Move DataLayout back to the TargetMachine from TargetSubtargetInfo
[oota-llvm.git] / lib / Target / AArch64 / AArch64Subtarget.cpp
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.