Add back commits r219835 and a fixed version of r219829.
[oota-llvm.git] / lib / MC / MCELFStreamer.cpp
2010-11-24 Rafael EspindolaIf a symbol is used as tls, mark it as tls even if...
2010-11-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
2010-11-19 Rafael EspindolaChange some methods in MCDwarf.cpp to be able to handle...
2010-11-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-15 Rafael EspindolaChange MCExpr::EvaluateAsRelocatableImpl of variables...
2010-11-14 Rafael EspindolaFix another case of a .comm directive without a corresp...
2010-11-14 Rafael EspindolaFix the type of a symbol created with .comm and no...
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.