summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Disassembler
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-111-2/+0
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [mips] Implement Octeon+ `saa` and `saad` instructionsSimon Atanasyan2019-11-071-0/+10
* [mips] Split long lines in the code. NFCSimon Atanasyan2019-11-031-12/+16
* [mips] Fix decoding of microMIPS JALX instructionSimon Atanasyan2019-09-091-0/+16
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [Mips] Create a TargetInfo header. NFCRichard Trieu2019-05-141-9/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [mips][microMIPS] Fix the definition of MOVEP instructionSimon Atanasyan2018-09-191-0/+29
* [mips] Fix the definitions of lwp, swpSimon Dardis2018-05-251-2/+1
* [mips] Add microMIPSR6 ll/sc instructions.Simon Dardis2018-05-201-1/+1
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-14/+20
* [mips] Fix the definition of sync, synciSimon Dardis2018-04-251-0/+18
* [mips] Add support for CRC ASEPetar Jovanovic2018-03-141-0/+20
* [mips] Remove duplicated R6 EVA instructionsAleksandar Beserminji2018-01-081-46/+0
* [mips] Removal of microMIPS64R6Aleksandar Beserminji2017-12-111-31/+3
* [mips] Add movep for microMIPS32R6 and fix microMIPS32r3 versionSimon Dardis2017-11-061-4/+2
* [mips] Place certain 64 bit FPU instructions in their own decoder namespaceSimon Dardis2017-10-051-3/+11
* [mips] Fix calculation of a branch instruction offset to escape left shift of...Simon Atanasyan2017-09-201-3/+3
* [mips] Implement the 'dext' aliases and it's disassembly alias.Simon Dardis2017-09-141-0/+58
* [mips] Implement the 'dins' aliases.Simon Dardis2017-09-141-8/+61
* [Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...Eugene Zelenko2017-08-031-14/+11
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-2/+2
* [Mips] Fix for decoding DINS instruction - disassemblerStrahinja Petrovic2017-03-231-1/+8
* [mips][mc] Fix a crash when disassembling odd sized sectionsSimon Dardis2017-02-241-30/+21
* [Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2017-02-011-11/+16
* Fix spelling mistakes in MIPS target comments. NFC.Simon Pilgrim2016-11-181-2/+2
* [mips] Fix aui/daui/dahi/dati for MIPSR6Simon Dardis2016-10-141-6/+14
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-6/+8
* [mips] Fix previous revert r281726.Simon Dardis2016-09-161-36/+0
* Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6"Simon Dardis2016-09-161-0/+36
* [mips] Fix aui/daui/dahi/dati for MIPSR6Simon Dardis2016-09-161-0/+36
* [mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d...Hrvoje Varga2016-08-221-9/+111
* Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner2016-08-171-1/+1
* [mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...Zlatko Buljan2016-07-111-0/+43
* [mips][atomics] Fix atomic instruction descriptions and uses.Simon Dardis2016-06-141-0/+23
* [mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructionsHrvoje Varga2016-06-091-0/+72
* [MIPS][LLVM-MC] Fix Disassemble of Negative OffsetSagar Thakur2016-05-241-8/+8
* [mips][microMIPS] Implement BEQZC and BNEZC instructionsZoran Jovanovic2016-05-171-0/+15
* [mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_...Hrvoje Varga2016-05-131-0/+14
* Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions"Hrvoje Varga2016-05-121-40/+0
* [mips][microMIPS] Implement CFC*, CTC* and LDC* instructionsHrvoje Varga2016-05-111-0/+40
* [mips][microMIPS] Implement LWP and SWP instructionsZlatko Buljan2016-05-091-1/+2
* [mips][microMIPS] Revert commit r266861.Zoran Jovanovic2016-04-221-40/+0
* [mips][microMIPS] Implement BGEC, BGEUC, BLTC, BLTUC, BEQC and BNEC instructionsZoran Jovanovic2016-04-201-0/+94
* [mips][microMIPS]Implement CFC*, CTC* and LDC* instructionsHrvoje Varga2016-04-201-0/+40
* [mips] Range check simm16Daniel Sanders2016-03-311-13/+0
* [mips][microMIPS] Implement MFC*, MFHC* and DMFC* instructionsZlatko Buljan2016-03-311-3/+4
OpenPOWER on IntegriCloud