aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/MCContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-181-0/+6
* MCContext.cpp: Fixup for my odd previous commit. No functional changes.NAKAMURA Takumi2012-07-031-1/+1
* MCContext::GetDwarfFile(): Make FileName parsing tolerant of DOSish pathsep w...NAKAMURA Takumi2012-07-031-5/+5
* Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-261-0/+19
* Add SourceMgr to MCContext for backend diagnostics.Jim Grosbach2012-01-261-2/+2
* Fixed a bug in the code to create a dwarf file and directory table entires whenKevin Enderby2011-11-011-2/+4
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-011-0/+2
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-15/+18
* Hoist vector.size() computation out of the loop. No functionality change.Nick Lewycky2011-10-121-1/+2
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-5/+2
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-2/+3
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-2/+4
* Make the StringMaps attached to MCContext use the MCContext's allocator; Eli Friedman2011-04-181-1/+3
* Don't store Twine temporaries, it's not safe.Benjamin Kramer2011-04-091-8/+6
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-281-3/+6
* Remove duplicated code.Rafael Espindola2011-01-231-1/+2
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-101-2/+6
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-101-3/+2
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-091-2/+3
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-011-10/+35
* Fix Whitespace.Michael J. Spencer2010-11-261-14/+14
* Add .loc methods to the streamer.Rafael Espindola2010-11-161-1/+1
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-131-1/+1
* Initial comdat implementation.Rafael Espindola2010-11-111-2/+20
* Use MCSectionELF in places we know we have an ELF section.Rafael Espindola2010-11-101-2/+1
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-091-2/+2
* Revert previous patch. Missed a case.Rafael Espindola2010-11-091-2/+2
* Remove IsExplicit. It was always false.Rafael Espindola2010-11-091-2/+2
* Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby2010-10-041-7/+3
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-301-0/+4
* This is the second of three patches to implement support for the .loc directiveKevin Enderby2010-08-311-1/+1
* First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby2010-08-241-1/+17
* Add ELF ObjectWriter and Streamer support.Matt Fleming2010-08-161-2/+2
* Next bit of support for the dwarf .file directive. This patch takes theKevin Enderby2010-08-091-1/+6
* Stop leaking std::strings in GetDwarfFile.Benjamin Kramer2010-07-291-8/+8
* Added first bit of support for the dwarf .file directive. This patch collectsKevin Enderby2010-07-281-0/+61
* Convert some tab stops into spaces.Duncan Sands2010-07-121-2/+2
* Added the darwin .secure_log_unique and .secure_log_reset directives.Kevin Enderby2010-06-281-0/+7
* 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