Age | Commit message (Expand) | Author | Files | Lines |
2017-12-11 | [mips] Removal of microMIPS64R6 | Aleksandar Beserminji | 1 | -31/+3 |
2017-11-06 | [mips] Add movep for microMIPS32R6 and fix microMIPS32r3 version | Simon Dardis | 1 | -4/+2 |
2017-10-05 | [mips] Place certain 64 bit FPU instructions in their own decoder namespace | Simon Dardis | 1 | -3/+11 |
2017-09-20 | [mips] Fix calculation of a branch instruction offset to escape left shift of... | Simon Atanasyan | 1 | -3/+3 |
2017-09-14 | [mips] Implement the 'dext' aliases and it's disassembly alias. | Simon Dardis | 1 | -0/+58 |
2017-09-14 | [mips] Implement the 'dins' aliases. | Simon Dardis | 1 | -8/+61 |
2017-08-03 | [Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni... | Eugene Zelenko | 1 | -14/+11 |
2017-06-06 | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 1 | -2/+2 |
2017-03-23 | [Mips] Fix for decoding DINS instruction - disassembler | Strahinja Petrovic | 1 | -1/+8 |
2017-02-24 | [mips][mc] Fix a crash when disassembling odd sized sections | Simon Dardis | 1 | -30/+21 |
2017-02-01 | [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other... | Eugene Zelenko | 1 | -11/+16 |
2016-11-18 | Fix spelling mistakes in MIPS target comments. NFC. | Simon Pilgrim | 1 | -2/+2 |
2016-10-14 | [mips] Fix aui/daui/dahi/dati for MIPSR6 | Simon Dardis | 1 | -6/+14 |
2016-10-09 | Move the global variables representing each Target behind accessor function | Mehdi Amini | 1 | -6/+8 |
2016-09-16 | [mips] Fix previous revert r281726. | Simon Dardis | 1 | -36/+0 |
2016-09-16 | Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6" | Simon Dardis | 1 | -0/+36 |
2016-09-16 | [mips] Fix aui/daui/dahi/dati for MIPSR6 | Simon Dardis | 1 | -0/+36 |
2016-08-22 | [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d... | Hrvoje Varga | 1 | -9/+111 |
2016-08-17 | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 1 | -1/+1 |
2016-07-11 | [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2... | Zlatko Buljan | 1 | -0/+43 |
2016-06-14 | [mips][atomics] Fix atomic instruction descriptions and uses. | Simon Dardis | 1 | -0/+23 |
2016-06-09 | [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructions | Hrvoje Varga | 1 | -0/+72 |
2016-05-24 | [MIPS][LLVM-MC] Fix Disassemble of Negative Offset | Sagar Thakur | 1 | -8/+8 |
2016-05-17 | [mips][microMIPS] Implement BEQZC and BNEZC instructions | Zoran Jovanovic | 1 | -0/+15 |
2016-05-13 | [mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_... | Hrvoje Varga | 1 | -0/+14 |
2016-05-12 | Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions" | Hrvoje Varga | 1 | -40/+0 |
2016-05-11 | [mips][microMIPS] Implement CFC*, CTC* and LDC* instructions | Hrvoje Varga | 1 | -0/+40 |
2016-05-09 | [mips][microMIPS] Implement LWP and SWP instructions | Zlatko Buljan | 1 | -1/+2 |
2016-04-22 | [mips][microMIPS] Revert commit r266861. | Zoran Jovanovic | 1 | -40/+0 |
2016-04-20 | [mips][microMIPS] Implement BGEC, BGEUC, BLTC, BLTUC, BEQC and BNEC instructions | Zoran Jovanovic | 1 | -0/+94 |
2016-04-20 | [mips][microMIPS]Implement CFC*, CTC* and LDC* instructions | Hrvoje Varga | 1 | -0/+40 |
2016-03-31 | [mips] Range check simm16 | Daniel Sanders | 1 | -13/+0 |
2016-03-31 | [mips][microMIPS] Implement MFC*, MFHC* and DMFC* instructions | Zlatko Buljan | 1 | -3/+4 |
2016-03-24 | [mips][microMIPS] Implement MTC*, MTHC* and DMTC* instructions | Hrvoje Varga | 1 | -0/+11 |
2016-03-22 | [mips] Range check simm7. | Daniel Sanders | 1 | -10/+11 |
2016-03-14 | [mips] Range check uimm6_lsl2. | Daniel Sanders | 1 | -27/+15 |
2016-03-11 | [mips] Range check simm4. | Daniel Sanders | 1 | -13/+13 |
2016-03-01 | Revert "[mips] Promote the result of SETCC nodes to GPR width." | Vasileios Kalintiris | 1 | -36/+10 |
2016-03-01 | [mips] Promote the result of SETCC nodes to GPR width. | Vasileios Kalintiris | 1 | -10/+36 |
2016-01-26 | Reflect the MC/MCDisassembler split on the include/ level. | Benjamin Kramer | 1 | -1/+1 |
2015-12-21 | [mips][microMIPS] Implement DERET and DI instructions and check size operand ... | Zlatko Buljan | 1 | -14/+0 |
2015-11-30 | [mips][microMIPS] Fix issue with offset operand of BALC and BC instructions | Zoran Jovanovic | 1 | -0/+17 |
2015-11-19 | Fix UMRs in Mips disassembler on invalid instruction streams | Reid Kleckner | 1 | -1/+9 |
2015-11-12 | [mips][microMIPS] Implement LWM16, SB16, SH16, SW16, SWSP and SWM16 instructions | Zlatko Buljan | 1 | -2/+26 |
2015-11-06 | [mips][ias] Range check uimm2 operands and fix a bug this revealed. | Daniel Sanders | 1 | -12/+9 |
2015-10-28 | [mips][microMIPS] Implement PAUSE, RDHWR, RDPGPR, SDBBP, SSNOP, SYNC, SYNCI a... | Hrvoje Varga | 1 | -0/+20 |
2015-10-16 | [mips][microMIPS] Implement LB, LBE, LBU and LBUE instructions | Hrvoje Varga | 1 | -0/+46 |
2015-10-15 | [mips][microMIPS] Implement LLE and SCE instructions | Hrvoje Varga | 1 | -0/+3 |
2015-09-18 | [mips][microMIPS] Fix an invalid read for lwm32 and reserved reglist values. | Daniel Sanders | 1 | -0/+6 |
2015-09-15 | [mips][microMIPS] Fix an issue with disassembling lwm32 instruction | Zoran Jovanovic | 1 | -1/+1 |