aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCContext.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-1/+6
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-6/+1
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-1/+6
* It may not be an option to skip .debug_line if there are file reference in al...Devang Patel2010-12-031-3/+0
* tidy upChris Lattner2010-12-021-4/+4
* If tehre are not any line entry then do not try to emit .debug_line section.Devang Patel2010-12-021-0/+3
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-011-0/+7
* Fix Whitespace.Michael J. Spencer2010-11-261-12/+12
* Add a MCLineSectionOrder vector so that we produce the line tables in aRafael Espindola2010-11-191-1/+13
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-131-1/+3
* Initial comdat implementation.Rafael Espindola2010-11-111-2/+7
* Use MCSectionELF in places we know we have an ELF section.Rafael Espindola2010-11-101-3/+4
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-091-1/+0
* Revert previous patch. Missed a case.Rafael Espindola2010-11-091-0/+1
* Remove IsExplicit. It was always false.Rafael Espindola2010-11-091-1/+0
* Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby2010-10-041-3/+4
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-301-0/+4
* This is the second of three patches to implement support for the .loc directiveKevin Enderby2010-08-311-0/+12
* First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby2010-08-241-0/+21
* ELF entry size support.Matt Fleming2010-08-161-1/+2
* Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby2010-08-091-0/+3
* Remove unused variable.Benjamin Kramer2010-08-081-3/+0
* Stop leaking std::strings in GetDwarfFile.Benjamin Kramer2010-07-291-1/+1
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-281-0/+18
* Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby2010-06-281-0/+22
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-171-0/+18
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-071-2/+8
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-071-1/+4
* delete a forwarding function.Chris Lattner2010-04-081-1/+1
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-1/+5
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-081-0/+8
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-081-0/+15
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-13/+2
* fix GetOrCreateTemporarySymbol to require a name, clientsChris Lattner2010-03-171-3/+4
* fix a memory leak yjasskin pointed out: MCSymbol is bump pointerChris Lattner2010-03-151-2/+2
* add a new CreateTempSymbol method, the use case forChris Lattner2010-03-141-0/+4
* make the mangler take an MCContext instead of an MAI.Chris Lattner2010-03-121-1/+1
* change MCContext to always have an MCAsmInfo.Chris Lattner2010-03-111-1/+11
* eliminate MCContext::CreateSymbol and CreateTemporarySymbol.Chris Lattner2010-03-101-8/+5
* Fix various doxygen warnings.Dan Gohman2010-02-221-6/+4
* Pass StringRef by value.Daniel Dunbar2009-11-061-4/+4
* add a twine version of MCContext::GetOrCreateSymbol.Chris Lattner2009-10-191-0/+2
* MC: Move assembler variable values from MCContext to MCSymbol.Daniel Dunbar2009-10-161-27/+0
* MC: Switch MCContext value table to storing MCExprs.Daniel Dunbar2009-10-161-11/+19
* llvm-mc: Add some doxyment markers.Daniel Dunbar2009-08-311-1/+10
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-261-0/+2
* llvm-mc: Change MCContext value table to take const MCSymbol*s.Daniel Dunbar2009-08-261-9/+7
* sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple...Chris Lattner2009-08-131-10/+0
* add some comments: MCContext owns the MCSections, but it bump pointer allocatesChris Lattner2009-08-131-2/+3
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-081-2/+7