Remove the MCSymbolData typedef.
[oota-llvm.git] / lib / MC / MCMachOStreamer.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 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-27 Rafael EspindolaRename and move getCurrentSectionData.
2015-05-27 Rafael EspindolaThere is only one current section.
2015-05-27 Rafael EspindolaDelete MCSectionData.
2015-05-26 Rafael EspindolaReplace getOrCreateSectionData with registerSection.
2015-05-26 Rafael EspindolaHave getCurrentSectionData return a MCSection.
2015-05-26 Rafael EspindolaRemove most uses of MCSectionData from MCAssembler.
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-20 Duncan P. N. Exon... MC: Remove most remaining uses of MCSymbolData::getSymb...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-16 Duncan P. N. Exon... MC: Change MCFragment::Atom to an MCSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Change MCAssembler::Symbols to store MCSymbol, NFC
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-06-24 Rafael EspindolaPrint a=b as an assignment.
2014-05-12 Rafael EspindolaRemove an always true argument.
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-29 Tim NorthoverMachO: allow each section to have a linker-private...
2014-03-18 Jim GrosbachDarwin: Add assembler directives to create version...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
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 EspindolaMost streamers' InitSections just create a text section...
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-09-09 Bill WendlingCall generateCompactUnwindEncodings() right before...
2013-09-09 Bill WendlingGenerate compact unwind encoding from CFI directives.
2013-09-04 Bill WendlingAdd missing header line.
2013-08-09 Saleem Abdulrasool[CodeGen] prevent abnormal on invalid attributes
2013-08-07 Eric ChristopherFix a FIXME, on darwin all virtual sections have a...
2013-04-17 Peter CollingbourneAdd support for subsections to the ELF assembler. Fixes...
2013-01-31 Chandler CarruthGive the MCStreamer class hierarchy LLVM RTTI facilitie...
2013-01-18 Daniel Dunbar[MC/Mach-O] Add support for linker options in Mach...
2013-01-14 Eli BenderskyExpose an InitToTextSection through MCStreamer.
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-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-10-01 Jim GrosbachMachO: direct-to-object attribute for data-in-code...
2012-09-07 Benjamin KramerMC: Overhaul handling of .lcomm
2012-06-22 Evan ChengEmitZerofill should take a 64-bit size or else it's...
2012-05-18 Jim GrosbachRefactor data-in-code annotations.
2012-02-07 Craig TopperConvert assert(0) to llvm_unreachable
2012-01-18 Jim GrosbachTidy up. MCAsmBackend naming conventions.
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2012-01-07 Rafael EspindolaSplit Finish into Finish and FinishImpl to have a commo...
2011-11-28 Jim GrosbachRemove obsolete FIXME.
2011-09-01 Benjamin KramerDon't drop alignment info on local common symbols.
2011-07-27 Evan ChengSupport .code32 and .code64 in X86 assembler.
2011-07-25 Evan ChengRename TargetAsmBackend to MCAsmBackend; rename createA...
2011-07-25 Chandler CarruthAdd a missing enumerator to this switch. Currently...
2011-07-25 Jim GrosbachMove some ELF directives into ELF asm parser.
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-14 Evan ChengUnfortunately several files in MC are badly violating...
2011-05-10 Rafael EspindolaFactor some code into a new EmitFrames method.
2011-05-01 Rafael EspindolaAdd r130623 back now that ELF has been fixed to work...
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Rafael EspindolaEnable CFI on OS X.
2011-04-30 Rafael EspindolaHandle PrivateExtern eh symbols.
2011-04-28 Rafael EspindolaMark the EH symbol global or weak if the corresponding...
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-29 Daniel DunbarMC/Mach-O/Thumb: Set the thumb bit in the symbol table.
2010-12-14 Jim GrosbachARM Fixups relative to thumb functions need to have...
2010-12-10 Rafael EspindolaFixed version of 121434 with no new memory leaks.
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
2010-12-09 Rafael EspindolaInitial support for the cfi directives. This is just...
2010-12-08 Jim GrosbachLet target asm backends see assembler flags as they...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-03 Rafael EspindolaTry to resolve symbol differences early, and if success...
2010-12-02 Rafael EspindolaMove EmitValueToOffset to the ObjectStreamer.
2010-12-02 Rafael EspindolaAdd EmitInstToFragment to the generic object streamer.
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-19 Kevin EnderbyAdded support for the Mach-O .symbol_resolver directive...
next