summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZAsmPrinter.cpp
Commit message (Expand)AuthorAge
* [SystemZ] Use "auto" for cast resultsRichard Sandiford2014-03-06
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford2013-12-10
* [SystemZ] Fix TMHH and TMHL usage for z10 with -O0Richard Sandiford2013-11-22
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* The AsmPrinter has a Mangler. Use it.Rafael Espindola2013-10-29
* [SystemZ] Allow integer AND involving high wordsRichard Sandiford2013-10-01
* [SystemZ] Allow integer XOR involving high wordsRichard Sandiford2013-10-01
* [SystemZ] Allow integer OR involving high wordsRichard Sandiford2013-10-01
* [SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford2013-10-01
* [SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford2013-10-01
* [SystemZ] Use upper words of GR64s for codegenRichard Sandiford2013-10-01
* [SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford2013-09-25
* [SystemZ] Define the call instructions as pseudo aliases.Richard Sandiford2013-09-25
* [SystemZ] Define the return instruction as a pseudo alias of BRRichard Sandiford2013-09-25
* Remove address spaces from MC.Rafael Espindola2013-07-02
* [SystemZ] Add back endUlrich Weigand2013-05-06
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Fix imm printing for logical instructions.Anton Korobeynikov2011-02-01
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-14