| Commit message (Expand) | Author | Age | Files | Lines |
* | MCELF: Write relocation fragments in the right endian. | Benjamin Kramer | 2010-09-09 | 1 | -5/+26 |
* | Make ELF OS ABI dependent on the OS from target triple. | Roman Divacky | 2010-09-09 | 1 | -4/+13 |
* | ELF_STB_Local is 0 so setting and checking it must be done specially | Roman Divacky | 2010-09-08 | 1 | -2/+2 |
* | Unresolved weak symbols have value equal zero. | Roman Divacky | 2010-09-08 | 1 | -1/+1 |
* | MCELF: Align symtab, relocation sections and section headers properly. Patch ... | Benjamin Kramer | 2010-09-06 | 1 | -12/+24 |
* | Allow creation of SHT_NULL sections, from Roman Divacky. | Benjamin Kramer | 2010-08-31 | 1 | -0/+1 |
* | MCELF: The value of all common symbols is the offset from the start of the se... | Benjamin Kramer | 2010-08-30 | 1 | -3/+5 |
* | The value is offset from the start of the section for non-common symbols, sub... | Benjamin Kramer | 2010-08-30 | 1 | -0/+2 |
* | Index external symbols by symbol table instead of parent section, by Roman Di... | Benjamin Kramer | 2010-08-30 | 1 | -1/+1 |
* | squish dead code. | Chris Lattner | 2010-08-28 | 1 | -9/+8 |
* | MCELF: Always overwrite FixedValue. | Benjamin Kramer | 2010-08-27 | 1 | -2/+3 |
* | MCELF: Fix a thinko of mine. | Benjamin Kramer | 2010-08-26 | 1 | -1/+3 |
* | MCELF: Compensate for the addend on i386. Patch by Roman Divacky, with some c... | Benjamin Kramer | 2010-08-26 | 1 | -14/+7 |
* | MCELF: Use precomputed symbol indices, patch by Roman Divacky. | Benjamin Kramer | 2010-08-25 | 1 | -11/+7 |
* | Relocate against parent if the symbol is not in section or it's a common symb... | Benjamin Kramer | 2010-08-24 | 1 | -1/+2 |
* | Fix thinko. Having no tests is great ... | Benjamin Kramer | 2010-08-23 | 1 | -4/+4 |
* | Reduce code duplication. | Benjamin Kramer | 2010-08-23 | 1 | -26/+10 |
* | ELFObjectWriter: Run ComputeSymbolTable before recording relocations. This wa... | Benjamin Kramer | 2010-08-23 | 1 | -85/+21 |
* | Add the symbol offset to the relocation value when we relocate against sectio... | Benjamin Kramer | 2010-08-23 | 1 | -2/+3 |
* | Use the proper relocation section + cleanup, from Roman Divacky. | Benjamin Kramer | 2010-08-23 | 1 | -3/+5 |
* | MCELF: Count the section orders properly. Patch by Roman Divacky. | Benjamin Kramer | 2010-08-19 | 1 | -7/+7 |
* | Remove dead code. Fixes a GCC warning. | Benjamin Kramer | 2010-08-17 | 1 | -4/+1 |
* | Sketch i386 relocations handling, from Roman Divacky. | Benjamin Kramer | 2010-08-17 | 1 | -24/+45 |
* | Use the correct entry size for relocation entries, from Roman Divacky. | Benjamin Kramer | 2010-08-17 | 1 | -2/+6 |
* | Differentiate between RELA and REL relocations, from Roman Divacky. | Benjamin Kramer | 2010-08-17 | 1 | -6/+8 |
* | One baby step towards i386 ELF, from Roman Divacky. | Benjamin Kramer | 2010-08-17 | 1 | -2/+3 |
* | Try to silence a overeager GCC warning. | Benjamin Kramer | 2010-08-17 | 1 | -0/+2 |
* | A round of minor cleanups for ELFObjectWriter. | Benjamin Kramer | 2010-08-17 | 1 | -29/+12 |
* | Silence warnings and simplify code. Eliminate a 32/64 bit portability issue. | Benjamin Kramer | 2010-08-16 | 1 | -4/+3 |
* | Fixes for generation of ELF relocations. Patch by Roman Divacky. | Eli Friedman | 2010-08-16 | 1 | -6/+18 |
* | Fix a few warnings in and detabify MCELFStreamer and ELFObjectWriter. | Eli Friedman | 2010-08-16 | 1 | -17/+17 |
* | Add ELF ObjectWriter and Streamer support. | Matt Fleming | 2010-08-16 | 1 | -0/+1032 |