summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [SystemZ] Support Compare and TrapsZhan Jun Liau2016-06-101-0/+30
* [SystemZ] Support conditional indirect sibling calls via BCRUlrich Weigand2016-04-111-0/+79
* [SystemZ] Support conditional sibling calls via BRCLUlrich Weigand2016-04-081-0/+7
* [SystemZ] Implement conditional returnsUlrich Weigand2016-04-071-0/+79
* [SystemZ] Support ATOMIC_FENCEUlrich Weigand2016-04-041-0/+5
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-1/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-1/+1
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-3/+3
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* [SystemZ] Add CodeGen support for scalar f64 ops in vector registersUlrich Weigand2015-05-051-0/+44
* [SystemZ] Add CodeGen support for v4f32Ulrich Weigand2015-05-051-0/+15
* [SystemZ] Add CodeGen support for integer vector typesUlrich Weigand2015-05-051-0/+7
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-2/+2
* Refactor a lot of duplicated code for stub output.Rafael Espindola2015-04-071-23/+0
* Remove the local subtarget variable from the SystemZ asm printerEric Christopher2015-02-191-2/+2
* [SystemZ] Support all TLS access models - CodeGen partUlrich Weigand2015-02-181-0/+37
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-3/+2
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-2/+3
* [SystemZ] Use "auto" for cast resultsRichard Sandiford2014-03-061-3/+2
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford2013-12-101-0/+9
* [SystemZ] Fix TMHH and TMHL usage for z10 with -O0Richard Sandiford2013-11-221-8/+22
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-1/+1
* The AsmPrinter has a Mangler. Use it.Rafael Espindola2013-10-291-2/+2
* [SystemZ] Allow integer AND involving high wordsRichard Sandiford2013-10-011-0/+3
* [SystemZ] Allow integer XOR involving high wordsRichard Sandiford2013-10-011-0/+1
* [SystemZ] Allow integer OR involving high wordsRichard Sandiford2013-10-011-0/+3
* [SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford2013-10-011-0/+17
* [SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford2013-10-011-0/+6
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-011-0/+22
* [SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford2013-09-251-0/+30
* [SystemZ] Define the call instructions as pseudo aliases.Richard Sandiford2013-09-251-1/+23
* [SystemZ] Define the return instruction as a pseudo alias of BRRichard Sandiford2013-09-251-2/+10
* Remove address spaces from MC.Rafael Espindola2013-07-021-1/+1
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+113
* Remove the SystemZ backend.Dan Gohman2011-10-241-221/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-3/+1
* Fix imm printing for logical instructions.Anton Korobeynikov2011-02-011-0/+6
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-141-0/+217
OpenPOWER on IntegriCloud