summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/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
* 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
* [SystemZ] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* [SystemZ] Add all remaining instructionsUlrich Weigand2017-06-301-0/+6
* [SystemZ] Add decimal integer instructionsUlrich Weigand2017-05-101-0/+19
* [SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-241-1/+7
* [SystemZ] Support execution hint instructionsUlrich Weigand2016-11-281-0/+12
* [SystemZ] Model access registers as LLVM registersUlrich Weigand2016-11-081-6/+6
* [SystemZ] Fix encoding of MVCK and .insn ssUlrich Weigand2016-10-311-0/+19
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-1/+1
* [SystemZ] Call tryAddingSymbolicOperand in the disassemblerUlrich Weigand2016-04-151-7/+48
* Remove autoconf supportChris Bieneman2016-01-261-16/+0
* Reflect the MC/MCDisassembler split on the include/ level.Benjamin Kramer2016-01-261-1/+1
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-20/+20
* [SystemZ] Add z13 vector facility and MC supportUlrich Weigand2015-05-051-12/+70
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Pass an ArrayRef to MCDisassembler::getInstruction.Rafael Espindola2014-11-121-7/+5
* Misc style fixes. NFC.Rafael Espindola2014-11-101-7/+6
* Update library dependencies.NAKAMURA Takumi2014-07-241-1/+1
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-211-0/+2
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-4/+5
* [SystemZ] Remove "virtual" from override methodsRichard Sandiford2014-03-061-6/+4
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-1/+1
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi2013-11-281-2/+0
* [SystemZ] Add the general form of BCRRichard Sandiford2013-11-131-8/+5
* [SystemZ] Add GRH32 for the high word of a GR64Richard Sandiford2013-09-301-0/+6
* [SystemZ] Add the MVC instructionRichard Sandiford2013-07-021-0/+19
* Remove the Copied parameter from MemoryObject::readBytes.Benjamin Kramer2013-05-241-2/+2
* [SystemZ] Add disassembler supportRichard Sandiford2013-05-144-0/+347
OpenPOWER on IntegriCloud