aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Simplify MCContext::(Next|Get)InstanceBenjamin Kramer2010-05-181-24/+8
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-171-0/+45
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-071-4/+7
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-071-1/+20
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-2/+26
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-081-2/+46
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-12/+8
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-171-11/+0
* fix a memory leak yjasskin pointed out: MCSymbol is bump pointerChris Lattner2010-03-151-10/+14
* add a new CreateTempSymbol method, the use case forChris Lattner2010-03-141-0/+6
* enhance MCContext::GetOrCreateTemporarySymbol() to create a new symbolChris Lattner2010-03-111-0/+6
* change MCContext to always have an MCAsmInfo.Chris Lattner2010-03-111-1/+1
* empty symbols aren't possible, the mcsymbol ctor aborts on them.Chris Lattner2010-03-111-4/+0
* Remove unneeded includes.Daniel Dunbar2010-03-101-1/+0
* eliminate MCContext::CreateSymbol and CreateTemporarySymbol.Chris Lattner2010-03-101-11/+10
* Pass StringRef by value.Daniel Dunbar2009-11-061-4/+4
* add a twine version of MCContext::GetOrCreateSymbol.Chris Lattner2009-10-191-1/+9
* MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar2009-10-161-17/+0
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-261-1/+0
* llvm-mc: Change MCContext value table to take const MCSymbol*s.Daniel Dunbar2009-08-261-4/+4
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-131-5/+0
* add some comments: MCContext owns the MCSections, but it bump pointer allocatesChris Lattner2009-08-131-0/+2
* split MCSection stuff out to its own .cpp file, add a newChris Lattner2009-07-311-12/+0
* create sections with MCSection::Create instead of Context->getOrCreateSection.Chris Lattner2009-07-311-8/+15
* Move MCContext and friends to StringRef based APIs.Daniel Dunbar2009-07-271-6/+6
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-241-17/+6
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-241-0/+14
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-241-5/+5
* Update for MCImm -> MCValue rename.Daniel Dunbar2009-06-231-5/+5
* Start flushing out MCContext.Daniel Dunbar2009-06-231-0/+77