aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/Disassembler/MipsDisassembler.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2020-01-11[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song1-2/+0
2019-11-07[mips] Implement Octeon+ `saa` and `saad` instructionsSimon Atanasyan1-0/+10
2019-11-03[mips] Split long lines in the code. NFCSimon Atanasyan1-12/+16
2019-09-09[mips] Fix decoding of microMIPS JALX instructionSimon Atanasyan1-0/+16
2019-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard1-1/+1
2019-05-14[Mips] Create a TargetInfo header. NFCRichard Trieu1-9/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-09-19[mips][microMIPS] Fix the definition of MOVEP instructionSimon Atanasyan1-0/+29
2018-05-25[mips] Fix the definitions of lwp, swpSimon Dardis1-2/+1
2018-05-20[mips] Add microMIPSR6 ll/sc instructions.Simon Dardis1-1/+1
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-14/+20
2018-04-25[mips] Fix the definition of sync, synciSimon Dardis1-0/+18
2018-03-14[mips] Add support for CRC ASEPetar Jovanovic1-0/+20
2018-01-08[mips] Remove duplicated R6 EVA instructionsAleksandar Beserminji1-46/+0
2017-12-11[mips] Removal of microMIPS64R6Aleksandar Beserminji1-31/+3
2017-11-06[mips] Add movep for microMIPS32R6 and fix microMIPS32r3 versionSimon Dardis1-4/+2
2017-10-05[mips] Place certain 64 bit FPU instructions in their own decoder namespaceSimon Dardis1-3/+11
2017-09-20[mips] Fix calculation of a branch instruction offset to escape left shift of...Simon Atanasyan1-3/+3
2017-09-14[mips] Implement the 'dext' aliases and it's disassembly alias.Simon Dardis1-0/+58
2017-09-14[mips] Implement the 'dins' aliases.Simon Dardis1-8/+61
2017-08-03[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...Eugene Zelenko1-14/+11
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-2/+2
2017-03-23[Mips] Fix for decoding DINS instruction - disassemblerStrahinja Petrovic1-1/+8
2017-02-24[mips][mc] Fix a crash when disassembling odd sized sectionsSimon Dardis1-30/+21
2017-02-01[Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko1-11/+16
2016-11-18Fix spelling mistakes in MIPS target comments. NFC.Simon Pilgrim1-2/+2
2016-10-14[mips] Fix aui/daui/dahi/dati for MIPSR6Simon Dardis1-6/+14
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini1-6/+8
2016-09-16[mips] Fix previous revert r281726.Simon Dardis1-36/+0
2016-09-16Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6"Simon Dardis1-0/+36
2016-09-16[mips] Fix aui/daui/dahi/dati for MIPSR6Simon Dardis1-0/+36
2016-08-22[mips][microMIPS] Implement BLTZC, BLEZC, BGEZC and BGTZC instructions, fix d...Hrvoje Varga1-9/+111
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2016-07-11[mips][microMIPS] Implement LDC1, SDC1, LDC2, SDC2, LWC1, SWC1, LWC2 and SWC2...Zlatko Buljan1-0/+43
2016-06-14[mips][atomics] Fix atomic instruction descriptions and uses.Simon Dardis1-0/+23
2016-06-09[mips][microMIPS] Implement BOVC, BNVC, EXT, INS and JALRC instructionsHrvoje Varga1-0/+72
2016-05-24[MIPS][LLVM-MC] Fix Disassemble of Negative OffsetSagar Thakur1-8/+8
2016-05-17[mips][microMIPS] Implement BEQZC and BNEZC instructionsZoran Jovanovic1-0/+15
2016-05-13[mips][microMIPS] Implement APPEND, BPOSGE32C, MODSUB, MULSA.W.PH and MULSAQ_...Hrvoje Varga1-0/+14
2016-05-12Revert "[mips][microMIPS] Implement CFC*, CTC* and LDC* instructions"Hrvoje Varga1-40/+0
2016-05-11[mips][microMIPS] Implement CFC*, CTC* and LDC* instructionsHrvoje Varga1-0/+40
2016-05-09[mips][microMIPS] Implement LWP and SWP instructionsZlatko Buljan1-1/+2
2016-04-22[mips][microMIPS] Revert commit r266861.Zoran Jovanovic1-40/+0
2016-04-20[mips][microMIPS] Implement BGEC, BGEUC, BLTC, BLTUC, BEQC and BNEC instructionsZoran Jovanovic1-0/+94
2016-04-20[mips][microMIPS]Implement CFC*, CTC* and LDC* instructionsHrvoje Varga1-0/+40
2016-03-31[mips] Range check simm16Daniel Sanders1-13/+0
2016-03-31[mips][microMIPS] Implement MFC*, MFHC* and DMFC* instructionsZlatko Buljan1-3/+4
2016-03-24[mips][microMIPS] Implement MTC*, MTHC* and DMTC* instructionsHrvoje Varga1-0/+11