summaryrefslogtreecommitdiff
path: root/lib/Target/ARM64/AsmParser
Commit message (Expand)AuthorAge
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* ARM64: model pre/post-indexed operations properly.Tim Northover2014-05-22
* ARM64: separate load/store operands to simplify assemblerTim Northover2014-05-22
* [ARM64] Split tbz/tbnz into W/X register variantBradley Smith2014-05-19
* [ARM64] Improve diagnostics for Cn operands in SYS instructionsBradley Smith2014-05-15
* ARM64: add correct vector registers during asm parsingTim Northover2014-05-15
* [ARM64] Improve load/store diagnostics and forbid 32-bit register addressesBradley Smith2014-05-15
* [ARM64] Parse fixed vector lanes properly so that diagnostics can be emittedBradley Smith2014-05-15
* [ARM64] Add/Fixup diagnostics for floating point immediatesBradley Smith2014-05-15
* [ARM64] Add condition code operand type such that proper diagnostics can be e...Bradley Smith2014-05-15
* [ARM64] Add more simple diagnostics for immediate/shift rangesBradley Smith2014-05-15
* [ARM64] Fix the misleading diagnostic on bad extend amount of reg+reg address...Kevin Qin2014-05-13
* AArch64/ARM64: use InstAliases for NEON logical (imm) instructions.Tim Northover2014-05-12
* AArch64/ARM64: implement "mov $Rd, $Imm" aliases in TableGen.Tim Northover2014-05-12
* ARM64: remove dead validation code from the AsmParser.Tim Northover2014-05-12
* ARM64: merge "extend" and "shift" addressing-mode enums.Tim Northover2014-05-12
* [ARM64] Add proper bounds checking/diagnostics to logical shiftsBradley Smith2014-05-12
* [ARM64] Add diagnostics for bitfield extract/insert instructionsBradley Smith2014-05-12
* [ARM64] Correct more bounds checks/diagnostics for arithmetic shift operandsBradley Smith2014-05-12
* [ARM64] Move register/register MOV handling into tablegen and improve diagnos...Bradley Smith2014-05-12
* [ARM64] Add diagnostics for expected arithmetic shiftsBradley Smith2014-05-08
* [ARM64] Re-work parsing of ADD/SUB shifted immediate operandsBradley Smith2014-05-08
* [ARM64] Ensure immediates in extend operands are in a valid rangeBradley Smith2014-05-08
* [ARM64] Check for proper immediate in shift/extend operandsBradley Smith2014-05-08
* AArch64/ARM64: make NEON vector list parsing a bit more robustTim Northover2014-05-06
* AArch64/ARM64: add more specific diagnostic for floating imm 0.0.Tim Northover2014-05-06
* AArch64/ARM64: add more specific diagnostic for invalid vector lanesTim Northover2014-05-06
* AArch64/ARM64: produce more informative diagnostic assembling some immediatesTim Northover2014-05-06
* [ARM64] Conditionalize CPU specific system registers on subtarget featuresBradley Smith2014-05-01
* AArch64/ARM64: implement remaining TLS relocations (purely MC).Tim Northover2014-04-30
* AArch64/ARM64: add specific diagnostic for MRS/MSR and enable tests.Tim Northover2014-04-30
* AArch64/ARM64: accept and print floating-point immediate 0 as "#0.0"Tim Northover2014-04-30
* ARM64: use 32-bit operations for uxtb & uxthTim Northover2014-04-30
* AArch64/ARM64: copy support for bCC instead of b.CC across.Tim Northover2014-04-30
* AArch64/ARM64: expunge CPSR from the sourcesTim Northover2014-04-30
* AArch64/ARM64: use HS instead of CS & LO instead of CC.Tim Northover2014-04-30
* ARM64: accept ELF-relocated load/store insts without a #.Tim Northover2014-04-30
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* ARM64: diagnose use of v16-v31 in certain indexed NEON instructions.Tim Northover2014-04-28
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* AArch64/ARM64: allow negative addends, at least on ELF.Tim Northover2014-04-24
* AArch64/ARM64: add support for :abs_gN_s: MOVZ modifiersTim Northover2014-04-24
* AArch64/ARM64: disentangle the "B.CC" and "LDR lit" operandsTim Northover2014-04-24
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* [ARM64] Add a big endian version of the ARM64 target machine, and update all ...James Molloy2014-04-23
* [ARM64] Enable feature predicates for NEON / FP / CRYPTO.Kevin Qin2014-04-23
* ARM64: Refactor away a few redundant helpers.Jim Grosbach2014-04-21
* ARM64: Improve diagnostics for malformed reg+reg addressing mode.Jim Grosbach2014-04-21
* Move helper functions earlier in the file.Jim Grosbach2014-04-21