This is the matching change for the data structure name changes for the
[oota-llvm.git] / include / llvm / MC / MCContext.h
2012-01-10 Kevin EnderbyThis is the matching change for the data structure...
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-11-01 Kevin EnderbyFirst part of support for generating dwarf for assembly...
2011-10-17 Nick LewyckyAdd support for a new extension to the .file directive:
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-06-15 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-06-14 Jim GrosbachRevert 133010. Self-hosted buildbot unhappy.
2011-06-14 Jim GrosbachDiagnostic for undefined assembler local symbols.
2011-04-18 Eli FriedmanMake the StringMaps attached to MCContext use the MCCon...
2011-03-28 Daniel DunbarMC: Add support for disabling "temporary label" behavio...
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-03 Devang PatelIt may not be an option to skip .debug_line if there...
2010-12-02 Chris Lattnertidy up
2010-12-02 Devang PatelIf tehre are not any line entry then do not try to...
2010-12-01 Rafael EspindolaRename temporary symbols if they conflict with artifici...
2010-11-26 Michael J. SpencerFix Whitespace.
2010-11-19 Rafael EspindolaAdd a MCLineSectionOrder vector so that we produce...
2010-11-13 Rafael EspindolaParse and remember discriminators in .loc line. I try...
2010-11-11 Rafael EspindolaInitial comdat implementation.
2010-11-10 Rafael EspindolaUse MCSectionELF in places we know we have an ELF section.
2010-11-09 Rafael EspindolaFixed version of 118639 with an extra assert to catch...
2010-11-09 Rafael EspindolaRevert previous patch. Missed a case.
2010-11-09 Rafael EspindolaRemove IsExplicit. It was always false.
2010-10-04 Kevin EnderbyIncorporate suggestions by Daniel Dunbar after his...
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-08-31 Kevin EnderbyThis is the second of three patches to implement suppor...
2010-08-24 Kevin EnderbyFirst bit of support for the dwarf .loc directive....
2010-08-16 Matt FlemingELF entry size support.
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
2010-08-08 Benjamin KramerRemove unused variable.
2010-07-29 Benjamin KramerStop leaking std::strings in GetDwarfFile.
2010-07-28 Kevin EnderbyAdded first bit of support for the dwarf .file directiv...
2010-06-28 Kevin EnderbyAdded the darwin .secure_log_unique and .secure_log_res...
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-07 Chris Lattneradd COFF support for COMDAT sections, patch by Nathan...
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-04-08 Chris Lattnerdelete a forwarding function.
2010-04-08 Chris Lattnermove elf section uniquing to MCContext. Along the way
2010-04-08 Chris Lattnerremove the TargetLoweringObjectFileMachO::getMachoSection
2010-04-08 Chris Lattnermove macho section uniquing from MCParser and TLOF...
2010-03-30 Chris LattnerRip out the 'is temporary' nonsense from the MCContext...
2010-03-17 Chris Lattnerfix GetOrCreateTemporarySymbol to require a name, clients
2010-03-15 Chris Lattnerfix a memory leak yjasskin pointed out: MCSymbol is...
2010-03-14 Chris Lattneradd a new CreateTempSymbol method, the use case for
2010-03-12 Chris Lattnermake the mangler take an MCContext instead of an MAI.
2010-03-11 Chris Lattnerchange MCContext to always have an MCAsmInfo.
2010-03-10 Chris Lattnereliminate MCContext::CreateSymbol and CreateTemporarySy...
2010-02-22 Dan GohmanFix various doxygen warnings.
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-19 Chris Lattneradd a twine version of MCContext::GetOrCreateSymbol.
2009-10-16 Daniel DunbarMC: Move assembler variable values from MCContext to...
2009-10-16 Daniel DunbarMC: Switch MCContext value table to storing MCExprs.
2009-08-31 Daniel Dunbarllvm-mc: Add some doxyment markers.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Daniel Dunbarllvm-mc: Change MCContext value table to take const...
2009-08-13 Chris Lattnersink uniquing of sections out of MCContext into the...
2009-08-13 Chris Lattneradd some comments: MCContext owns the MCSections, but...
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-07-31 Chris Lattnercreate sections with MCSection::Create instead of Conte...
2009-07-27 Daniel DunbarMove MCContext and friends to StringRef based APIs.
2009-06-29 Daniel Dunbarllvm-mc: Diagnose misuse (mix) of defined symbols and...
2009-06-24 Daniel DunbarWe decided to not worry about Atoms for now, it should...
2009-06-24 Chris Lattneradd trivial support for passing label definitions throu...
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.
2009-06-23 Daniel DunbarUpdate for MCImm -> MCValue rename.
2009-06-23 Daniel DunbarStart flushing out MCContext.
2009-06-23 Daniel DunbarStart sketching MCStreamer interface.