summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCCodeEmitter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use bitset for assembler predicatesStanislav Mekhanoshin2019-03-111-3/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SystemZ] Add decimal integer instructionsUlrich Weigand2017-05-101-0/+14
* [SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-241-8/+17
* [SystemZ] Support execution hint instructionsUlrich Weigand2016-11-281-0/+18
* Check that emitted instructions meet their predicates on all targets except A...Daniel Sanders2016-11-191-0/+9
* [SystemZ] Fix encoding of MVCK and .insn ssUlrich Weigand2016-10-311-0/+14
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-3/+3
* Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper2015-05-151-0/+2
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-2/+2
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-2/+2
* [SystemZ] Add z13 vector facility and MC supportUlrich Weigand2015-05-051-0/+14
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Remove the use of the subtarget in MCCodeEmitter creation andEric Christopher2015-03-101-1/+0
* [SystemZ] Support all TLS access models - MC partUlrich Weigand2015-02-181-5/+29
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [SystemZ] Remove "virtual" from override methodsRichard Sandiford2014-03-061-3/+3
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-061-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-2/+1
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-281-29/+44
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-2/+4
* [SystemZ] Define the call instructions as pseudo aliases.Richard Sandiford2013-09-251-8/+0
* [SystemZ] Add the MVC instructionRichard Sandiford2013-07-021-1/+13
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-1/+1
* [SystemZ] Rework handling of constant PC-relative operandsRichard Sandiford2013-05-141-12/+12
* [SystemZ] Match operands to fields by name rather than by orderRichard Sandiford2013-05-141-10/+62
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+131
OpenPOWER on IntegriCloud