Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Temporary fix for PR21528 - use mangled C++ function names in COFF debug ↵ | Timur Iskhodzhanov | 2014-11-12 | 1 | -1/+8 |
| | | | | | | info to un-break ASan on Windows llvm-svn: 221813 | ||||
* | [COFF] Make it clearer that the symbols subsection holds function display ↵ | Timur Iskhodzhanov | 2014-11-12 | 1 | -1/+1 |
| | | | | | | name rather than just name llvm-svn: 221812 | ||||
* | Fix PR21189 -- Emit symbol subsection required to debug LLVM-built binaries ↵ | Timur Iskhodzhanov | 2014-10-24 | 1 | -9/+47 |
| | | | | | | | | with VS2012+ Reviewed at http://reviews.llvm.org/D5772 llvm-svn: 220544 | ||||
* | Reorder functions in WinCodeViewLineTables.cpp [NFC] | Timur Iskhodzhanov | 2014-10-10 | 1 | -51/+53 |
| | | | | | | This helps read the comments and understand the code in a natural order llvm-svn: 219508 | ||||
* | Fix a small typo, NFC | Timur Iskhodzhanov | 2014-10-10 | 1 | -1/+1 |
| | | | | llvm-svn: 219492 | ||||
* | Fix COFF section index relocation should be 16 bits, not 32 | Timur Iskhodzhanov | 2014-10-08 | 1 | -0/+2 |
| | | | | | | | Original patch by Andrey Guskov! http://reviews.llvm.org/D5651 llvm-svn: 219327 | ||||
* | The count() function for STL datatypes returns unsigned, even where it's | Yaron Keren | 2014-06-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | only 1/0 result like std::set. Some of the LLVM ADT already return unsigned count(), while others still return bool count(). In continuation to r197879, this patch modifies DenseMap, DenseSet, ScopedHashTable, ValueMap:: count() to return size_type instead of bool, 1 instead of true and 0 instead of false. size_type is typedef-ed locally within each class to size_t. http://reviews.llvm.org/D4018 Reviewed by dblaikie. llvm-svn: 211350 | ||||
* | Convert more loops to range-based equivalents | Alexey Samsonov | 2014-04-30 | 1 | -9/+8 |
| | | | | llvm-svn: 207714 | ||||
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-28 | 1 | -1/+1 |
| | | | | llvm-svn: 207394 | ||||
* | [C++] Use 'nullptr'. | Craig Topper | 2014-04-24 | 1 | -4/+4 |
| | | | | llvm-svn: 207083 | ||||
* | Follow-up to r204790: don't try to emit line tables if there are no ↵ | Timur Iskhodzhanov | 2014-03-26 | 1 | -2/+9 |
| | | | | | | functions with DI in the TU llvm-svn: 204795 | ||||
* | Fix PR19239 - Add support for generating debug info for functions without ↵ | Timur Iskhodzhanov | 2014-03-26 | 1 | -15/+11 |
| | | | | | | lexical scopes and/or debug info at all llvm-svn: 204790 | ||||
* | Reland r200340 - 'Add line table debug info to COFF files when using a win32 ↵ | Timur Iskhodzhanov | 2014-01-30 | 1 | -0/+333 |
| | | | | | | | | triple' This incorporates a couple of fixes reviewed at http://llvm-reviews.chandlerc.com/D2651 llvm-svn: 200440 | ||||
* | Revert r200340, "Add line table debug info to COFF files when using a win32 ↵ | NAKAMURA Takumi | 2014-01-29 | 1 | -323/+0 |
| | | | | | | | | triple." It was incompatible with --target=i686-win32. llvm-svn: 200375 | ||||
* | Add line table debug info to COFF files when using a win32 triple. | Timur Iskhodzhanov | 2014-01-28 | 1 | -0/+323 |
Reviewed at http://llvm-reviews.chandlerc.com/D2232 llvm-svn: 200340 |