aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-25MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones1-1/+2
2016-07-11Fix branch relaxation in 16-bit mode.Nirav Dave1-2/+2
2015-09-15Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders1-2/+2
2015-09-15Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders1-2/+2
2015-09-15Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders1-2/+2
2015-09-15Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders1-2/+2
2015-06-10Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders1-4/+4
2015-06-04MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach1-1/+1
2015-06-02Merge MCELF.h into MCSymbolELF.h.Rafael Espindola1-7/+9
2015-05-29Pass MCSymbols to the helper functions in MCELF.h.Rafael Espindola1-2/+1
2015-05-28Remove a trivial forwarding function. NFC.Rafael Espindola1-1/+1
2015-04-17[mc] Clean up emission of byte sequencesBenjamin Kramer1-6/+1
2015-04-14Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola1-3/+2
2015-01-14[cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth1-1/+1
2014-07-20[PowerPC] ELFv2 MC support for .localentry directiveUlrich Weigand1-0/+26
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-9/+11
2014-03-29Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola1-1/+1
2014-03-24[PowerPC] Generate little-endian object filesUlrich Weigand1-11/+30
2014-02-06Just returning false is the default.Rafael Espindola1-8/+0
2013-09-26PPC: Allow partial fills in writeNopData()David Majnemer1-4/+7
2013-09-09Generate compact unwind encoding from CFI directives.Bill Wendling1-4/+3
2013-09-01Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-3/+3
2013-08-27Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis1-3/+3
2013-08-27Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-3/+3
2013-08-08initial draft of PPCMachObjectWriter.cppDavid Fang1-19/+5
2013-07-26[PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt1-1/+1
2013-07-05[PowerPC] Support @tls in the asm parserUlrich Weigand1-3/+0
2013-07-04[PowerPC] Implement writeNopDataUlrich Weigand1-4/+8
2013-06-24[PowerPC] Support absolute branchesUlrich Weigand1-0/+6
2013-05-17[PowerPC] Merge/rename PPC fixup typesUlrich Weigand1-12/+6
2013-05-17[PowerPC] Fix processing of ha16/lo16 fixupsUlrich Weigand1-2/+0
2013-05-15[PowerPC] Remove need for adjustFixupOffst hackUlrich Weigand1-6/+6
2013-05-15[PowerPC] Correctly handle fixups of other than 4 byte sizeUlrich Weigand1-3/+27
2013-03-26PowerPC: Simplify handling of fixups.Ulrich Weigand1-9/+3
2013-01-08Renamed MCInstFragment to MCRelaxableFragment and added some comments.Eli Bendersky1-1/+1
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt1-2/+2
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt1-1/+3
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt1-1/+3
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-11-24PPC: Reinstate the fatal error when trying to emit a macho file.Benjamin Kramer1-1/+3
2012-11-24PPC: Share applyFixup between ELF and Darwin.Benjamin Kramer1-18/+14
2012-10-25Initial TOC support for PowerPC64 object creationAdhemerval Zanella1-2/+11
2012-09-18When creating MCAsmBackend pass the CPU string as well. In X86AsmBackendRoman Divacky1-1/+1
2012-08-16Revert r162034, r162035 and r162037.Roman Divacky1-10/+1
2012-08-16Define and handle additional fixup kinds. By Adhemerval Zanella.Roman Divacky1-1/+10
2012-03-26Prune some includes and forward declarations.Craig Topper1-0/+1
2012-03-17Reorder includes in Target backends to following coding standards. Remove som...Craig Topper1-1/+1
2012-02-07Convert assert(0) to llvm_unreachableCraig Topper1-4/+3
2012-01-18Tidy up. 80 columns.Jim Grosbach1-13/+13
2012-01-18Tidy up. MCAsmBackend naming conventions.Jim Grosbach1-7/+7