summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
Commit message (Expand)AuthorAgeFilesLines
* [AArch64AsmParser] rewrite of function parseSysAliasSjoerd Meijer2017-03-031-0/+2
* AArch64InstPrinter: rewrite of printSysAliasSjoerd Meijer2017-02-271-38/+38
* AArch64: TableGenerate system instruction operands.Tim Northover2016-07-051-945/+66
* Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer2016-06-081-2/+2
* RAS extensions are part of ARMv8.2-A. This change enables them by introducing aSjoerd Meijer2016-06-031-1/+16
* Delete AArch64II::MO_CONSTPOOL.Rafael Espindola2016-05-311-6/+1
* Delete trailing whitespace; NFCJunmo Park2016-01-061-6/+6
* [AArch64] Add ARMv8.2-A Statistical Profiling ExtensionOliver Stannard2015-12-011-0/+30
* [AArch64] Add ARMv8.2-A new AT instruction variantsOliver Stannard2015-11-261-1/+3
* [AArch64] Add ARMv8.2-A UAO PSTATE bitOliver Stannard2015-11-261-0/+6
* [AArch64] Add ARMv8.2-A ID_A64MMFR2_EL1 registerOliver Stannard2015-11-261-0/+1
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-11/+11
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-11/+11
* ARM]: Add support for MMFR4_EL1 in assemblerJaved Absar2015-06-081-0/+1
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-9/+19
* [AArch64] Slight naming changes and comments for AArch64NamedImmMapperVladimir Sukharev2015-05-141-4/+7
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-17/+9
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-9/+17
* [AArch64] Add v8.1a "Virtualization Host Extensions"Vladimir Sukharev2015-04-161-0/+29
* [AArch64] Add v8.1a "Limited Ordering Regions" extensionVladimir Sukharev2015-04-161-0/+7
* [AArch64] Add v8.1a "Privileged Access Never" extensionVladimir Sukharev2015-04-161-1/+7
* [AArch64] Handle Cyclone-specific register in common wayVladimir Sukharev2015-04-161-5/+2
* [AArch64] Refactor AArch64NamedImmMapper to become dependent on subtarget fea...Vladimir Sukharev2015-04-161-2/+14
* [AArch64] Don't store available subtarget features in AArch64SysReg::SysRegMa...Vladimir Sukharev2015-03-271-6/+5
* [AArch64] Rename Pairs to Mappings in AArch64NamedImmMapperVladimir Sukharev2015-03-261-18/+18
* Revert "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-03-241-6/+4
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-03-241-4/+6
* Fix PR22408 - LLVM producing AArch64 TLS relocations that GNU linkers cannot ...Kristof Beyls2015-03-041-5/+10
* Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.Michael Kuperstein2015-02-191-6/+4
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-02-191-4/+6
* [AArch64] Allow access to all system registers with MRS/MSR instructions.Tom Coxon2014-10-011-1/+1
* [AArch 64] Use a constant pool load for weak symbol references whenAsiri Rathnayake2014-09-101-1/+6
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Restore getInvertedCondCode() from the phased-out backend, fixing disassembly...Artyom Skrobov2014-05-291-17/+3
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-241-0/+1294
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-241-1138/+0
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-221-36/+36
* Revert last change by haoliu because of buildbot failure.Hao Liu2013-11-221-36/+36
* Fix a Cygwin build failure caused by enum values starting with '_', which is ...Hao Liu2013-11-221-36/+36
* Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.Hao Liu2013-11-191-1/+16
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+44
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-101-44/+0
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-0/+44
* AArch64: add initial NEON supportTim Northover2013-08-011-1/+5
* AArch64: implement large code model access to global variables.Tim Northover2013-05-041-1/+8
* AArch64: implement ETMv4 trace system registers.Tim Northover2013-04-031-0/+216
* AArch64: implement GICv3 system registersTim Northover2013-03-281-3/+71
* Add icache prefetch operations to AArch64Tim Northover2013-02-061-0/+6
* Remove cyclic dependency in AArch64 librariesTim Northover2013-02-051-0/+778
OpenPOWER on IntegriCloud