summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-161-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-4/+3
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-2/+3
* [MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames2017-10-091-2/+2
* 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