summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCELFObjectWriter.h
Commit message (Expand)AuthorAge
* Cleanup relocation sorting for ELF.Rafael Espindola2013-05-15
* Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand2013-05-15
* ELFRelocationEntry::operator<(): Try to stabilize the order. r_offset was ins...NAKAMURA Takumi2013-05-15
* This patch reworks how llvm targets set Jack Carter2013-01-30
* Add 'const' qualifier on member functions not changing its fields.Michael Liao2012-10-25
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-25
* The ELF relocation record format is different for N64 Jack Carter2012-06-27
* Prune some includes and forward declarations.Craig Topper2012-03-26
* Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka2012-03-23
* Define trivial destructor inline.Rafael Espindola2011-12-24
* Make GetRelocType pure virtual.Rafael Espindola2011-12-24
* Move PPC bits to lib/Target/PowerPC.Rafael Espindola2011-12-22
* Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola2011-12-22
* Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola2011-12-21
* Reduce the exposure of Triple::OSType in the ELF object writer. This willRafael Espindola2011-12-21
* Add const.Rafael Espindola2011-12-21
* Move some data to the TargetWriter.Rafael Espindola2010-12-18
* Stub out explicit MCELFObjectTargetWriter interface.Rafael Espindola2010-12-17
* Move createELFObjectWriter to its own header.Rafael Espindola2010-12-17