summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/Disassembler
AgeCommit message (Expand)Author
2025-09-15[NFC][DecoderEmitter] Code cleanup in `DecoderEmitter::emitTable` (#158014)Rahul Joshi
2025-08-21[NFC][MC][Decoder] Extract fixed pieces of decoder code into new header file ...Rahul Joshi
2025-07-14Reland "[llvm][SystemZ] Set comment stream in SystemZDisassembler::getInstruc...David Spickett
2025-07-14Revert "[llvm][SystemZ] Set comment stream in SystemZDisassembler::getInstruc...David Spickett
2025-07-14[llvm][SystemZ] Set comment stream in SystemZDisassembler::getInstruction (#1...David Spickett
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-05-22[SystemZ] Support PrintBranchImmAsAddress in disassembler (#141064)Ulrich Weigand
2024-11-18[Target] Remove unused includes (NFC) (#116577)Kazu Hirata
2023-10-25[SystemZ][NFC] Fix a couple of style issues (#69958)Kai Nacke
2023-07-14[SystemZ] Use named MI sub-operandsIlya Leoshkevich
2023-04-04[SystemZ] Remove unused function 'decodeU6ImmOperand' in SystemZDisassembler....Jie Fu
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
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-10-20[SystemZ] Fix disassembler crashesUlrich Weigand
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-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[SystemZ] Create a TargetInfo header. NFCRichard Trieu
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-06-30[SystemZ] Add all remaining instructionsUlrich Weigand
2017-05-10[SystemZ] Add decimal integer instructionsUlrich Weigand
2017-01-24[SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-11-28[SystemZ] Support execution hint instructionsUlrich Weigand
2016-11-08[SystemZ] Model access registers as LLVM registersUlrich Weigand
2016-10-31[SystemZ] Fix encoding of MVCK and .insn ssUlrich Weigand
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-04-15[SystemZ] Call tryAddingSymbolicOperand in the disassemblerUlrich Weigand
2016-01-26Remove autoconf supportChris Bieneman
2016-01-26Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach
2015-05-05[SystemZ] Add z13 vector facility and MC supportUlrich Weigand
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2014-11-12Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola
2014-11-10Misc style fixes. NFC.Rafael Espindola
2014-07-24Update library dependencies.NAKAMURA Takumi
2014-04-21[Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth
2014-04-15[MC] Require an MCContext when constructing an MCDisassembler.Lang Hames
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2013-11-28[CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi
2013-11-28[CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi
2013-11-13[SystemZ] Add the general form of BCRRichard Sandiford
2013-09-30[SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford
2013-07-02[SystemZ] Add the MVC instructionRichard Sandiford
2013-05-24Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer