Add an assert.
[oota-llvm.git] / lib / MC / ELFObjectWriter.cpp
2010-08-31 Benjamin KramerAllow creation of SHT_NULL sections, from Roman Divacky.
2010-08-30 Benjamin KramerMCELF: The value of all common symbols is the offset...
2010-08-30 Benjamin KramerThe value is offset from the start of the section for...
2010-08-30 Benjamin KramerIndex external symbols by symbol table instead of paren...
2010-08-28 Chris Lattnersquish dead code.
2010-08-27 Benjamin KramerMCELF: Always overwrite FixedValue.
2010-08-26 Benjamin KramerMCELF: Fix a thinko of mine.
2010-08-26 Benjamin KramerMCELF: Compensate for the addend on i386. Patch by...
2010-08-25 Benjamin KramerMCELF: Use precomputed symbol indices, patch by Roman...
2010-08-24 Benjamin KramerRelocate against parent if the symbol is not in section...
2010-08-23 Benjamin KramerFix thinko. Having no tests is great ...
2010-08-23 Benjamin KramerReduce code duplication.
2010-08-23 Benjamin KramerELFObjectWriter: Run ComputeSymbolTable before recordin...
2010-08-23 Benjamin KramerAdd the symbol offset to the relocation value when...
2010-08-23 Benjamin KramerUse the proper relocation section + cleanup, from Roman...
2010-08-19 Benjamin KramerMCELF: Count the section orders properly. Patch by...
2010-08-17 Benjamin KramerRemove dead code. Fixes a GCC warning.
2010-08-17 Benjamin KramerSketch i386 relocations handling, from Roman Divacky.
2010-08-17 Benjamin KramerUse the correct entry size for relocation entries,...
2010-08-17 Benjamin KramerDifferentiate between RELA and REL relocations, from...
2010-08-17 Benjamin KramerOne baby step towards i386 ELF, from Roman Divacky.
2010-08-17 Benjamin KramerTry to silence a overeager GCC warning.
2010-08-17 Benjamin KramerA round of minor cleanups for ELFObjectWriter.
2010-08-16 Benjamin KramerSilence warnings and simplify code. Eliminate a 32...
2010-08-16 Eli FriedmanFixes for generation of ELF relocations. Patch by...
2010-08-16 Eli FriedmanFix a few warnings in and detabify MCELFStreamer and...
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.