summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/AArch64/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [APFloat] Fix checked error assert failuresEhud Katz2020-01-091-2/+2
* [APFloat] Add recoverable string parsing errors to APFloatEhud Katz2020-01-061-4/+10
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* Fix uninitialized variable warning. NFCISimon Pilgrim2019-10-031-1/+1
* Cosmetic; don't use the magic constant 35 when HASH is more readable. This ma...Mark Murray2019-09-231-13/+13
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-15/+15
* [AArch64][SVE2] Rename bitperm feature to sve2-bitpermCullen Rhodes2019-07-261-1/+1
* MC: AArch64: Add support for prel_g* relocation specifiers.Peter Collingbourne2019-07-181-4/+14
* AArch64: Unify relocation restrictions between MOVK/MOVN/MOVZ.Peter Collingbourne2019-07-181-34/+17
* MC: AArch64: Add support for pg_hi21_nc relocation specifier.Peter Collingbourne2019-07-101-0/+2
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [AArch64][AsmParser] error on unexpected SVE predicate type suffixCullen Rhodes2019-06-071-2/+1
* [AArch64][AsmParser] Provide better diagnostics for SVE predicatesCullen Rhodes2019-06-071-1/+5
* [AArch64] Create a TargetInfo header. NFCRichard Trieu2019-05-141-0/+1
* AArch64: support binutils-like things on arm64_32.Tim Northover2019-05-141-0/+2
* [AArch64][SVE2] Add SVE2 target features to backend and TargetParserCullen Rhodes2019-05-131-0/+5
* Add ".dword" directiveBill Wendling2019-05-091-3/+5
* [AArch64] Fix scan-build null/uninitialized pointer warnings. NFCI.Simon Pilgrim2019-05-081-4/+4
* [AArch64][MC] Reject "add x0, x1, w2, lsl #1" etc.Eli Friedman2019-05-031-3/+5
* [AArch64][AsmParser] Fix .arch_extension directive parsingSander de Smalen2019-04-041-8/+2
* [AArch64] Add v8.5-a Memory Tagging STGM/LDGM instructionsDavid Spickett2019-04-011-9/+0
* [AArch64][SVE] Asm: error on unexpected SVE vector register type suffixSander de Smalen2019-03-271-3/+2
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-111-12/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [AArch64] Move feature predctrl to predresDiogo N. Sampaio2019-01-091-1/+1
* [AArch64] Accept "sve" as arch feature in assemblerMartin Storsjo2018-12-311-0/+1
* [AArch64] Implement the .arch_extension directiveMartin Storsjo2018-12-301-0/+47
* [Dwarf/AArch64] Return address signing B key dwarf supportLuke Cheeseman2018-12-211-0/+13
* [MC] [AArch64] Correctly resolve ":abs_g1:3" etc.Eli Friedman2018-12-201-2/+8
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-181-0/+10
* [NFC][AArch64] Split out backend featuresDiogo N. Sampaio2018-12-061-20/+21
* Revert rL348121 from llvm/trunk: [NFC][AArch64] Split out backend featuresSimon Pilgrim2018-12-041-21/+20
* [NFC][AArch64] Split out backend featuresDiogo N. Sampaio2018-12-031-20/+21
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-10/+0
* Revert r343341Luke Cheeseman2018-11-231-0/+10
* [AArch64][v8.5A] Add Memory Tagging instructionsOliver Stannard2018-10-021-7/+18
* [AArch64][v8.5A] Add MTE system instructionsOliver Stannard2018-10-021-0/+1
* Revert r343317Luke Cheeseman2018-09-281-10/+0
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-0/+10
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-10/+0
* [AArch64][v8.5A] Add Branch Target Identification instructionsOliver Stannard2018-09-271-0/+67
* [AArch64][v8.5A] Add speculation restriction system registersOliver Stannard2018-09-271-1/+2
* [AArch64][v8.5A] Add Armv8.5-A "DC CVADP" instructionOliver Stannard2018-09-271-0/+1
* [AArch64][v8.5A] Add prediction invalidation instructions to AArch64Oliver Stannard2018-09-271-2/+22
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-0/+10
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-261-10/+0
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-0/+10
* [AArch64][AsmParser] Show name of missing feature for system instructionsOliver Stannard2018-09-261-24/+35
OpenPOWER on IntegriCloud