AArch64/ARM64: disentangle the "B.CC" and "LDR lit" operands
[oota-llvm.git] / lib / Target / ARM64 / InstPrinter / ARM64InstPrinter.cpp
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