aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCELFObjectTargetWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-221-3/+3
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-151-2/+16
* Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand2013-05-151-4/+0
* This patch reworks how llvm targets set Jack Carter2013-01-301-5/+0
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-251-0/+8
* The ELF relocation record format is different for N64 Jack Carter2012-06-271-2/+4
* Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka2012-03-231-0/+8
* Define trivial destructor inline.Rafael Espindola2011-12-241-3/+0
* Make GetRelocType pure virtual.Rafael Espindola2011-12-241-8/+0
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-221-0/+4
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-221-0/+14
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-211-0/+8
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-2/+2
* Move some data to the TargetWriter.Rafael Espindola2010-12-181-1/+6
* Stub out explicit MCELFObjectTargetWriter interface.Rafael Espindola2010-12-171-0/+18