summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZAsmPrinter.cpp
AgeCommit message (Expand)Author
2016-11-08[SystemZ] Refactor branch and conditional instruction patternsUlrich Weigand
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-06-10[SystemZ] Support Compare and TrapsZhan Jun Liau
2016-04-11[SystemZ] Support conditional indirect sibling calls via BCRUlrich Weigand
2016-04-08[SystemZ] Support conditional sibling calls via BRCLUlrich Weigand
2016-04-07[SystemZ] Implement conditional returnsUlrich Weigand
2016-04-04[SystemZ] Support ATOMIC_FENCEUlrich Weigand
2015-07-16Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-18MC: Clean up method names in MCContext.Jim Grosbach
2015-05-05[SystemZ] Add CodeGen support for scalar f64 ops in vector registersUlrich Weigand
2015-05-05[SystemZ] Add CodeGen support for v4f32Ulrich Weigand
2015-05-05[SystemZ] Add CodeGen support for integer vector typesUlrich Weigand
2015-04-24[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames
2015-04-07Refactor a lot of duplicated code for stub output.Rafael Espindola
2015-02-19Remove the local subtarget variable from the SystemZ asm printerEric Christopher
2015-02-18[SystemZ] Support all TLS access models - CodeGen partUlrich Weigand
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher
2014-03-06[SystemZ] Use "auto" for cast resultsRichard Sandiford
2014-01-28Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2013-12-10Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford
2013-11-22[SystemZ] Fix TMHH and TMHL usage for z10 with -O0Richard Sandiford
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola
2013-10-29The AsmPrinter has a Mangler. Use it.Rafael Espindola
2013-10-01[SystemZ] Allow integer AND involving high wordsRichard Sandiford
2013-10-01[SystemZ] Allow integer XOR involving high wordsRichard Sandiford
2013-10-01[SystemZ] Allow integer OR involving high wordsRichard Sandiford
2013-10-01[SystemZ] Allow integer insertions with a high-word destinationRichard Sandiford
2013-10-01[SystemZ] Add patterns to load a constant into a high word (IIHF)Richard Sandiford
2013-10-01[SystemZ] Use upper words of GR64s for codegenRichard Sandiford
2013-09-25[SystemZ] Define the GR64 low-word logic instructions as pseudo aliases.Richard Sandiford
2013-09-25[SystemZ] Define the call instructions as pseudo aliases.Richard Sandiford
2013-09-25[SystemZ] Define the return instruction as a pseudo alias of BRRichard Sandiford
2013-07-02Remove address spaces from MC.Rafael Espindola
2013-05-06[SystemZ] Add back endUlrich Weigand
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-02-01Fix imm printing for logical instructions.Anton Korobeynikov
2010-11-14move all the target's asmprinters into the main target. The piece Chris Lattner