aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-10[SystemZ] Support Compare and TrapsZhan Jun Liau1-0/+30
2016-04-11[SystemZ] Support conditional indirect sibling calls via BCRUlrich Weigand1-0/+79
2016-04-08[SystemZ] Support conditional sibling calls via BRCLUlrich Weigand1-0/+7
2016-04-07[SystemZ] Implement conditional returnsUlrich Weigand1-0/+79
2016-04-04[SystemZ] Support ATOMIC_FENCEUlrich Weigand1-0/+5
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini1-1/+1
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault1-1/+1
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach1-3/+3
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach1-2/+2
2015-05-05[SystemZ] Add CodeGen support for scalar f64 ops in vector registersUlrich Weigand1-0/+44
2015-05-05[SystemZ] Add CodeGen support for v4f32Ulrich Weigand1-0/+15
2015-05-05[SystemZ] Add CodeGen support for integer vector typesUlrich Weigand1-0/+7
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames1-2/+2
2015-04-07Refactor a lot of duplicated code for stub output.Rafael Espindola1-23/+0
2015-02-19Remove the local subtarget variable from the SystemZ asm printerEric Christopher1-2/+2
2015-02-18[SystemZ] Support all TLS access models - CodeGen partUlrich Weigand1-0/+37
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-3/+2
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-2/+3
2014-03-06[SystemZ] Use "auto" for cast resultsRichard Sandiford1-3/+2
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse1-1/+1
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola1-1/+1
2013-12-10Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford1-0/+9
2013-11-22[SystemZ] Fix TMHH and TMHL usage for z10 with -O0Richard Sandiford1-8/+22
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola1-1/+1
2013-10-29The AsmPrinter has a Mangler. Use it.Rafael Espindola1-2/+2
2013-10-01[SystemZ] Allow integer AND involving high wordsRichard Sandiford1-0/+3
2013-10-01[SystemZ] Allow integer XOR involving high wordsRichard Sandiford1-0/+1
2013-10-01[SystemZ] Allow integer OR involving high wordsRichard Sandiford1-0/+3
2013-10-01[SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford1-0/+17
2013-10-01[SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford1-0/+6
2013-10-01[SystemZ] Use upper words of GR64s for codegenRichard Sandiford1-0/+22
2013-09-25[SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford1-0/+30
2013-09-25[SystemZ] Define the call instructions as pseudo aliases.Richard Sandiford1-1/+23
2013-09-25[SystemZ] Define the return instruction as a pseudo alias of BRRichard Sandiford1-2/+10
2013-07-02Remove address spaces from MC.Rafael Espindola1-1/+1
2013-05-06[SystemZ] Add back endUlrich Weigand1-0/+113
2011-10-24Remove the SystemZ backend.Dan Gohman1-221/+0
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-3/+1
2011-02-01Fix imm printing for logical instructions.Anton Korobeynikov1-0/+6
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner1-0/+217