Handle a peculiar comdat case: Creating a section with an undefined
[oota-llvm.git] / lib / MC / MCELFStreamer.cpp
2010-11-14 Rafael EspindolaHandle a peculiar comdat case: Creating a section with...
2010-11-14 Rafael EspindolaFix warning.
2010-11-11 Rafael EspindolaMark labels declared in tls sections as STT_TLS. This...
2010-11-05 Jim GrosbachAdd '.code 32' assembler directive to MC streamers.
2010-11-05 Jim GrosbachMC'ize the '.code 16' and '.thumb_func' ARM directives.
2010-11-05 Benjamin KramerPut class into an anonymous namespace.
2010-11-01 Rafael EspindolaWrite the line info to .debug_line.
2010-11-01 Rafael EspindolaMove EmitInstruction to MCObjectStreamer so that ELF...
2010-11-01 Rafael EspindolaImplement .weakref.
2010-10-06 Rafael EspindolaMake sure weak symbols are listed after the local ones.
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-09-30 Jason W KimTiny patch for proof-of-concept cleanup of ARMAsmPrinte...
2010-09-29 Rafael EspindolaMove "local commons" to the end of .bss to match the...
2010-09-25 Rafael EspindolaMove ELF to HasReliableSymbolDifference=true. Also...
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.