Add support for subsections to the ELF assembler. Fixes PR8717.
[oota-llvm.git] / lib / MC / MCPureStreamer.cpp
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-04-14 Nico RieckUse object file specific section type for initial text...
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-08 Eli BenderskyRenamed MCInstFragment to MCRelaxableFragment and added...
2012-12-17 Reed KotlerEmitDebugLabel should by default be the same as EmitLab...
2012-12-16 NAKAMURA TakumiMCPureStreamer.cpp: Try to fix build, pruning EmitDebug...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-07 Eli BenderskyRefactor MCInstFragment and MCDataFragment to adhere...
2012-12-07 Eli BenderskyLift EmitAssignment into MCObjectStreamer which gets...
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-01-27 Jim GrosbachBetter diagnostic for malformed .org assembly directive.
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-11-28 Rafael EspindolaForgot the MCPureStreamer::EmitValue in the previous...
2010-11-28 Rafael EspindolaAvoid code duplication in the many unsupported EmitGPRe...
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-11-17 Daniel DunbarMC-JIT: Stub out "pure" streamer.