summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AArch64CallingConvention.h
Commit message (Expand)AuthorAgeFilesLines
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-0/+3
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-0/+3
* [AArch64] Include AArch64GenCallingConv.inc onceReid Kleckner2019-01-281-121/+28
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...Craig Topper2015-12-051-16/+16
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-4/+2
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-1/+1
* AArch64: treat HFAs containing "half" types as blocks too.Tim Northover2014-12-081-0/+5
* AArch64: make register block rules apply to vector types too.Tim Northover2014-12-021-3/+3
* Stop using ArrayRef of a const type.Tim Northover2014-11-271-1/+1
* AArch64: treat [N x Ty] as a block during procedure calls.Tim Northover2014-11-271-0/+136
OpenPOWER on IntegriCloud