Move alignment from MCSectionData to MCSection.
[oota-llvm.git] / include / llvm / MC / MCELFStreamer.h
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in LocalCommon, NFC
2015-05-02 Jim GrosbachMC: Tidy up comments and clean up formatting a bit...
2015-04-16 Yaron KerenUpdate MCELFStreamer::reset() following r234714
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-12 Petr Hosek[MC] Write padding into fragments when -mc-relax-all...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-07 Rafael EspindolaRemove dead code. NFC.
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-04-27 Rafael EspindolaMake getOrCreateSymbolData non virtual.
2014-04-22 Kevin EnderbyFix the assembler to print a better relocatable express...
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-20 Zoran JovanovicMark alias symbols as microMIPS if necessary. Differe...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-05 Rafael EspindolaAlways print the implicit .text at the start of an...
2014-02-28 Sasa Stankovic[mips] Implement NaCl sandboxing of indirect jumps:
2014-01-28 David WoodhouseModify MCObjectStreamer EmitInstTo* interface
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-24 Rafael EspindolaSimplify the logic for deciding when to initialize...
2014-01-24 Rafael EspindolaInline functions that are only called once.
2014-01-23 Rafael EspindolaInitToTextSection is redundant with InitSections. Remov...
2014-01-23 Rafael EspindolaRemove duplicated info on what .text, .data and .bss...
2013-10-16 Rafael EspindolaMove .ident handling to MCStreamer.
2013-10-08 Rafael EspindolaAdd a MCTargetStreamer interface.
2013-10-05 Rafael EspindolaRemove some really nasty uses of hasRawTextSupport.
2013-09-19 Richard MittonAdded support for generate DWARF .debug_aranges section...
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-07-02 Rafael EspindolaRemove address spaces from MC.
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-02-19 Jack CarterELF symbol table field st_other support,
2013-01-31 Chandler CarruthFix a think-o in the condition here. =[ I would commit...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-07 Eli BenderskyAdd the align_to_end option to .bundle_lock in the...
2013-01-02 Chandler CarruthResort the #include lines in include/... and lib/....
2012-12-20 Eli BenderskyAligned bundling support. Following the discussion...
2012-12-16 Reed KotlerThis patch is needed to make c++ exceptions work for...
2012-12-08 Logan ChienFix Windows build breakage.
2012-12-07 Eli BenderskyLift EmitAssignment into MCObjectStreamer which gets...
2012-12-07 Logan ChienSplit MCELFStreamer into a header file.