summaryrefslogtreecommitdiff
path: root/lib/MC/ELFObjectWriter.cpp
Commit message (Expand)AuthorAge
* Revert unrelated change that was accidentally included in the previous commit.Rafael Espindola2010-09-21
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-09-21
* Produce a R_X86_64_32 when the value is >=0.Rafael Espindola2010-09-20
* Make sure the STT_FILE symbol is the first one in the symbol table.Rafael Espindola2010-09-18
* Avoid relocations in a common case.Rafael Espindola2010-09-17
* Print the address of sections as 0 and create the metadata sections in theRafael Espindola2010-09-16
* MCELF: Write relocation fragments in the right endian.Benjamin Kramer2010-09-09
* Make ELF OS ABI dependent on the OS from target triple.Roman Divacky2010-09-09
* ELF_STB_Local is 0 so setting and checking it must be done speciallyRoman Divacky2010-09-08
* Unresolved weak symbols have value equal zero.Roman Divacky2010-09-08
* MCELF: Align symtab, relocation sections and section headers properly. Patch ...Benjamin Kramer2010-09-06
* Allow creation of SHT_NULL sections, from Roman Divacky.Benjamin Kramer2010-08-31
* MCELF: The value of all common symbols is the offset from the start of the se...Benjamin Kramer2010-08-30
* The value is offset from the start of the section for non-common symbols, sub...Benjamin Kramer2010-08-30
* Index external symbols by symbol table instead of parent section, by Roman Di...Benjamin Kramer2010-08-30
* squish dead code.Chris Lattner2010-08-28
* MCELF: Always overwrite FixedValue.Benjamin Kramer2010-08-27
* MCELF: Fix a thinko of mine.Benjamin Kramer2010-08-26
* MCELF: Compensate for the addend on i386. Patch by Roman Divacky, with some c...Benjamin Kramer2010-08-26
* MCELF: Use precomputed symbol indices, patch by Roman Divacky.Benjamin Kramer2010-08-25
* Relocate against parent if the symbol is not in section or it's a common symb...Benjamin Kramer2010-08-24
* Fix thinko. Having no tests is great ...Benjamin Kramer2010-08-23
* Reduce code duplication.Benjamin Kramer2010-08-23
* ELFObjectWriter: Run ComputeSymbolTable before recording relocations. This wa...Benjamin Kramer2010-08-23
* Add the symbol offset to the relocation value when we relocate against sectio...Benjamin Kramer2010-08-23
* Use the proper relocation section + cleanup, from Roman Divacky.Benjamin Kramer2010-08-23
* MCELF: Count the section orders properly. Patch by Roman Divacky.Benjamin Kramer2010-08-19
* Remove dead code. Fixes a GCC warning.Benjamin Kramer2010-08-17
* Sketch i386 relocations handling, from Roman Divacky.Benjamin Kramer2010-08-17
* Use the correct entry size for relocation entries, from Roman Divacky.Benjamin Kramer2010-08-17
* Differentiate between RELA and REL relocations, from Roman Divacky.Benjamin Kramer2010-08-17
* One baby step towards i386 ELF, from Roman Divacky.Benjamin Kramer2010-08-17
* Try to silence a overeager GCC warning.Benjamin Kramer2010-08-17
* A round of minor cleanups for ELFObjectWriter.Benjamin Kramer2010-08-17
* Silence warnings and simplify code. Eliminate a 32/64 bit portability issue.Benjamin Kramer2010-08-16
* Fixes for generation of ELF relocations. Patch by Roman Divacky.Eli Friedman2010-08-16
* Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter.Eli Friedman2010-08-16
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-16