| Commit message (Expand) | Author | Age | Files | Lines |
* | AArch64/ARM64: move ARM64 into AArch64's place | Tim Northover | 2014-05-24 | 1 | -1312/+0 |
* | ARM64: remove '#' from annotation of add/sub immediate | Tim Northover | 2014-05-22 | 1 | -1/+1 |
* | ARM64: separate load/store operands to simplify assembler | Tim Northover | 2014-05-22 | 1 | -44/+27 |
* | [ARM64] Split tbz/tbnz into W/X register variant | Bradley Smith | 2014-05-19 | 1 | -12/+0 |
* | TableGen: fix operand counting for aliases | Tim Northover | 2014-05-16 | 1 | -65/+0 |
* | TableGen: use correct MIOperand when printing aliases | Tim Northover | 2014-05-15 | 1 | -16/+0 |
* | [ARM64] Add condition code operand type such that proper diagnostics can be e... | Bradley Smith | 2014-05-15 | 1 | -6/+0 |
* | Fix typos | Alp Toker | 2014-05-15 | 1 | -2/+2 |
* | ARM64: remove unneeded InstPrinter hacks | Tim Northover | 2014-05-14 | 1 | -32/+0 |
* | TableGen: use PrintMethods to print more aliases | Tim Northover | 2014-05-12 | 1 | -12/+8 |
* | ARM64: merge "extend" and "shift" addressing-mode enums. | Tim Northover | 2014-05-12 | 1 | -5/+5 |
* | ARM64: refactor NEON post-indexed loads & stores (MC). | Tim Northover | 2014-05-02 | 1 | -347/+348 |
* | AArch64/ARM64: print BFM instructions as BFI or BFXIL | Tim Northover | 2014-05-01 | 1 | -0/+27 |
* | [ARM64] Conditionalize CPU specific system registers on subtarget features | Bradley Smith | 2014-05-01 | 1 | -2/+2 |
* | ARM64: print fp immediates without using scientific notation. | Tim Northover | 2014-04-30 | 1 | -6/+4 |
* | AArch64/ARM64: expunge CPSR from the sources | Tim Northover | 2014-04-30 | 1 | -2/+2 |
* | ARM64: remove duplication by templating InstPrinter methods | Tim Northover | 2014-04-30 | 1 | -123/+8 |
* | ARM64: hexify printing various immediate operands | Tim Northover | 2014-04-30 | 1 | -0/+6 |
* | ARM64: print canonical syntax for add/sub (imm) instructions. | Tim Northover | 2014-04-30 | 1 | -3/+5 |
* | [ARM64] Print preferred aliases for SFBM/UBFM in InstPrinter | Bradley Smith | 2014-04-25 | 1 | -6/+29 |
* | [C++] Use 'nullptr'. Target edition. | Craig Topper | 2014-04-25 | 1 | -5/+5 |
* | AArch64/ARM64: disentangle the "B.CC" and "LDR lit" operands | Tim Northover | 2014-04-24 | 1 | -3/+2 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | ARM64: [su]xtw use W regs as inputs, not X regs. | Jim Grosbach | 2014-04-17 | 1 | -4/+8 |
* | Fix abuse of StringRef on ARM64SysReg::MRSMapper::toString(Val, Valid). | NAKAMURA Takumi | 2014-04-10 | 1 | -4/+4 |
* | [ARM64] Change SYS without a register to an alias to make disassembling more ... | Bradley Smith | 2014-04-09 | 1 | -5/+6 |
* | [ARM64] Correctly disassemble ISB operand as ISB not DBarrier. | Bradley Smith | 2014-04-09 | 1 | -1/+6 |
* | [ARM64] Conditional branches must always print their condition code, even AL. | Bradley Smith | 2014-04-09 | 1 | -2/+1 |
* | [ARM64] When printing a pre-indexed address with #0, the ', #0' is not optional. | Bradley Smith | 2014-04-09 | 1 | -0/+13 |
* | [ARM64] Add missing shifted register MVN alias to ORN | Bradley Smith | 2014-04-09 | 1 | -0/+8 |
* | [ARM64] SXTW/UXTW are only valid aliases for 32-bit operations. | Bradley Smith | 2014-04-09 | 1 | -1/+3 |
* | [ARM64] Fix canonicalisation of MOVs. MOV is too complex to be modelled by a ... | Bradley Smith | 2014-04-09 | 1 | -1/+33 |
* | [ARM64] Tighten up the special casing in emitting arithmetic extends. UXTW sh... | Bradley Smith | 2014-04-09 | 1 | -2/+4 |
* | [ARM64] Add missing tlbi operands and error for extra/missing register on tlb... | Bradley Smith | 2014-04-09 | 1 | -0/+14 |
* | [ARM64] Remove PrefetchOp and use ARM64PRFM instead. | Bradley Smith | 2014-04-09 | 1 | -2/+4 |
* | [ARM64] Move CPSRField and DBarrier operands over to AArch64-style disassembl... | Bradley Smith | 2014-04-09 | 1 | -4/+11 |
* | [ARM64] Switch the decoder, disassembler, instprinter and asmparser over to u... | Bradley Smith | 2014-04-09 | 1 | -13/+18 |
* | [ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdirectory, a la AArch64. ... | Bradley Smith | 2014-04-09 | 1 | -1/+1 |
* | ARM64: format register strings without creating a local Twine. | Tim Northover | 2014-03-29 | 1 | -5/+5 |
* | ARM64: change format specifier to work on 32-bit targets | Tim Northover | 2014-03-29 | 1 | -1/+1 |
* | [ARM64] Fix 'assert("...")' to be 'assert(0 && "...")'. Otherwise, it is | Chandler Carruth | 2014-03-29 | 1 | -1/+1 |
* | ARM64: initial backend import | Tim Northover | 2014-03-29 | 1 | -0/+1428 |