summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCContext.h
Commit message (Expand)AuthorAge
* ELF entry size support.Matt Fleming2010-08-16
* Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby2010-08-09
* Remove unused variable.Benjamin Kramer2010-08-08
* Stop leaking std::strings in GetDwarfFile.Benjamin Kramer2010-07-29
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-28
* Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby2010-06-28
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-17
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-07
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-07
* delete a forwarding function.Chris Lattner2010-04-08
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-08
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-08
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-08
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-30
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-17
* fix a memory leak yjasskin pointed out: MCSymbol is bump pointerChris Lattner2010-03-15
* add a new CreateTempSymbol method, the use case forChris Lattner2010-03-14
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-12
* change MCContext to always have an MCAsmInfo.Chris Lattner2010-03-11
* eliminate MCContext::CreateSymbol and CreateTemporarySymbol.Chris Lattner2010-03-10
* Fix various doxygen warnings.Dan Gohman2010-02-22
* Pass StringRef by value.Daniel Dunbar2009-11-06
* add a twine version of MCContext::GetOrCreateSymbol.Chris Lattner2009-10-19
* MC: Move assembler variable values from MCContext to MCSymbol.Daniel Dunbar2009-10-16
* MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar2009-10-16
* llvm-mc: Add some doxyment markers.Daniel Dunbar2009-08-31
* 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
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* 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
* llvm-mc: Diagnose misuse (mix) of defined symbols and labels.Daniel Dunbar2009-06-29
* 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
* Start sketching MCStreamer interface.Daniel Dunbar2009-06-23