aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/ELFObjectWriter.h
AgeCommit message (Expand)Author
2011-12-22Kill the monstrosity that was ELFObjectWriter.h.Rafael Espindola
2011-12-22Misc cleanups.Rafael Espindola
2011-12-22Move the Mips only bits of the ELF writer to lib/Target/Mips.Rafael Espindola
2011-12-22Move the MBlaze ELF writer bits to lib/Target/MBlaze.Rafael Espindola
2011-12-22Move PPC bits to lib/Target/PowerPC.Rafael Espindola
2011-12-22Move the ARM specific parts of the ELF writer to Target/ARM.Rafael Espindola
2011-12-22getEFlags is const.Rafael Espindola
2011-12-21Switch from WriteEFlags to getEFlags in preparation for moving itRafael Espindola
2011-12-21Move the X86 specific bits of the ELF writer to the Target/X86 directory.Rafael Espindola
2011-12-21Small refactoring so that RelocNeedsGOT can stay in the target independentRafael Espindola
2011-12-06Explicit symbols for gnu mimicing relocations. Patch by Jack CarterBruno Cardoso Lopes
2011-11-23This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka
2011-11-15Tidy up. 80 columns.Jim Grosbach
2011-09-30Add definition of MipsELFObjectWriter.Akira Hatanaka
2011-08-04Introduce adjustFixupOffset that adjusts the fixup offset of a relocation.Roman Divacky
2011-08-02Sketch out PowerPC ELF writer. This is enough to get clang -integrated-asRoman Divacky
2011-05-11Address the last bit of relocation flag related divergence betweeenJason W Kim
2011-03-20Write the section table and the section data in the same order thatRafael Espindola
2011-03-03Split MCEELFStreamer and ELFObjectWriter into .h and .cpp files, so that othe...Jan Sjödin