summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
AgeCommit message (Expand)Author
2025-10-25[Target] Add "override" where appropriate (NFC) (#165083)Kazu Hirata
2025-09-19SPARC: Use RegClassByHwMode instead of PointerLikeRegClass (#158271)Matt Arsenault
2025-08-25[NFC][MC][Sparc] Rearrange decode functions in Sparc disassembler (#154973)Rahul Joshi
2025-08-22[NFC][MC][Sparc] Minor code cleanup in Sparc disassembler (#154823)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
2025-05-29[SPARC][IAS] Add definitions for OSA 2011 instructionsKoakuma
2025-05-19[SPARC] Print target address when disassembling branches and calls (#140340)Koakuma
2025-05-04SparcDisassembler: Ensure Size is initializedFangrui Song
2023-09-20[Sparc] Remove LEA instructions (NFCI) (#65850)Sergei Barannikov
2023-09-05[SPARC][IAS] Add complete set of v9 ASI load, store & swap formsKoakuma
2023-09-01[SPARC][IAS] Add definitions for v9 State RegistersKoakuma
2023-02-17Simplify with hasFeature. NFCFangrui Song
2022-12-07[SPARC] Simplify instruction decoder.James Y Knight
2022-12-07[TableGen] More named sub-operands work.James Y Knight
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser
2022-05-25[MCDisassembler] Disambiguate Size parameter in tryAddingSymbolicOperand()Maksim Panchenko
2022-05-15Rename `MCFixedLenDisassembler.h` as `MCDecoderOps.h`Sheng
2022-03-25[Disassember][NFCI] Use strong type for instruction decoderMaksim Panchenko
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-05-23[SPARC] recognize the "rd %pc, reg" special formJoerg Sonnenberger
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-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard
2019-05-15[Sparc] Create a TargetInfo header. NFCRichard Trieu
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-10[Target] Untangle disassemblersBenjamin Kramer
2018-07-30Remove trailing spaceFangrui Song
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-03-09This change adds co-processor condition branching and conditional traps to th...Chris Dewhurst
2016-02-27The patch adds missing registers and instructions to complete all the registe...Chris Dewhurst
2016-02-26Reverting breaking change. Sorry.Chris Dewhurst
2016-02-26Reviewed at reviews.llvm.org/D17133Chris Dewhurst
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer
2015-10-04[SPARCv9] Add support for the rdpr/wrpr instructions.Joerg Sonnenberger
2015-08-10[Sparc] Implement i64 load/store support for 32-bit sparc.James Y Knight
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-05-18Sparc: Add the "alternate address space" load/store instructions.James Y Knight
2015-05-18Add support for the Sparc implementation-defined "ASR" registers.James Y Knight
2015-05-15Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach
2015-04-29[Sparc] Really add sparcel architecture support.Douglas Katzman
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola
2014-11-10Misc style fixes. NFC.Rafael Espindola