summaryrefslogtreecommitdiff
path: root/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAge
...
* add a new CreateTempSymbol method, the use case forChris Lattner2010-03-14
* enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbolChris Lattner2010-03-11
* change MCContext to always have an MCAsmInfo.Chris Lattner2010-03-11
* empty symbols aren't possible, the mcsymbol ctor aborts on them.Chris Lattner2010-03-11
* Remove unneeded includes.Daniel Dunbar2010-03-10
* eliminate MCContext::CreateSymbol and CreateTemporarySymbol.Chris Lattner2010-03-10
* Pass StringRef by value.Daniel Dunbar2009-11-06
* add a twine version of MCContext::GetOrCreateSymbol.Chris Lattner2009-10-19
* MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar2009-10-16
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-26
* llvm-mc: Change MCContext value table to take const MCSymbol*s.Daniel Dunbar2009-08-26
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-13
* add some comments: MCContext owns the MCSections, but it bump pointer allocatesChris Lattner2009-08-13
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-31
* create sections with MCSection::Create instead of Context->getOrCreateSection.Chris Lattner2009-07-31
* Move MCContext and friends to StringRef based APIs.Daniel Dunbar2009-07-27
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-24
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-24
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-24
* Update for MCImm -> MCValue rename.Daniel Dunbar2009-06-23
* Start flushing out MCContext.Daniel Dunbar2009-06-23