| Commit message (Expand) | Author | Age | Files | Lines |
* | CMake: Make most target symbols hidden by default | Tom Stellard | 2020-01-14 | 1 | -1/+1 |
* | [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction() | Fangrui Song | 2020-01-11 | 1 | -2/+0 |
* | [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries" | Tom Stellard | 2019-11-21 | 1 | -1/+1 |
* | [mips] Implement Octeon+ `saa` and `saad` instructions | Simon Atanasyan | 2019-11-07 | 1 | -0/+10 |
* | [mips] Split long lines in the code. NFC | Simon Atanasyan | 2019-11-03 | 1 | -12/+16 |
* | [mips] Fix decoding of microMIPS JALX instruction | Simon Atanasyan | 2019-09-09 | 1 | -0/+16 |
* | Revert CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-11 | 1 | -1/+1 |
* | CMake: Make most target symbols hidden by default | Tom Stellard | 2019-06-10 | 1 | -1/+1 |
* | [Mips] Create a TargetInfo header. NFC | Richard Trieu | 2019-05-14 | 1 | -9/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 2 | -8/+6 |
* | [mips][microMIPS] Fix the definition of MOVEP instruction | Simon Atanasyan | 2018-09-19 | 1 | -0/+29 |
* | [mips] Fix the definitions of lwp, swp | Simon Dardis | 2018-05-25 | 1 | -2/+1 |
* | [mips] Add microMIPSR6 ll/sc instructions. | Simon Dardis | 2018-05-20 | 1 | -1/+1 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -14/+20 |
* | [mips] Fix the definition of sync, synci | Simon Dardis | 2018-04-25 | 1 | -0/+18 |
* | [mips] Add support for CRC ASE | Petar Jovanovic | 2018-03-14 | 1 | -0/+20 |
* | [mips] Remove duplicated R6 EVA instructions | Aleksandar Beserminji | 2018-01-08 | 1 | -46/+0 |
* | [mips] Removal of microMIPS64R6 | Aleksandar Beserminji | 2017-12-11 | 1 | -31/+3 |
* | [mips] Add movep for microMIPS32R6 and fix microMIPS32r3 version | Simon Dardis | 2017-11-06 | 1 | -4/+2 |
* | [mips] Place certain 64 bit FPU instructions in their own decoder namespace | Simon Dardis | 2017-10-05 | 1 | -3/+11 |
* | [mips] Fix calculation of a branch instruction offset to escape left shift of... | Simon Atanasyan | 2017-09-20 | 1 | -3/+3 |
* | [mips] Implement the 'dext' aliases and it's disassembly alias. | Simon Dardis | 2017-09-14 | 1 | -0/+58 |
* | [mips] Implement the 'dins' aliases. | Simon Dardis | 2017-09-14 | 1 | -8/+61 |
* | [Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni... | Eugene Zelenko | 2017-08-03 | 1 | -14/+11 |
* | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -2/+2 |
* | [Mips] Fix for decoding DINS instruction - disassembler | Strahinja Petrovic | 2017-03-23 | 1 | -1/+8 |
* | [mips][mc] Fix a crash when disassembling odd sized sections | Simon Dardis | 2017-02-24 | 1 | -30/+21 |
* | [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other... | Eugene Zelenko | 2017-02-01 | 1 | -11/+16 |
* | Fix spelling mistakes in MIPS target comments. NFC. | Simon Pilgrim | 2016-11-18 | 1 | -2/+2 |
* | [mips] Fix aui/daui/dahi/dati for MIPSR6 | Simon Dardis | 2016-10-14 | 1 | -6/+14 |
* | Move the global variables representing each Target behind accessor function | Mehdi Amini | 2016-10-09 | 1 | -6/+8 |
* | [mips] Fix previous revert r281726. | Simon Dardis | 2016-09-16 | 1 | -36/+0 |
* | Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6" | Simon Dardis | 2016-09-16 | 1 | -0/+36 |
* | [mips] Fix aui/daui/dahi/dati for MIPSR6 | Simon Dardis | 2016-09-16 | 1 | -0/+36 |
* | [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d... | Hrvoje Varga | 2016-08-22 | 1 | -9/+111 |
* | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -1/+1 |
* | [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2... | Zlatko Buljan | 2016-07-11 | 1 | -0/+43 |
* | [mips][atomics] Fix atomic instruction descriptions and uses. | Simon Dardis | 2016-06-14 | 1 | -0/+23 |
* | [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructions | Hrvoje Varga | 2016-06-09 | 1 | -0/+72 |
* | [MIPS][LLVM-MC] Fix Disassemble of Negative Offset | Sagar Thakur | 2016-05-24 | 1 | -8/+8 |
* | [mips][microMIPS] Implement BEQZC and BNEZC instructions | Zoran Jovanovic | 2016-05-17 | 1 | -0/+15 |
* | [mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_... | Hrvoje Varga | 2016-05-13 | 1 | -0/+14 |
* | Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions" | Hrvoje Varga | 2016-05-12 | 1 | -40/+0 |
* | [mips][microMIPS] Implement CFC*, CTC* and LDC* instructions | Hrvoje Varga | 2016-05-11 | 1 | -0/+40 |
* | [mips][microMIPS] Implement LWP and SWP instructions | Zlatko Buljan | 2016-05-09 | 1 | -1/+2 |
* | [mips][microMIPS] Revert commit r266861. | Zoran Jovanovic | 2016-04-22 | 1 | -40/+0 |
* | [mips][microMIPS] Implement BGEC, BGEUC, BLTC, BLTUC, BEQC and BNEC instructions | Zoran Jovanovic | 2016-04-20 | 1 | -0/+94 |
* | [mips][microMIPS]Implement CFC*, CTC* and LDC* instructions | Hrvoje Varga | 2016-04-20 | 1 | -0/+40 |
* | [mips] Range check simm16 | Daniel Sanders | 2016-03-31 | 1 | -13/+0 |
* | [mips][microMIPS] Implement MFC*, MFHC* and DMFC* instructions | Zlatko Buljan | 2016-03-31 | 1 | -3/+4 |