summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCContext.h
Commit message (Expand)AuthorAge
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-20
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-20
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-18
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-15
* Revert 133010. Self-hosted buildbot unhappy.Jim Grosbach2011-06-14
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-14
* Make the StringMaps attached to MCContext use the MCContext's allocator; Eli Friedman2011-04-18
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-28
* Fixed version of 121434 with no new memory leaks.Rafael Espindola2010-12-10
* Revert my previous patch to make the valgrind bots happy.Rafael Espindola2010-12-10
* Initial support for the cfi directives. This is just enough to getRafael Espindola2010-12-09
* It may not be an option to skip .debug_line if there are file reference in al...Devang Patel2010-12-03
* tidy upChris Lattner2010-12-02
* If tehre are not any line entry then do not try to emit .debug_line section.Devang Patel2010-12-02
* Rename temporary symbols if they conflict with artificial symbols createdRafael Espindola2010-12-01
* Fix Whitespace.Michael J. Spencer2010-11-26
* Add a MCLineSectionOrder vector so that we produce the line tables in aRafael Espindola2010-11-19
* Parse and remember discriminators in .loc line. I try to output them withRafael Espindola2010-11-13
* Initial comdat implementation.Rafael Espindola2010-11-11
* Use MCSectionELF in places we know we have an ELF section.Rafael Espindola2010-11-10
* Fixed version of 118639 with an extra assert to catch similar problemsRafael Espindola2010-11-09
* Revert previous patch. Missed a case.Rafael Espindola2010-11-09
* Remove IsExplicit. It was always false.Rafael Espindola2010-11-09
* Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel!Kevin Enderby2010-10-04
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-30
* This is the second of three patches to implement support for the .loc directiveKevin Enderby2010-08-31
* First bit of support for the dwarf .loc directive. This patch updates theKevin Enderby2010-08-24
* 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