summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-3/+6
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-3/+3
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-5/+4
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-2/+4
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-1/+2
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-2/+2
* Remove redundant argument.Rafael Espindola2017-06-241-2/+2
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-2/+5
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-4/+4
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-2/+2
* [SystemZ] Fix fallout from r288374Ulrich Weigand2016-12-011-1/+2
* [SystemZ] Fix applyFixup for 12-bit fixupsUlrich Weigand2016-12-011-1/+3
* [SystemZ] Support execution hint instructionsUlrich Weigand2016-11-281-0/+4
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-1/+2
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-1/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-2/+1
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-1/+2
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-2/+1
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-1/+2
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-101-2/+2
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-1/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-1/+1
* [SystemZ] Support all TLS access models - MC partUlrich Weigand2015-02-181-4/+4
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-2/+3
* [SystemZ] Remove "virtual" from override methodsRichard Sandiford2014-03-061-14/+11
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-12/+9
* Just returning false is the default.Rafael Espindola2014-02-061-4/+0
* [SystemZ] Define the call instructions as pseudo aliases.Richard Sandiford2013-09-251-34/+9
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-2/+3
* [SystemZ] Add long branch passRichard Sandiford2013-05-201-3/+2
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+151
OpenPOWER on IntegriCloud