aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCELFObjectTargetWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-12-17Always sort by offset first. NFC.Rafael Espindola1-16/+0
2015-05-29Pass a MCSymbol to needsRelocateWithSymbol.Rafael Espindola1-1/+1
2015-04-14Re-enable target-specific relocation table sorting and use it for MipsPetar Jovanovic1-0/+21
2014-07-20[MC] Pass MCSymbolData to needsRelocateWithSymbolUlrich Weigand1-1/+2
2014-03-29Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola1-34/+2
2013-09-22Provide basic type safety for array_pod_sort comparators.Benjamin Kramer1-3/+3
2013-05-15Cleanup relocation sorting for ELF.Rafael Espindola1-2/+16
2013-05-15Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand1-4/+0
2013-01-30This patch reworks how llvm targets set Jack Carter1-5/+0
2012-10-25Initial TOC support for PowerPC64 object creationAdhemerval Zanella1-0/+8
2012-06-27The ELF relocation record format is different for N64 Jack Carter1-2/+4
2012-03-23Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka1-0/+8
2011-12-24Define trivial destructor inline.Rafael Espindola1-3/+0
2011-12-24Make GetRelocType pure virtual.Rafael Espindola1-8/+0
2011-12-22Move PPC bits to lib/Target/PowerPC.Rafael Espindola1-0/+4
2011-12-22Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola1-0/+14
2011-12-21Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola1-0/+8
2011-12-21Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola1-2/+2
2010-12-18Move some data to the TargetWriter.Rafael Espindola1-1/+6
2010-12-17Stub out explicit MCELFObjectTargetWriter interface.Rafael Espindola1-0/+18