summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/Disassembler/ARM64
Commit message (Expand)AuthorAgeFilesLines
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-2415-4152/+0
* TableGen: fix operand counting for aliasesTim Northover2014-05-161-4/+4
* ARM64: print correct aliases for NEON mov & mvn instructionsTim Northover2014-05-151-5/+5
* TableGen/ARM64: print aliases even if they have syntax variants.Tim Northover2014-05-151-2/+2
* AArch64/ARM64: print BFM instructions as BFI or BFXILTim Northover2014-05-011-2/+2
* ARM64: print fp immediates without using scientific notation.Tim Northover2014-04-302-7/+7
* ARM64: print lsr instead of lsrv for variable shifts (etc)Tim Northover2014-04-301-8/+8
* ARM64: use hex immediates for movz/movk instructionsTim Northover2014-04-301-12/+12
* ARM64: hexify printing various immediate operandsTim Northover2014-04-302-64/+63
* ARM64: print canonical syntax for add/sub (imm) instructions.Tim Northover2014-04-301-8/+8
* [ARM64] Print preferred aliases for SFBM/UBFM in InstPrinterBradley Smith2014-04-251-4/+4
* [ARM64] Support crc predicate on ARM64.Kevin Qin2014-04-251-1/+1
* [ARM64] Enable feature predicates for NEON / FP / CRYPTO.Kevin Qin2014-04-235-6/+6
* [ARM64] Change SYS without a register to an alias to make disassembling more ...Bradley Smith2014-04-091-0/+2
* [ARM64] Correctly disassemble ISB operand as ISB not DBarrier.Bradley Smith2014-04-091-0/+2
* [ARM64] Properly support both apple and standard syntax for FMOVBradley Smith2014-04-092-1/+8
* [ARM64] Flag setting logical/add/sub immediate instructions don't use SP.Bradley Smith2014-04-092-0/+10
* [ARM64] Fix disassembly logic for extended loads/stores with 32-bit registers.Bradley Smith2014-04-091-3/+7
* [ARM64] SXTW/UXTW are only valid aliases for 32-bit operations.Bradley Smith2014-04-091-0/+4
* [ARM64] Fix canonicalisation of MOVs. MOV is too complex to be modelled by a ...Bradley Smith2014-04-091-0/+4
* [ARM64] Ensure sp is decoded as SP, not XZR in LD1 instructions.Bradley Smith2014-04-091-0/+2
* [ARM64] Rename LR to the UAL-compliant 'X30'.Bradley Smith2014-04-091-4/+4
* [ARM64] Rename FP to the UAL-compliant 'X29'.Bradley Smith2014-04-091-4/+4
* [ARM64] Add a PostEncoderMethod to FCMP - the Rm field should canonically be ...Bradley Smith2014-04-091-0/+4
* [ARM64] SCVTF and FCVTZS/U are undefined if scale<5> == 0.Bradley Smith2014-04-091-0/+5
* [ARM64] EXT and EXTR instructions on v8i8 and W regs respectively must have t...Bradley Smith2014-04-091-0/+3
* [ARM64] UBFM/BFM is undefined on w registers when imms<5> or immr<5> is 1.Bradley Smith2014-04-091-0/+2
* [ARM64] Port over the PostEncoderMethod fix for SMULH/UMULH from AArch64.Bradley Smith2014-04-091-0/+4
* [ARM64] Port over the PostEncoderMethod from AArch64 for exclusive loads and ...Bradley Smith2014-04-091-0/+5
* [ARM64] Move CPSRField and DBarrier operands over to AArch64-style disassembl...Bradley Smith2014-04-091-1/+1
* [ARM64] Switch the decoder, disassembler, instprinter and asmparser over to u...Bradley Smith2014-04-091-6/+6
* [ARM64] Shifted register ALU ops are reserved if sf=0 and imm6<5>=1, and also...Bradley Smith2014-04-092-24/+29
* [ARM64] STRHro and STRBro were not being decoded at all.Bradley Smith2014-04-091-0/+2
* [ARM64] MOVK with sf=0 and hw<1>=1 is unallocated. Shift amount for ADD/SUB i...Bradley Smith2014-04-091-1/+10
* [ARM64] Register-offset loads and stores with the 'option' field equal to 00x...Bradley Smith2014-04-091-0/+7
* ARM64: initial backend importTim Northover2014-03-2912-0/+4072
OpenPOWER on IntegriCloud