summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets/AArch64.h
Commit message (Expand)AuthorAgeFilesLines
* Implement target(branch-protection) attribute for AArch64Momchil Velikov2019-11-151-0/+3
* AArch64: add arm64_32 support to Clang.Tim Northover2019-11-121-0/+2
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-311-0/+1
* Revert [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-171-1/+0
* [AArch64] Add support for Transactional Memory Extension (TME)Momchil Velikov2019-07-171-0/+1
* [AArch64] Consistent types and naming for AArch64 target features (NFC)Momchil Velikov2019-07-171-7/+8
* [AArch64] Implement __jcvt intrinsic from Armv8.3-AKyrylo Tkachov2019-07-161-0/+6
* De-templatize non-dependent VS macro logic, NFCReid Kleckner2019-07-091-2/+0
* [COFF, ARM64] Align global symbol by size for ARM64 MSVC ABITom Tan2019-05-021-0/+2
* [AArch64] Add support for MTE intrinsicsJaved Absar2019-04-261-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AArch64] Implement FP16FML intrinsicsBryan Chan2018-10-251-0/+1
* [ARM64] [Windows] Follow MS X86_64 C++ ABI when passing structsSanjin Sijaric2018-07-261-0/+2
* [Targets] Implement getConstraintRegister for ARM and AArch64Mikhail Maltsev2018-04-301-0/+5
* [AAch64] Add the __ARM_FEATURE_DOTPROD macro definitionJunmo Park2018-04-171-0/+1
* Make march/target-cpu print a note with the list of valid values for ARMErich Keane2018-02-081-0/+1
* [CodeGen][X86] Fix handling of __fp16 vectors.Akira Hatanaka2017-12-091-0/+4
* [MINGW] normalize WIN32 macrosMartell Malone2017-11-211-3/+0
* [AArch64] Add support for a MinGW AArch64 targetMartin Storsjo2017-08-131-5/+23
* [AArch64] Ignore stdcall and similar on aarch64/windowsMartin Storsjo2017-08-071-0/+2
* AArch64 & ARM: move TargetInfo functions from .h to .cpp file. NFC.Tim Northover2017-07-241-398/+49
* Break up Targets.cpp into a header/impl pair per target type[NFCI]Erich Keane2017-07-211-0/+495
OpenPOWER on IntegriCloud