summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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