aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/WinCodeViewLineTables.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-11-12Temporary fix for PR21528 - use mangled C++ function names in COFF debug info...Timur Iskhodzhanov1-1/+8
2014-11-12[COFF] Make it clearer that the symbols subsection holds function display nam...Timur Iskhodzhanov1-1/+1
2014-10-24Fix PR21189 -- Emit symbol subsection required to debug LLVM-built binaries w...Timur Iskhodzhanov1-9/+47
2014-10-10Reorder functions in WinCodeViewLineTables.cpp [NFC]Timur Iskhodzhanov1-51/+53
2014-10-10Fix a small typo, NFCTimur Iskhodzhanov1-1/+1
2014-10-08Fix COFF section index relocation should be 16 bits, not 32Timur Iskhodzhanov1-0/+2
2014-06-20The count() function for STL datatypes returns unsigned, even where it'sYaron Keren1-1/+1
2014-04-30Convert more loops to range-based equivalentsAlexey Samsonov1-9/+8
2014-04-28[C++] Use 'nullptr'.Craig Topper1-1/+1
2014-04-24[C++] Use 'nullptr'.Craig Topper1-4/+4
2014-03-26Follow-up to r204790: don't try to emit line tables if there are no functions...Timur Iskhodzhanov1-2/+9
2014-03-26Fix PR19239 - Add support for generating debug info for functions without lex...Timur Iskhodzhanov1-15/+11
2014-01-30Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov1-0/+333
2014-01-29Revert r200340, "Add line table debug info to COFF files when using a win32 t...NAKAMURA Takumi1-323/+0
2014-01-28Add line table debug info to COFF files when using a win32 triple.Timur Iskhodzhanov1-0/+323