aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCContext.cpp
AgeCommit message (Expand)Author
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
2009-06-24add trivial support for passing label definitions through the MCStreamer.Chris Lattner
2009-06-24Start MCAsmStreamer implementation.Daniel Dunbar
2009-06-23Update for MCImm -> MCValue rename.Daniel Dunbar
2009-06-23Start flushing out MCContext.Daniel Dunbar