| Commit message (Expand) | Author | Age | Files | Lines |
| * | [mips][microMIPS] Add CodeGen support for DIV, MOD, DIVU, MODU, DDIV, DMOD, D... | Zlatko Buljan | 2016-04-13 | 2 | -8/+8 |
| * | [mips] add assembler support for .set arch=octeon | Petar Jovanovic | 2016-04-12 | 1 | -2/+4 |
| * | Revert "[mips] MIPSR6 Compact branch aliases" | Simon Dardis | 2016-04-12 | 6 | -12/+0 |
| * | [mips] MIPSR6 Compact branch aliases | Simon Dardis | 2016-04-12 | 6 | -0/+12 |
| * | MCParser: diagnose missing directional labels more clearly. | Tim Northover | 2016-04-11 | 4 | -6/+18 |
| * | [mips] Trivial corrections to range checked immediates. | Daniel Sanders | 2016-04-11 | 4 | -0/+8 |
| * | [SystemZ] Add SVC instruction | Ulrich Weigand | 2016-04-11 | 2 | -0/+22 |
| * | [ARM] Avoid switching ARM/Thumb mode on .arch/.cpu directive | Oliver Stannard | 2016-04-11 | 1 | -0/+52 |
| * | [X86] Restrict max long nop length for Lakemont. | Andrey Turetskiy | 2016-04-11 | 1 | -9/+11 |
| * | [MC] support TLSDESC and TLSCALL / GNU2 tls dialect | Davide Italiano | 2016-04-09 | 1 | -0/+26 |
| * | Revert r265817 | Colin LeMahieu | 2016-04-08 | 38 | -50/+49 |
| * | [llvm-objdump] Printing hex instead of dec by default | Colin LeMahieu | 2016-04-08 | 38 | -49/+50 |
| * | [mips][microMIPS] Add CodeGen support for ADD, ADDIU*, ADDU* and DADD* instru... | Zlatko Buljan | 2016-04-08 | 2 | -0/+45 |
| * | [AMDGPU] Add some VI disassembler tests missing from previous autogeneration ... | Valery Pykhtin | 2016-04-08 | 1 | -0/+66 |
| * | [AMDGPU] fix readlane/readfirstlane src vgpr operand type. | Valery Pykhtin | 2016-04-07 | 2 | -2/+5 |
| * | [AMDGPU] AsmParser: disable DPP for unsupported instructions. New dpp tests. ... | Sam Kolton | 2016-04-06 | 1 | -12/+363 |
| * | [Power9] Implement add-pc, multiply-add, modulo, extend-sign-shift, random nu... | Chuang-Yu Cheng | 2016-04-06 | 3 | -0/+111 |
| * | [Power9] Implement copy-paste, msgsync, slb, and stop instructions | Chuang-Yu Cheng | 2016-04-06 | 3 | -0/+65 |
| * | [mips] MIPSR6 Compact jump support | Simon Dardis | 2016-04-05 | 1 | -0/+2 |
| * | [mips] Range check simm32 and fold MIPS16's imm32 into simm32. | Daniel Sanders | 2016-04-04 | 1 | -12/+6 |
| * | [SystemZ] Add compare-and-branch instructions to MC | Ulrich Weigand | 2016-04-04 | 2 | -0/+1176 |
| * | [mips][microMIPS] Revert commits r264245 and r264248. | Zoran Jovanovic | 2016-04-02 | 2 | -8/+8 |
| * | AArch64: support .cpu directive | Saleem Abdulrasool | 2016-04-02 | 1 | -0/+63 |
| * | Add missing emissionKind flags to the DICompileUnits of several old testcases. | Adrian Prantl | 2016-04-01 | 1 | -1/+1 |
| * | [AMDGPU] fix MADAK/MADMK instructions operand namings to match encoding fields. | Valery Pykhtin | 2016-04-01 | 1 | -8/+8 |
| * | [MIPS][LLVM-MC] Fix JR encoding for MIPSR6 ISA | Sagar Thakur | 2016-04-01 | 2 | -0/+4 |
| * | Fix for pr24346: arm asm label calculation error in sub | James Molloy | 2016-04-01 | 3 | -0/+36 |
| * | [AArch64] Better errors for out-of-range fixups | Oliver Stannard | 2016-04-01 | 2 | -1/+65 |
| * | testcase gardening: update the emissionKind enum to the new syntax. (NFC) | Adrian Prantl | 2016-04-01 | 3 | -3/+3 |
| * | [lanai] isBrImm should accept any non-constant immediate. | Jacques Pienaar | 2016-03-31 | 1 | -0/+13 |
| * | [PPC] basic support for Power 9 direct move instructions | Ehsan Amiri | 2016-03-31 | 2 | -0/+22 |
| * | [AMDGPU] enable few disassembler tests that were mistakenly marked as FIXME. | Valery Pykhtin | 2016-03-31 | 1 | -8/+8 |
| * | [PowerPC] Basic support for P9 atomic loads and stores | Nemanja Ivanovic | 2016-03-31 | 4 | -0/+42 |
| * | [mips] Range check simm16 | Daniel Sanders | 2016-03-31 | 5 | -14/+18 |
| * | [mips] Range check simm11 and mem_simm11. | Daniel Sanders | 2016-03-31 | 4 | -8/+16 |
| * | [AMDGPU] Disassembler: support for DPP | Sam Kolton | 2016-03-31 | 1 | -0/+89 |
| * | [mips] Split mem_msa into range checked mem_simm10 and mem_simm10_lsl[123] | Daniel Sanders | 2016-03-31 | 2 | -50/+39 |
| * | [mips] Range check simm9 and fix a bug this revealed. | Daniel Sanders | 2016-03-31 | 12 | -93/+100 |
| * | [mips][microMIPS] Implement MFC*, MFHC* and DMFC* instructions | Zlatko Buljan | 2016-03-31 | 6 | -14/+44 |
| * | [SystemZ] Add nop and nopr InstAliases. | Jonas Paulsson | 2016-03-30 | 1 | -0/+6 |
| * | Handle section vs global name conflict. | Evgeniy Stepanov | 2016-03-28 | 2 | -6/+138 |
| * | Sparc: silently ignore .proc assembler directive | Douglas Katzman | 2016-03-28 | 1 | -0/+4 |
| * | [lanai] Add Lanai backend. | Jacques Pienaar | 2016-03-28 | 4 | -0/+1598 |
| * | [Power9] Implement new altivec instructions: bcd* series | Chuang-Yu Cheng | 2016-03-28 | 2 | -0/+86 |
| * | [Power9] Implement new vsx instructions: insert, extract, test data class, mi... | Chuang-Yu Cheng | 2016-03-28 | 2 | -0/+210 |
| * | [Power9] Implement new vsx instructions: quad-precision move, fp-arithmetic | Chuang-Yu Cheng | 2016-03-28 | 2 | -0/+140 |
| * | [Power9] Implement new altivec instructions: permute, count zero, extend sign... | Chuang-Yu Cheng | 2016-03-26 | 2 | -0/+187 |
| * | [MC][mips] Add MipsMCInstrAnalysis class and register it as MC instruction an... | Simon Atanasyan | 2016-03-24 | 1 | -0/+36 |
| * | [llvm-readobj] Decode st_other symbol's flags | Simon Atanasyan | 2016-03-24 | 7 | -14/+25 |
| * | [mips] Range check vsplat_simm5 and vsplat_simm10 | Daniel Sanders | 2016-03-24 | 1 | -208/+256 |