MCELF: Count the section orders properly. Patch by Roman Divacky.
[oota-llvm.git] / lib / MC / ELFObjectWriter.cpp
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.