Revert previous patch. Missed a case.
[oota-llvm.git] / lib / MC / MCContext.cpp
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 Jan Wen VoungMove logic of determining ELF entsize from the .s print...
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 FlemingAdd ELF ObjectWriter and Streamer support.
2010-08-09 Kevin EnderbyNext bit of support for the dwarf .file directive....
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-07-12 Duncan SandsConvert some tab stops into spaces.
2010-06-28 Kevin EnderbyAdded the darwin .secure_log_unique and .secure_log_res...
2010-05-18 Benjamin KramerSimplify MCContext::(Next|Get)Instance
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 Lattnermove elf section uniquing to MCContext. Along the way
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-11 Chris Lattnerenhance MCContext::GetOrCreateTemporarySymbol() to...
2010-03-11 Chris Lattnerchange MCContext to always have an MCAsmInfo.
2010-03-11 Chris Lattnerempty symbols aren't possible, the mcsymbol ctor aborts...
2010-03-10 Daniel DunbarRemove unneeded includes.
2010-03-10 Chris Lattnereliminate MCContext::CreateSymbol and CreateTemporarySy...
2009-11-06 Daniel DunbarPass StringRef by value.
2009-10-19 Chris Lattneradd a twine version of MCContext::GetOrCreateSymbol.
2009-10-16 Daniel DunbarMC: Switch MCContext value table to storing MCExprs.
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-07-31 Chris Lattnersplit MCSection stuff out to its own .cpp file, add...
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-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.