summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM64/AsmParser/ARM64AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* ARM64AsmParser.cpp: Fix vg_leak in MC/ARM64/fp-encoding.s.NAKAMURA Takumi2014-04-151-0/+2
* Optional hash symbol feature support for ARM64Stepan Dyatkovskiy2014-04-151-16/+37
* [ARM64] Fix canonicalisation of MOVs. MOV is too complex to be modelled by a ...Bradley Smith2014-04-091-11/+60
* [ARM64] Fixup ADR/ADRP parsing such that they accept immediates and all label...Bradley Smith2014-04-091-41/+66
* [ARM64] Rename LR to the UAL-compliant 'X30'.Bradley Smith2014-04-091-1/+1
* [ARM64] Rename FP to the UAL-compliant 'X29'.Bradley Smith2014-04-091-1/+1
* [ARM64] Add missing tlbi operands and error for extra/missing register on tlb...Bradley Smith2014-04-091-0/+18
* [ARM64] Rework system register parsing to overcome SPSel clash in MSR variants.Bradley Smith2014-04-091-134/+71
* [ARM64] Remove PrefetchOp and use ARM64PRFM instead.Bradley Smith2014-04-091-21/+10
* [ARM64] Add WZR to isGPR32Register, since every use needs to check for this a...Bradley Smith2014-04-091-4/+3
* [ARM64] Move CPSRField and DBarrier operands over to AArch64-style disassembl...Bradley Smith2014-04-091-46/+34
* [ARM64] Switch the decoder, disassembler, instprinter and asmparser over to u...Bradley Smith2014-04-091-314/+30
* [ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdirectory, a la AArch64. ...Bradley Smith2014-04-091-1/+1
* [ARM64] Add support for NV condition code (exists only for valid assembly/dis...Bradley Smith2014-04-091-22/+5
* [ARM64] Add parsing for vector lists such as {v0.8b-v3.8b}Bradley Smith2014-04-091-19/+43
* [ARM64] Correctly alias LSL to UXTW for 32bit instruction variants, rather th...Bradley Smith2014-04-091-3/+3
* Fixing warnings in the MSVC build. No functional changes intended.Aaron Ballman2014-04-011-6/+6
* [ARM64] Fix a heap-use-after-free spotted by ASan.Chandler Carruth2014-03-301-1/+1
* Fix a few -Wdocumentation warningsDmitri Gribenko2014-03-291-1/+1
* ARM64: initial backend importTim Northover2014-03-291-0/+4832
OpenPOWER on IntegriCloud