summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZMCInstLower.cpp
AgeCommit message (Expand)Author
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-15Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.hPete Cooper
2015-05-13MC: Modernize MCOperand API naming. NFC.Jim Grosbach
2015-02-18[SystemZ] Support all TLS access models - CodeGen partUlrich Weigand
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola
2013-10-29The AsmPrinter has a Mangler. Use it.Rafael Espindola
2013-09-25[SystemZ] Define the call instructions as pseudo aliases.Richard Sandiford
2013-07-12[SystemZ] Fix parsing of inline asm registersRichard Sandiford
2013-05-20[SystemZ] Add long branch passRichard Sandiford
2013-05-06[SystemZ] Add back endUlrich Weigand