aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/MCTargetDesc/PPCAsmBackend.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-22Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...Rafael Espindola1-13/+1
2011-12-21Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola1-7/+8
2011-12-06MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.NAKAMURA Takumi1-0/+1
2011-12-06Move target-specific logic out of generic MCAssembler.Jim Grosbach1-0/+9
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-1/+1
2011-08-02Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky1-1/+70
2011-07-25Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...Evan Cheng1-6/+5
2011-07-25Refactor PPC target to separate MC routines from Target routines.Evan Cheng1-0/+123