summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCTargetObjectFile.cpp
AgeCommit message (Expand)Author
2016-10-24Target: Change various section classifiers in TargetLoweringObjectFile to tak...Peter Collingbourne
2016-09-16Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher
2016-02-10[MC] Merge VK_PPC_TPREL in to generic VK_TPREL.Colin LeMahieu
2015-11-17Drop prelink support.Rafael Espindola
2015-05-30MC: Clean up MCExpr naming. NFC.Jim Grosbach
2015-05-21Move alignment from MCSectionData to MCSection.Rafael Espindola
2014-03-14[ppc64] Avoid copy relocs in named rodata sectionsUlrich Weigand
2014-02-08Pass the Mangler by reference.Rafael Espindola
2014-01-28Revert r199871 and replace it with a simple check in the debug infoEric Christopher
2014-01-23Add a variable to track whether or not we've used a unique section,Eric Christopher
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2013-07-02[PowerPC] Support TLS variables in debug infoUlrich Weigand
2013-05-13Fix goofy commentary in PPCTargetObjectFile.cpp.Bill Schmidt
2013-05-13PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.Bill Schmidt
2010-03-15Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling
2010-03-12The same situation that effected ARM effects PPC with regards to placing theBill Wendling