aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCContext.h
Commit message (Expand)AuthorAgeFilesLines
* MC: Implement COFF .linkonce directiveNico Rieck2013-07-061-7/+6
* Use pointers to the MCAsmInfo and MCRegInfo.Bill Wendling2013-06-181-5/+5
* Replace use of PathV1.h in MCContext.cpp.Rafael Espindola2013-06-141-2/+3
* Debug Info: use SmallVector instead of std::vector in MCDwarfDirsCUMap and MC...Manman Ren2013-03-121-4/+5
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-071-9/+20
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-051-0/+23
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-161-0/+7
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-181-0/+11
* Prepare LLVM to fix PR14625, exposing a hook in MCContext to manage theChandler Carruth2012-12-171-0/+13
* Make the MCStreamer have a reset method and call that after finalization of t...Pedro Artigas2012-12-121-9/+6
* fixed valgrind issues of prior commit, this change applies r169456 changes ba...Pedro Artigas2012-12-061-1/+17
* Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi2012-12-061-11/+0
* change MCContext to work on the doInitialization/doFinalization modelPedro Artigas2012-12-061-0/+11
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Avoid symbol name clash when filling TOC.Roman Divacky2012-09-181-0/+1
* Make use of the LLVM_DELETED_FUNCTION macro.Craig Topper2012-08-291-2/+2
* Refactor data-in-code annotations.Jim Grosbach2012-05-181-0/+4
* Prune some includes and forward declarations.Craig Topper2012-03-261-1/+1
* Add simple support for keeping MCFixup source information.Jim Grosbach2012-01-261-0/+7
* Add SourceMgr to MCContext for backend diagnostics.Jim Grosbach2012-01-261-1/+5
* This is the matching change for the data structure name changes for theKevin Enderby2012-01-101-7/+7
* The second part of support for generating dwarf for assembly source files. ThisKevin Enderby2011-12-091-0/+28
* First part of support for generating dwarf for assembly source files with theKevin Enderby2011-11-011-0/+18
* Add support for a new extension to the .file directive:Nick Lewycky2011-10-171-1/+2
* Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc.Evan Cheng2011-07-201-6/+1
* Add MCObjectFileInfo and sink the MCSections initialization code fromEvan Cheng2011-07-201-1/+7
* Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng2011-07-181-1/+8
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-151-1/+12
* Revert 133010. Self-hosted buildbot unhappy.Jim Grosbach2011-06-141-12/+1
* Diagnostic for undefined assembler local symbols.Jim Grosbach2011-06-141-1/+12
* Make the StringMaps attached to MCContext use the MCContext's allocator; Eli Friedman2011-04-181-8/+8
* MC: Add support for disabling "temporary label" behavior. Useful for debuggingDaniel Dunbar2011-03-281-0/+7
* 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