summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
AgeCommit message (Expand)Author
2017-10-10[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames
2017-10-09[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-01-24[SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko
2016-11-28[SystemZ] Support execution hint instructionsUlrich Weigand
2016-01-13Convert a few assert failures into proper errors.Rafael Espindola
2015-12-17Avoid explicit relocation sorting most of the time.Rafael Espindola
2015-12-17Always sort by offset first. NFC.Rafael Espindola
2015-12-16[SystemZ] Sort relocs to avoid code corruption by linker optimizationUlrich Weigand
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-02-18[SystemZ] Support all TLS access models - MC partUlrich Weigand
2014-05-03Fix pr19645.Rafael Espindola
2014-03-29Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola
2014-03-27Remove another unused argument.Rafael Espindola
2014-03-27Remove unused argument.Rafael Espindola
2014-03-20Look through variables when computing relocations.Rafael Espindola
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper
2013-05-06[SystemZ] Add back endUlrich Weigand