| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Implement Octeon+ `saa` and `saad` instructions | Simon Atanasyan | 2019-11-07 | 2 | -0/+66 |
* | [mips] Add disassembler tests for `octeon` CPU. NFC | Simon Atanasyan | 2019-11-04 | 2 | -0/+62 |
* | [mips] Add disassembler tests for `sigrie` instruction. NFC | Simon Atanasyan | 2019-11-04 | 4 | -0/+4 |
* | [mips] Fix decoding of microMIPS JALX instruction | Simon Atanasyan | 2019-09-09 | 2 | -0/+2 |
* | [mips] Add (dis)assembler tests for beqzl and bnezl instructions. NFC | Simon Atanasyan | 2019-07-27 | 2 | -0/+4 |
* | [mips] Mark the `lwupc` instruction as MIPS64 R6 only | Simon Atanasyan | 2019-06-19 | 2 | -2/+0 |
* | [lit] Delete empty lines at the end of lit.local.cfg NFC | Fangrui Song | 2019-06-17 | 1 | -1/+0 |
* | Fixed typos in tests: s/CEHCK/CHECK/ | Dmitri Gribenko | 2019-02-25 | 3 | -6/+6 |
* | [mips] Add missing instructions | Aleksandar Beserminji | 2018-08-29 | 6 | -0/+42 |
* | [mips] Correct the predicates of arithmetic and logic instructions. | Simon Dardis | 2018-05-30 | 3 | -4/+9 |
* | [mips] Correct the predicates for a number of instructions. | Simon Dardis | 2018-05-29 | 2 | -4/+4 |
* | [mips] Add microMIPSR6 ll/sc instructions. | Simon Dardis | 2018-05-20 | 1 | -0/+4 |
* | [mips] Add support for Global INValidate ASE | Petar Jovanovic | 2018-05-17 | 4 | -0/+20 |
* | [mips] Add disassembly support for comparison instructions | Simon Dardis | 2018-05-15 | 1 | -0/+32 |
* | [mips] Fix predicates of mfc1, mtc1 instructions | Simon Dardis | 2018-05-15 | 4 | -0/+16 |
* | [mips] Fix the predicates of round, ceiling, floor and trunc. | Simon Dardis | 2018-05-14 | 2 | -0/+20 |
* | [mips] Correct the predicates of indexed floating point stores and loads. | Simon Dardis | 2018-05-14 | 2 | -0/+4 |
* | [mips] Enable disassembly of fused (negative) multiply add/sub instructions | Simon Dardis | 2018-05-11 | 2 | -0/+16 |
* | [mips] Correct the predicates of cvt.fmt.fmt instructions | Simon Dardis | 2018-05-10 | 2 | -0/+4 |
* | [mips] Move conditional moves out of isCodeGenOnly | Simon Dardis | 2018-05-09 | 2 | -0/+16 |
* | [mips] Add support for Virtualization ASE | Petar Jovanovic | 2018-04-27 | 6 | -0/+90 |
* | [mips] Fix the definition of sync, synci | Simon Dardis | 2018-04-25 | 1 | -0/+2 |
* | [mips] Correct the predicates for special nops, tlb ctrl instrs, software bre... | Simon Dardis | 2018-04-12 | 18 | -0/+26 |
* | [mips] Add support for CRC ASE | Petar Jovanovic | 2018-03-14 | 4 | -0/+40 |
* | [mips] Fix the definitions of the EVA instructions | Simon Dardis | 2018-03-13 | 3 | -3/+3 |
* | [mips] Define certain instructions in microMIPS32r3 | Stefan Maksimovic | 2018-02-08 | 12 | -0/+140 |
* | [mips] Properly select abs and sqrt instructions | Stefan Maksimovic | 2018-01-23 | 12 | -0/+78 |
* | [mips] Removal of microMIPS64R6 | Aleksandar Beserminji | 2017-12-11 | 1 | -324/+0 |
* | Reland "[mips][mt][6/7] Add support for mftr, mttr instructions." | Simon Dardis | 2017-11-14 | 2 | -2/+40 |
* | [mips] Add movep for microMIPS32R6 and fix microMIPS32r3 version | Simon Dardis | 2017-11-06 | 4 | -2/+4 |
* | [mips] Fix (dis)assembly of abs.fmt for micromips | Simon Dardis | 2017-10-26 | 2 | -0/+4 |
* | [mips][micromips] Fix (dis)assembly of bc1(t|f) | Simon Dardis | 2017-10-16 | 2 | -0/+4 |
* | [mips] Place certain 64 bit FPU instructions in their own decoder namespace | Simon Dardis | 2017-10-05 | 6 | -0/+6 |
* | [mips] Implement the 'dext' aliases and it's disassembly alias. | Simon Dardis | 2017-09-14 | 1 | -2/+2 |
* | [mips] Implement the 'dins' aliases. | Simon Dardis | 2017-09-14 | 1 | -2/+2 |
* | [mips][microMIPS] add lapc instruction | Petar Jovanovic | 2017-09-11 | 5 | -5/+5 |
* | Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."" | Simon Dardis | 2017-08-14 | 2 | -40/+2 |
* | Reland "[mips][mt][6/7] Add support for mftr, mttr instructions." | Simon Dardis | 2017-08-14 | 2 | -2/+40 |
* | Revert "Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."" | Simon Dardis | 2017-07-14 | 2 | -40/+2 |
* | Reland "[mips][mt][6/7] Add support for mftr, mttr instructions."" | Simon Dardis | 2017-07-14 | 2 | -2/+40 |
* | Revert "[mips][mt][6/7] Add support for mftr, mttr instructions." | Simon Dardis | 2017-07-13 | 2 | -40/+2 |
* | [mips][mt][6/7] Add support for mftr, mttr instructions. | Simon Dardis | 2017-07-12 | 2 | -2/+40 |
* | [mips][mt][5/7] Add support for fork and yield instructions. | Simon Dardis | 2017-07-12 | 2 | -0/+6 |
* | [mips][mt][4/7] Add IAS support for dvpe, evpe instructions. | Simon Dardis | 2017-07-12 | 2 | -0/+8 |
* | [mips][mt] Add missing files from last commit | Simon Dardis | 2017-07-12 | 2 | -0/+12 |
* | Reland r306095: [mips] Fix reg positions in the aui/daui instructions | Petar Jovanovic | 2017-06-23 | 4 | -6/+6 |
* | Revert r306095: [mips] Fix reg positions in the aui/daui instructions | Petar Jovanovic | 2017-06-23 | 4 | -6/+6 |
* | [mips] Fix register positions in the aui/daui instructions | Petar Jovanovic | 2017-06-23 | 4 | -6/+6 |
* | [mips][dsp] Modify repl.ph to accept signed immediate values | Petar Jovanovic | 2017-06-07 | 1 | -1/+1 |
* | [mips] Correct c.cond.fmt instruction definition. | Simon Dardis | 2017-01-16 | 1 | -38/+0 |