summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Boilerplate for producing XCOFF object files from the PowerPC backend.Sean Fertile2019-07-091-0/+14
* [PowerPC] Support .reloc *, R_PPC{,64}_NONE, *Fangrui Song2019-05-171-28/+46
* [MC][PowerPC] Clean up PPCAsmBackendFangrui Song2019-05-171-25/+17
* 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-2/+4
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-7/+5
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-17/+17
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-1/+3
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-2/+4
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-1/+1
* Rename and adjust processFixupValue.Rafael Espindola2017-06-301-5/+6
* Simplify the processFixupValue interface. NFC.Rafael Espindola2017-06-241-4/+2
* Remove redundant argument.Rafael Espindola2017-06-241-1/+1
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-1/+2
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* 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-1/+1
* 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-2/+2
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-2/+2
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-2/+2
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-2/+2
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-2/+2
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-101-4/+4
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-1/+1
* Merge MCELF.h into MCSymbolELF.h.Rafael Espindola2015-06-021-7/+9
* Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola2015-05-291-2/+1
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-1/+1
* [mc] Clean up emission of byte sequencesBenjamin Kramer2015-04-171-6/+1
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-3/+2
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* [PowerPC] ELFv2 MC support for .localentry directiveUlrich Weigand2014-07-201-0/+26
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-9/+11
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-1/+1
* [PowerPC] Generate little-endian object filesUlrich Weigand2014-03-241-11/+30
* Just returning false is the default.Rafael Espindola2014-02-061-8/+0
* PPC: Allow partial fills in writeNopData()David Majnemer2013-09-261-4/+7
* Generate compact unwind encoding from CFI directives.Bill Wendling2013-09-091-4/+3
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-3/+3
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-3/+3
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-3/+3
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-081-19/+5
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-1/+1
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-051-3/+0
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-041-4/+8
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-241-0/+6
* [PowerPC] Merge/rename PPC fixup typesUlrich Weigand2013-05-171-12/+6
* [PowerPC] Fix processing of ha16/lo16 fixupsUlrich Weigand2013-05-171-2/+0
* [PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand2013-05-151-6/+6
OpenPOWER on IntegriCloud