Remove the MCSymbolData typedef.
[oota-llvm.git] / lib / MC / WinCOFFStreamer.cpp
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-29 Rafael EspindolaRename getOrCreateSymbolData to registerSymbol and...
2015-05-29 Rafael EspindolaMove Flags from MCSymbolData to MCSymbol.
2015-05-29 Rafael EspindolaMove common symbol related information from MCSectionDa...
2015-05-28 Benjamin KramerDon't call utostr in Twine/raw_ostream contexts.
2015-05-26 Rafael EspindolaReplace getOrCreateSectionData with registerSection.
2015-05-25 Rafael EspindolaStore a MCSection in MCFragment.
2015-05-21 Rafael EspindolaStop forwarding (get|set)Aligment from MCSectionData...
2015-05-21 Rafael EspindolaMove alignment from MCSectionData to MCSection.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-11-11 David MajnemerMC, COFF: Use relocations for function references insid...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-08 Timur IskhodzhanovFix COFF section index relocation should be 16 bits...
2014-10-08 David MajnemerCOFF: Don't oversize COMMON symbols when targeting...
2014-10-07 Saleem AbdulrasoolMC: add support for -aligncomm GNU extension
2014-09-21 David MajnemerMC: Support aligned COMMON symbols for COFF
2014-08-09 Saleem AbdulrasoolMC: cleanup includes
2014-06-29 Saleem AbdulrasoolMC: rename EmitWin64EH routines
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-05-22 Saleem AbdulrasoolMC: formalise some assertions into proper errors
2014-04-27 Rafael EspindolaMake getOrCreateSymbolData non virtual.
2014-04-27 Saleem AbdulrasoolMC: create X86WinCOFFStreamer for target specific behaviour
2014-04-27 Saleem AbdulrasoolMC: rename WinCOFFStreamer and move declaration out...
2014-04-27 Saleem AbdulrasoolMC: style tweaks to WinCOFFStreamer
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-16 Saleem AbdulrasoolCOFF: add support for .file symbols
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-08 David MajnemerWinCOFF: Emit common symbols as specified in the COFF...
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-04 Rafael EspindolaUse the default values.
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
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 trivial functions called only once or twice.
2014-01-23 Rafael EspindolaInitToTextSection is redundant with InitSections. Remov...
2014-01-23 Rafael EspindolaRemove duplicated info on what .text, .data and .bss...
2013-12-20 Timur Iskhodzhanovclang-format a couple of mis-formatted functions
2013-12-20 Timur Iskhodzhanov[COFF] Add support for the .secidx directive
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-02 Rafael EspindolaOutput .eh_frames on COFF too now that the integrated...
2013-11-25 Rafael EspindolaFix .comm and .lcomm on COFF.
2013-11-25 Rafael EspindolaRefactor to make the .bss, .data and .text sections...
2013-11-19 Rafael EspindolaSupport multiple COFF sections with the same name but...
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-06 Nico RieckMC: Implement COFF .linkonce directive
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-29 Michael J. Spencer[MC][COFF] Delay handling symbol aliases when writing
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
2013-01-03 Michael J. Spencer[MC][COFF] Switch the COFF streamer over to using the...
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 BenderskySome common functionality from WinCOFFStreamer::EmitAss...
2012-12-07 Eli BenderskyLift EmitAssignment into MCObjectStreamer which gets...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-10-04 Benjamin KramerHoist some grossly duplicated code from the COFF/ELF...
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-03-27 Craig TopperPrune some includes
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-12-24 Rafael EspindolaSection relative fixups are a coff concept, not a x86...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-05-22 Charles DavisImplement emission of all Win64 exception tables. Make...
2011-05-22 Charles DavisMake the COFF streamer emit unwind info when processing...
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.
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Rafael EspindolaDon't use PadSectionToAlignment on windows.
2010-12-02 Rafael EspindolaMove EmitValueToOffset to the ObjectStreamer.
2010-11-28 Rafael EspindolaMove EmitValue to MCObjectStreamer.
2010-11-28 Rafael EspindolaFixed verson of r120245.
2010-11-28 Rafael EspindolaRevert previous patch while I debug the darwin bootstra...
2010-11-28 Rafael EspindolaFactor some duplicated code into MCObjectStreamer:...
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-16 Rafael EspindolaAdd .loc methods to the streamer.
2010-11-05 Jim GrosbachMC'ize the '.code 16' and '.thumb_func' ARM directives.
2010-11-01 Rafael EspindolaMove EmitInstruction to MCObjectStreamer so that ELF...
2010-10-16 Michael J. SpencerMC-COFF: Add support for default-null weak externals.
2010-10-09 Michael J. SpencerMC-COFF: Implement InitSections. Fixes PR8335.
2010-10-09 Michael J. SpencerMC-COFF: Assert on non-coff sections.
2010-10-07 NAKAMURA TakumiMinor cosmetic change: fix DOSish \r\n.
2010-10-07 Michael J. SpencerMC-COFF: Fix symbol aliases. Fixes PR8251.
2010-09-22 Rafael EspindolaAvoid some Mach-O specific alignment being done on...
2010-09-15 Rafael EspindolaAdd a InitSections method to the streamer interface.
2010-08-25 Michael J. SpencerMC: Fix inconsistant naming in COFF object writer....
next