aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCELFObjectWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-151-12/+0
* Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand2013-05-151-2/+0
* ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was ins...NAKAMURA Takumi2013-05-151-1/+8
* This patch reworks how llvm targets set Jack Carter2013-01-301-1/+0
* Add 'const' qualifier on member functions not changing its fields.Michael Liao2012-10-251-3/+3
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-251-0/+3
* The ELF relocation record format is different for N64 Jack Carter2012-06-271-1/+43
* Prune some includes and forward declarations.Craig Topper2012-03-261-1/+8
* Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka2012-03-231-0/+29
* Define trivial destructor inline.Rafael Espindola2011-12-241-1/+1
* Make GetRelocType pure virtual.Rafael Espindola2011-12-241-1/+1
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-221-0/+3
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-221-0/+6
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-211-0/+4
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-211-3/+17
* Add const.Rafael Espindola2011-12-211-1/+1
* Move some data to the TargetWriter.Rafael Espindola2010-12-181-5/+15
* Stub out explicit MCELFObjectTargetWriter interface.Rafael Espindola2010-12-171-1/+11
* Move createELFObjectWriter to its own header.Rafael Espindola2010-12-171-0/+27