Age | Commit message (Expand) | Author | Files | Lines |
2015-05-19 | [mips][microMIPSr6] Implement DIV, DIVU, MOD and MODU instructions | Zoran Jovanovic | 1 | -5/+6 |
2015-05-18 | [mips][microMIPSr6] Implement LSA instruction | Jozef Kolek | 1 | -2/+2 |
2015-05-18 | [mips][microMIPSr6] Implement ALIGN and AUI instructions | Jozef Kolek | 1 | -4/+5 |
2015-05-13 | [mips][microMIPSr6] Implement CLO and CLZ instructions | Jozef Kolek | 1 | -3/+4 |
2015-05-12 | [mips][microMIPSr6] Implement SELEQZ and SELNEZ instructions | Jozef Kolek | 1 | -3/+4 |
2015-05-08 | [mips][microMIPSr6] Implement ALUIPC and AUIPC instructions | Jozef Kolek | 1 | -3/+4 |
2015-05-08 | [mips][microMIPSr6] Implement ADDIUPC and LWPC instructions | Jozef Kolek | 1 | -3/+3 |
2015-05-07 | [mips][microMIPSr6] Implement JIALC and JIC instructions | Jozef Kolek | 1 | -3/+4 |
2015-05-07 | [mips] Add the SoftFloat MipsSubtarget feature. | Toma Tabacu | 1 | -40/+40 |
2015-04-29 | [mips][microMIPSr6] Implement MUL, MUH, MULU and MUHU instructions | Zoran Jovanovic | 1 | -5/+5 |
2015-04-21 | [mips][microMIPSr6] Implement CACHE and PREF instructions | Jozef Kolek | 1 | -3/+3 |
2015-04-20 | [mips][microMIPSr6] Implement BITSWAP instruction | Jozef Kolek | 1 | -2/+3 |
2015-04-20 | [mips][microMIPSr6] Implement BALC and BC instructions | Jozef Kolek | 1 | -3/+4 |
2015-01-29 | [Mips][Disassembler] When disassembler meets cache/pref instructions for r6 i... | Vladimir Medic | 1 | -0/+1 |
2015-01-26 | When disassembler meets compact jump instructions for r6 it crashes as the ac... | Vladimir Medic | 1 | -1/+0 |
2015-01-21 | [Mips][Disassembler]When disassembler meets load/store from coprocessor 2 ins... | Vladimir Medic | 1 | -0/+2 |
2015-01-15 | [mips] Fix a typo in the compare patterns for MIPS32r6/MIPS64r6. | Daniel Sanders | 1 | -2/+2 |
2014-07-22 | [mips] Fix two patterns that select i32's (for MIPS32r6) / i64's (for MIPS64r6) | Sasa Stankovic | 1 | -2/+2 |
2014-07-09 | [mips][mips64r6] Correct select patterns that have the condition or true/fals... | Daniel Sanders | 1 | -8/+8 |
2014-07-09 | [mips][mips64r6] Correct cond names in the cmp.cond.[ds] instructions | Daniel Sanders | 1 | -31/+31 |
2014-07-09 | [mips][mips64r6] Use JALR for returns instead of JR (which is not available o... | Daniel Sanders | 1 | -0/+1 |
2014-06-24 | [mips] Added support for assembling sdbbp. | Daniel Sanders | 1 | -7/+24 |
2014-06-20 | ps][mips64r6] Added LSA/DLSA instructions | Zoran Jovanovic | 1 | -1/+13 |
2014-06-18 | [mips][mips64r6] Add BLTC and BLTUC instructions | Zoran Jovanovic | 1 | -2/+10 |
2014-06-16 | [mips][mips64r6] ssnop is deprecated on MIPS32r6/MIPS64r6 | Daniel Sanders | 1 | -1/+0 |
2014-06-16 | [mips][mips64r6] cl[oz], and dcl[oz] are re-encoded in MIPS32r6/MIPS64r6 | Daniel Sanders | 1 | -1/+24 |
2014-06-16 | [mips][mips64r6] ll, sc, lld, and scd are re-encoded on MIPS32r6/MIPS64r6. | Daniel Sanders | 1 | -1/+26 |
2014-06-16 | [mips][mips64r6] [ls][wd]c2 were re-encoded with 11-bit signed immediates rat... | Daniel Sanders | 1 | -5/+31 |
2014-06-13 | [mips] Add cache and pref instructions | Daniel Sanders | 1 | -1/+16 |
2014-06-13 | [mips][mips64r6] bc1any[24] are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 1 | -1/+0 |
2014-06-13 | [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i... | Daniel Sanders | 1 | -2/+8 |
2014-06-12 | [mips][mips64r6] bc1[tf] are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 1 | -1/+0 |
2014-06-12 | [mips][mips64r6] bc2[ft] are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 1 | -2/+0 |
2014-06-12 | [mips][mips64r6] [sl][duw]xc1 are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 1 | -6/+0 |
2014-06-12 | [mips][mips64r6] prefx is not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 1 | -1/+0 |
2014-06-12 | [mips][mips64r6] 80 col corrections that should have been in r210777. | Daniel Sanders | 1 | -10/+20 |
2014-06-12 | [mips][mips64r6] c.cond.fmt, mov[fntz], and mov[fntz].[ds] are not available ... | Daniel Sanders | 1 | -21/+111 |
2014-06-12 | [mips][mips64r6] jalx is not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 1 | -1/+0 |
2014-06-12 | [mips][mips64r6] Add bgec and bgeuc instructions | Zoran Jovanovic | 1 | -4/+12 |
2014-06-12 | [mips][mips64r6] madd.[ds], msub.[ds], nmadd.[ds], and nmsub.[ds] are not ava... | Daniel Sanders | 1 | -1/+0 |
2014-06-12 | [mips][mips64r6] madd/maddu/msub/msubu are not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 1 | -1/+0 |
2014-06-12 | [mips][mips64r6] Replace m[tf]hi, m[tf]lo, mult, multu, dmult, dmultu, div, d... | Daniel Sanders | 1 | -14/+19 |
2014-06-11 | [mips] Implement jr.hb and jalr.hb (Jump Register and Jump and Link Register ... | Matheus Almeida | 1 | -1/+10 |
2014-06-09 | [mips][mips64r6] Add LDPC instruction | Zoran Jovanovic | 1 | -5/+6 |
2014-05-23 | [mips][mips64r6] t(eq|ge|lt|ne)i and t(ge|lt)iu are not available in MIPS32r6... | Daniel Sanders | 1 | -1/+0 |
2014-05-23 | [mips][mips64r6] [ls][dw][lr] are not available in MIPS32r6/MIPS64r6 | Daniel Sanders | 1 | -1/+0 |
2014-05-22 | [mips][mips64r6] addi is not available on MIPS32r6/MIPS64r6 | Daniel Sanders | 1 | -1/+0 |
2014-05-22 | [mips][mips64r6] Test that paired single instructions are invalid | Daniel Sanders | 1 | -1/+0 |
2014-05-22 | [mips][mips64r6] Add b[on]vc | Daniel Sanders | 1 | -26/+36 |
2014-05-21 | [mips][mips64r6] Add bc[12](eq|ne)z | Daniel Sanders | 1 | -4/+29 |