Revert "Debug info: On ARM ensure that the data sections come before the"
[oota-llvm.git] / lib / MC / MCELFStreamer.cpp
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-22 Rafael EspindolaCorrectly align bss.
2010-09-21 Rafael EspindolaImplement support for .local and its "interesting"...
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-09-13 Rafael EspindolaFactoring and potential bug fix. The elf "flags" cannot...
2010-09-08 Roman DivackyELF_STB_Local is 0 so setting and checking it must...
2010-09-02 Benjamin KramerAllow MCSA_WeakRef in ELF. Patch by Roman Divacky.
2010-08-30 Benjamin KramerMark all common symbols external. This is not exactly...
2010-08-27 Benjamin KramerMCELF: Port EmitInstruction changes from MachO streamer...
2010-08-16 Eli FriedmanFix a few warnings in and detabify MCELFStreamer and...
2010-08-16 Matt FlemingAdd ELF ObjectWriter and Streamer support.