summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename WinCodeViewLineTables to CodeViewDebug, similar to DwarfDebugReid Kleckner2016-01-141-416/+0
* [codeview] Regenerate C++ display name test case and update commentsReid Kleckner2016-01-141-4/+2
* [codeview] Share more enums across the writer and the dumperReid Kleckner2016-01-131-6/+14
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-131-3/+2
* [CodeView] Mark our lines as statements, not expressionsDavid Majnemer2016-01-131-3/+18
* [CodeView] Initialize column-end to zeroDavid Majnemer2016-01-121-1/+1
* Use std::string instead of strdup() and free() in WinCodeViewLineTablesReid Kleckner2015-12-021-6/+5
* Fix some comment typos.Benjamin Kramer2015-08-081-1/+1
* [CodeView] Add support for emitting column informationDavid Majnemer2015-07-091-7/+23
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-3/+3
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-9/+9
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-3/+3
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-33/+33
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-1/+1
* DebugInfo: Gut DIScope, DIEnumerator and DISubrangeDuncan P. N. Exon Smith2015-04-161-3/+3
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-1/+1
* CodeGen: Stop using DIDescriptor::is*() and auto-castingDuncan P. N. Exon Smith2015-04-061-4/+3
* CodeGen: Use the new DebugLoc API, NFCDuncan P. N. Exon Smith2015-03-301-8/+6
* Remove superfluous .str() and replace std::string concatenation with Twine.Yaron Keren2015-03-271-1/+1
* AsmPrinter: Check subprogram before using itDuncan P. N. Exon Smith2015-03-201-2/+5
* Use the existing begin and end symbol for debug info.Rafael Espindola2015-03-051-4/+1
* Temporary fix for PR21528 - use mangled C++ function names in COFF debug info...Timur Iskhodzhanov2014-11-121-1/+8
* [COFF] Make it clearer that the symbols subsection holds function display nam...Timur Iskhodzhanov2014-11-121-1/+1
* Fix PR21189 -- Emit symbol subsection required to debug LLVM-built binaries w...Timur Iskhodzhanov2014-10-241-9/+47
* Reorder functions in WinCodeViewLineTables.cpp [NFC]Timur Iskhodzhanov2014-10-101-51/+53
* Fix a small typo, NFCTimur Iskhodzhanov2014-10-101-1/+1
* Fix COFF section index relocation should be 16 bits, not 32Timur Iskhodzhanov2014-10-081-0/+2
* The count() function for STL datatypes returns unsigned, even where it'sYaron Keren2014-06-201-1/+1
* Convert more loops to range-based equivalentsAlexey Samsonov2014-04-301-9/+8
* [C++] Use 'nullptr'.Craig Topper2014-04-281-1/+1
* [C++] Use 'nullptr'.Craig Topper2014-04-241-4/+4
* Follow-up to r204790: don't try to emit line tables if there are no functions...Timur Iskhodzhanov2014-03-261-2/+9
* Fix PR19239 - Add support for generating debug info for functions without lex...Timur Iskhodzhanov2014-03-261-15/+11
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-301-0/+333
* Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi2014-01-291-323/+0
* Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov2014-01-281-0/+323
OpenPOWER on IntegriCloud