tidy up
[oota-llvm.git] / include / llvm / MC / MCContext.h
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.