summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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