summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [SystemZ] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko2017-01-241-6/+9
* [SystemZ] Support execution hint instructionsUlrich Weigand2016-11-281-0/+4
* Convert a few assert failures into proper errors.Rafael Espindola2016-01-131-3/+4
* Avoid explicit relocation sorting most of the time.Rafael Espindola2015-12-171-16/+0
* Always sort by offset first. NFC.Rafael Espindola2015-12-171-3/+0
* [SystemZ] Sort relocs to avoid code corruption by linker optimizationUlrich Weigand2015-12-161-0/+19
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* [SystemZ] Support all TLS access models - MC partUlrich Weigand2015-02-181-2/+46
* Fix pr19645.Rafael Espindola2014-05-031-1/+1
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-18/+0
* Remove another unused argument.Rafael Espindola2014-03-271-3/+3
* Remove unused argument.Rafael Espindola2014-03-271-6/+3
* Look through variables when computing relocations.Rafael Espindola2014-03-201-3/+1
* [SystemZ] Remove "virtual" from override methodsRichard Sandiford2014-03-061-8/+6
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-061-1/+1
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-2/+2
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+140
OpenPOWER on IntegriCloud