aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCContext.cpp
AgeCommit message (Expand)Author
2011-03-28MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar
2011-01-23Remove duplicated code.Rafael Espindola
2010-12-10Fixed version of 121434 with no new memory leaks.Rafael Espindola
2010-12-10Revert my previous patch to make the valgrind bots happy.Rafael Espindola
2010-12-09Initial support for the cfi directives. This is just enough to getRafael Espindola
2010-12-01Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola
2010-11-26Fix Whitespace.Michael J. Spencer
2010-11-16Add .loc methods to the streamer.Rafael Espindola
2010-11-13Parse and remember discriminators in .loc line. I try to output them withRafael Espindola
2010-11-11Initial comdat implementation.Rafael Espindola
2010-11-10Use MCSectionELF in places we know we have an ELF section.Rafael Espindola
2010-11-09Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola
2010-11-09Revert previous patch. Missed a case.Rafael Espindola
2010-11-09Remove IsExplicit. It was always false.Rafael Espindola
2010-10-04Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby
2010-09-30Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung
2010-08-31This is the second of three patches to implement support for the .loc directiveKevin Enderby
2010-08-24First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby
2010-08-16Add ELF ObjectWriter and Streamer support.Matt Fleming
2010-08-09Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby
2010-07-29Stop leaking std::strings in GetDwarfFile.Benjamin Kramer
2010-07-28Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-06-28Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby
2010-05-18Simplify MCContext::(Next|Get)InstanceBenjamin Kramer
2010-05-17Added support in MC for Directional Local Labels.Kevin Enderby
2010-05-07add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner
2010-05-07switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner
2010-04-08move elf section uniquing to MCContext. Along the wayChris Lattner
2010-04-08move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner
2010-03-30Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner
2010-03-17fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner
2010-03-15fix a memory leak yjasskin pointed out: MCSymbol is bump pointerChris Lattner
2010-03-14add a new CreateTempSymbol method, the use case forChris Lattner
2010-03-11enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbolChris Lattner
2010-03-11change MCContext to always have an MCAsmInfo.Chris Lattner
2010-03-11empty symbols aren't possible, the mcsymbol ctor aborts on them.Chris Lattner
2010-03-10Remove unneeded includes.Daniel Dunbar
2010-03-10eliminate MCContext::CreateSymbol and CreateTemporarySymbol.Chris Lattner
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-10-19add a twine version of MCContext::GetOrCreateSymbol.Chris Lattner
2009-10-16MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar
2009-08-26llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar
2009-08-26llvm-mc: Change MCContext value table to take const MCSymbol*s.Daniel Dunbar
2009-08-13sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner
2009-08-13add some comments: MCContext owns the MCSections, but it bump pointer allocatesChris Lattner
2009-07-31split MCSection stuff out to its own .cpp file, add a newChris Lattner
2009-07-31create sections with MCSection::Create instead of Context->getOrCreateSection.Chris Lattner
2009-07-27Move MCContext and friends to StringRef based APIs.Daniel Dunbar
2009-06-24We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar