AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
[oota-llvm.git] / lib / Target / ARM64 / AsmParser / ARM64AsmParser.cpp
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
2014-05-22 Tim NorthoverARM64: model pre/post-indexed operations properly.
2014-05-22 Tim NorthoverARM64: separate load/store operands to simplify assembler
2014-05-19 Bradley Smith[ARM64] Split tbz/tbnz into W/X register variant
2014-05-15 Bradley Smith[ARM64] Improve diagnostics for Cn operands in SYS...
2014-05-15 Tim NorthoverARM64: add correct vector registers during asm parsing
2014-05-15 Bradley Smith[ARM64] Improve load/store diagnostics and forbid 32...
2014-05-15 Bradley Smith[ARM64] Parse fixed vector lanes properly so that diagn...
2014-05-15 Bradley Smith[ARM64] Add/Fixup diagnostics for floating point immediates
2014-05-15 Bradley Smith[ARM64] Add condition code operand type such that prope...
2014-05-15 Bradley Smith[ARM64] Add more simple diagnostics for immediate/shift...
2014-05-13 Kevin Qin[ARM64] Fix the misleading diagnostic on bad extend...
2014-05-12 Tim NorthoverAArch64/ARM64: use InstAliases for NEON logical (imm...
2014-05-12 Tim NorthoverAArch64/ARM64: implement "mov $Rd, $Imm" aliases in...
2014-05-12 Tim NorthoverARM64: remove dead validation code from the AsmParser.
2014-05-12 Tim NorthoverARM64: merge "extend" and "shift" addressing-mode enums.
2014-05-12 Bradley Smith[ARM64] Add proper bounds checking/diagnostics to logic...
2014-05-12 Bradley Smith[ARM64] Add diagnostics for bitfield extract/insert...
2014-05-12 Bradley Smith[ARM64] Correct more bounds checks/diagnostics for...
2014-05-12 Bradley Smith[ARM64] Move register/register MOV handling into tableg...
2014-05-08 Bradley Smith[ARM64] Add diagnostics for expected arithmetic shifts
2014-05-08 Bradley Smith[ARM64] Re-work parsing of ADD/SUB shifted immediate...
2014-05-08 Bradley Smith[ARM64] Ensure immediates in extend operands are in...
2014-05-08 Bradley Smith[ARM64] Check for proper immediate in shift/extend...
2014-05-06 Tim NorthoverAArch64/ARM64: make NEON vector list parsing a bit...
2014-05-06 Tim NorthoverAArch64/ARM64: add more specific diagnostic for floatin...
2014-05-06 Tim NorthoverAArch64/ARM64: add more specific diagnostic for invalid...
2014-05-06 Tim NorthoverAArch64/ARM64: produce more informative diagnostic...
2014-05-01 Bradley Smith[ARM64] Conditionalize CPU specific system registers...
2014-04-30 Tim NorthoverAArch64/ARM64: implement remaining TLS relocations...
2014-04-30 Tim NorthoverAArch64/ARM64: add specific diagnostic for MRS/MSR...
2014-04-30 Tim NorthoverAArch64/ARM64: accept and print floating-point immediat...
2014-04-30 Tim NorthoverARM64: use 32-bit operations for uxtb & uxth
2014-04-30 Tim NorthoverAArch64/ARM64: copy support for bCC instead of b.CC...
2014-04-30 Tim NorthoverAArch64/ARM64: expunge CPSR from the sources
2014-04-30 Tim NorthoverAArch64/ARM64: use HS instead of CS & LO instead of CC.
2014-04-30 Tim NorthoverARM64: accept ELF-relocated load/store insts without...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Tim NorthoverARM64: diagnose use of v16-v31 in certain indexed NEON...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 Tim NorthoverAArch64/ARM64: allow negative addends, at least on...
2014-04-24 Tim NorthoverAArch64/ARM64: add support for :abs_gN_s: MOVZ modifiers
2014-04-24 Tim NorthoverAArch64/ARM64: disentangle the "B.CC" and "LDR lit...
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-23 James Molloy[ARM64] Add a big endian version of the ARM64 target...
2014-04-23 Kevin Qin[ARM64] Enable feature predicates for NEON / FP / CRYPTO.
2014-04-21 Jim GrosbachARM64: Refactor away a few redundant helpers.
2014-04-21 Jim GrosbachARM64: Improve diagnostics for malformed reg+reg addres...
2014-04-21 Jim GrosbachMove helper functions earlier in the file.
2014-04-15 NAKAMURA TakumiARM64AsmParser.cpp: Fix vg_leak in MC/ARM64/fp-encoding.s.
2014-04-15 Stepan DyatkovskiyOptional hash symbol feature support for ARM64
2014-04-09 Bradley Smith[ARM64] Fix canonicalisation of MOVs. MOV is too comple...
2014-04-09 Bradley Smith[ARM64] Fixup ADR/ADRP parsing such that they accept...
2014-04-09 Bradley Smith[ARM64] Rename LR to the UAL-compliant 'X30'.
2014-04-09 Bradley Smith[ARM64] Rename FP to the UAL-compliant 'X29'.
2014-04-09 Bradley Smith[ARM64] Add missing tlbi operands and error for extra...
2014-04-09 Bradley Smith[ARM64] Rework system register parsing to overcome...
2014-04-09 Bradley Smith[ARM64] Remove PrefetchOp and use ARM64PRFM instead.
2014-04-09 Bradley Smith[ARM64] Add WZR to isGPR32Register, since every use...
2014-04-09 Bradley Smith[ARM64] Move CPSRField and DBarrier operands over to...
2014-04-09 Bradley Smith[ARM64] Switch the decoder, disassembler, instprinter...
2014-04-09 Bradley Smith[ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdir...
2014-04-09 Bradley Smith[ARM64] Add support for NV condition code (exists only...
2014-04-09 Bradley Smith[ARM64] Add parsing for vector lists such as {v0.8b...
2014-04-09 Bradley Smith[ARM64] Correctly alias LSL to UXTW for 32bit instructi...
2014-04-01 Aaron BallmanFixing warnings in the MSVC build. No functional change...
2014-03-30 Chandler Carruth[ARM64] Fix a heap-use-after-free spotted by ASan.
2014-03-29 Dmitri GribenkoFix a few -Wdocumentation warnings
2014-03-29 Tim NorthoverARM64: initial backend import