summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/Disassembler
AgeCommit message (Expand)Author
2025-11-12[Mips] Remove implicit conversions of MCRegister to unsigned. NFC (#167645)Craig Topper
2025-09-19Mips: Switch to RegClassByHwMode (#158273)Matt Arsenault
2025-09-16[Mips] Fix inst `sc` disassemble assert when configured -mattr=+ptr64 (#158253)yingopq
2025-08-31[Mips][XCore] Use MCRegisterClass::getRegister() instead of begin()+RegNo. NFCCraig Topper
2025-08-25[NFC][MC][Mips] Rearrange decoder functions for Mips disassembler (#154996)Rahul Joshi
2025-08-21[NFC][MC][Decoder] Extract fixed pieces of decoder code into new header file ...Rahul Joshi
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2024-11-16[Mips] Remove unused includes (NFC) (#116499)Kazu Hirata
2023-02-17Simplify with hasFeature. NFCFangrui Song
2022-12-13[NFC][CMake] Explicitly link to MC when neededRoman Lebedev
2022-12-07[TableGen] More named sub-operands work.James Y Knight
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-05-15Rename `MCFixedLenDisassembler.h` as `MCDecoderOps.h`Sheng
2022-03-25[Disassember][NFCI] Use strong type for instruction decoderMaksim Panchenko
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-09-25[Mips] Remove redundant declarations (NFC)Kazu Hirata
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard
2020-01-11[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard
2019-11-07[mips] Implement Octeon+ `saa` and `saad` instructionsSimon Atanasyan
2019-11-03[mips] Split long lines in the code. NFCSimon Atanasyan
2019-09-09[mips] Fix decoding of microMIPS JALX instructionSimon Atanasyan
2019-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard
2019-05-14[Mips] Create a TargetInfo header. NFCRichard Trieu
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-19[mips][microMIPS] Fix the definition of MOVEP instructionSimon Atanasyan
2018-05-25[mips] Fix the definitions of lwp, swpSimon Dardis
2018-05-20[mips] Add microMIPSR6 ll/sc instructions.Simon Dardis
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen
2018-04-25[mips] Fix the definition of sync, synciSimon Dardis
2018-03-14[mips] Add support for CRC ASEPetar Jovanovic
2018-01-08[mips] Remove duplicated R6 EVA instructionsAleksandar Beserminji
2017-12-11[mips] Removal of microMIPS64R6Aleksandar Beserminji
2017-11-06[mips] Add movep for microMIPS32R6 and fix microMIPS32r3 versionSimon Dardis
2017-10-05[mips] Place certain 64 bit FPU instructions in their own decoder namespaceSimon Dardis
2017-09-20[mips] Fix calculation of a branch instruction offset to escape left shift of...Simon Atanasyan
2017-09-14[mips] Implement the 'dext' aliases and it's disassembly alias.Simon Dardis
2017-09-14[mips] Implement the 'dins' aliases.Simon Dardis
2017-08-03[Mips] Fix some Clang-tidy modernize-use-using and Include What You Use warni...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-03-23[Mips] Fix for decoding DINS instruction - disassemblerStrahinja Petrovic
2017-02-24[mips][mc] Fix a crash when disassembling odd sized sectionsSimon Dardis
2017-02-01[Mips] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko
2016-11-18Fix spelling mistakes in MIPS target comments. NFC.Simon Pilgrim
2016-10-14[mips] Fix aui/daui/dahi/dati for MIPSR6Simon Dardis
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-09-16[mips] Fix previous revert r281726.Simon Dardis
2016-09-16Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6"Simon Dardis