summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZAsmPrinter.h
AgeCommit message (Expand)Author
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
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-01-18std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2013-05-06[SystemZ] Add back endUlrich Weigand