summaryrefslogtreecommitdiff
path: root/lib/Target/ARM64/AsmParser
Commit message (Expand)AuthorAge
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-10
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-10
* [ARM64] Fix canonicalisation of MOVs. MOV is too complex to be modelled by a ...Bradley Smith2014-04-09
* [ARM64] Fixup ADR/ADRP parsing such that they accept immediates and all label...Bradley Smith2014-04-09
* [ARM64] Rename LR to the UAL-compliant 'X30'.Bradley Smith2014-04-09
* [ARM64] Rename FP to the UAL-compliant 'X29'.Bradley Smith2014-04-09
* [ARM64] Add missing tlbi operands and error for extra/missing register on tlb...Bradley Smith2014-04-09
* [ARM64] Rework system register parsing to overcome SPSel clash in MSR variants.Bradley Smith2014-04-09
* [ARM64] Remove PrefetchOp and use ARM64PRFM instead.Bradley Smith2014-04-09
* [ARM64] Add WZR to isGPR32Register, since every use needs to check for this a...Bradley Smith2014-04-09
* [ARM64] Move CPSRField and DBarrier operands over to AArch64-style disassembl...Bradley Smith2014-04-09
* [ARM64] Switch the decoder, disassembler, instprinter and asmparser over to u...Bradley Smith2014-04-09
* [ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdirectory, a la AArch64. ...Bradley Smith2014-04-09
* [ARM64] Add support for NV condition code (exists only for valid assembly/dis...Bradley Smith2014-04-09
* [ARM64] Add parsing for vector lists such as {v0.8b-v3.8b}Bradley Smith2014-04-09
* [ARM64] Correctly alias LSL to UXTW for 32bit instruction variants, rather th...Bradley Smith2014-04-09
* Fixing warnings in the MSVC build. No functional changes intended.Aaron Ballman2014-04-01
* [ARM64] Fix a heap-use-after-free spotted by ASan.Chandler Carruth2014-03-30
* Fix a few -Wdocumentation warningsDmitri Gribenko2014-03-29
* ARM64: initial backend importTim Northover2014-03-29