AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
[oota-llvm.git] / lib / Target / ARM64 / InstPrinter / ARM64InstPrinter.cpp
2014-05-22 Tim NorthoverARM64: remove '#' from annotation of add/sub immediate
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-16 Tim NorthoverTableGen: fix operand counting for aliases
2014-05-15 Tim NorthoverTableGen: use correct MIOperand when printing aliases
2014-05-15 Bradley Smith[ARM64] Add condition code operand type such that prope...
2014-05-15 Alp TokerFix typos
2014-05-14 Tim NorthoverARM64: remove unneeded InstPrinter hacks
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-05-12 Tim NorthoverARM64: merge "extend" and "shift" addressing-mode enums.
2014-05-02 Tim NorthoverARM64: refactor NEON post-indexed loads & stores (MC).
2014-05-01 Tim NorthoverAArch64/ARM64: print BFM instructions as BFI or BFXIL
2014-05-01 Bradley Smith[ARM64] Conditionalize CPU specific system registers...
2014-04-30 Tim NorthoverARM64: print fp immediates without using scientific...
2014-04-30 Tim NorthoverAArch64/ARM64: expunge CPSR from the sources
2014-04-30 Tim NorthoverARM64: remove duplication by templating InstPrinter...
2014-04-30 Tim NorthoverARM64: hexify printing various immediate operands
2014-04-30 Tim NorthoverARM64: print canonical syntax for add/sub (imm) instruc...
2014-04-25 Bradley Smith[ARM64] Print preferred aliases for SFBM/UBFM in InstPr...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-24 Tim NorthoverAArch64/ARM64: disentangle the "B.CC" and "LDR lit...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-17 Jim GrosbachARM64: [su]xtw use W regs as inputs, not X regs.
2014-04-10 NAKAMURA TakumiFix abuse of StringRef on ARM64SysReg::MRSMapper::toStr...
2014-04-09 Bradley Smith[ARM64] Change SYS without a register to an alias to...
2014-04-09 Bradley Smith[ARM64] Correctly disassemble ISB operand as ISB not...
2014-04-09 Bradley Smith[ARM64] Conditional branches must always print their...
2014-04-09 Bradley Smith[ARM64] When printing a pre-indexed address with #0...
2014-04-09 Bradley Smith[ARM64] Add missing shifted register MVN alias to ORN
2014-04-09 Bradley Smith[ARM64] SXTW/UXTW are only valid aliases for 32-bit...
2014-04-09 Bradley Smith[ARM64] Fix canonicalisation of MOVs. MOV is too comple...
2014-04-09 Bradley Smith[ARM64] Tighten up the special casing in emitting arith...
2014-04-09 Bradley Smith[ARM64] Add missing tlbi operands and error for extra...
2014-04-09 Bradley Smith[ARM64] Remove PrefetchOp and use ARM64PRFM instead.
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-03-29 Tim NorthoverARM64: format register strings without creating a local...
2014-03-29 Tim NorthoverARM64: change format specifier to work on 32-bit targets
2014-03-29 Chandler Carruth[ARM64] Fix 'assert("...")' to be 'assert(0 && ".....
2014-03-29 Tim NorthoverARM64: initial backend import