aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/ELFObjectWriter.h
Commit message (Expand)AuthorAgeFilesLines
* MC: Simplify Mach-O and ELF object writer implementations.Daniel Dunbar2010-11-131-53/+0
* Making the e_machine configurable by the target backend in ELFObjectWriter.Wesley Peck2010-10-221-1/+2
* On ELF we need to know which symbols are used in relocations to decide ifRafael Espindola2010-10-051-1/+1
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-301-0/+5
* Make ELF OS ABI dependent on the OS from target triple.Roman Divacky2010-09-091-2/+3
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-161-0/+46