Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix PR19239 - Add support for generating debug info for functions without ↵ | Timur Iskhodzhanov | 2014-03-26 | 1 | -1/+1 |
| | | | | | | lexical scopes and/or debug info at all llvm-svn: 204790 | ||||
* | [C++11] Add 'override' keyword to virtual methods that override their base ↵ | Craig Topper | 2014-03-08 | 1 | -6/+6 |
| | | | | | | class. llvm-svn: 203339 | ||||
* | [Layering] Move DebugInfo.h into the IR library where its implementation | Chandler Carruth | 2014-03-06 | 1 | -1/+1 |
| | | | | | | already lives. llvm-svn: 203046 | ||||
* | [Layering] Move DebugLoc.h into the IR library. The implementation | Chandler Carruth | 2014-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | already lived there and it is where it belongs -- this is the in-memory debug location representation. This is just cleanup -- Modules can actually cope with this, but that doesn't make it right. After chatting with folks that have out-of-tree stuff, going ahead and moving the rest of the headers seems preferable. llvm-svn: 202960 | ||||
* | [cleanup] Re-sort all the includes with utils/sort_includes.py. | Chandler Carruth | 2014-03-04 | 1 | -2/+2 |
| | | | | llvm-svn: 202811 | ||||
* | Reland r200340 - 'Add line table debug info to COFF files when using a win32 ↵ | Timur Iskhodzhanov | 2014-01-30 | 1 | -0/+144 |
| | | | | | | | | 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 | -144/+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/+144 |
Reviewed at http://llvm-reviews.chandlerc.com/D2232 llvm-svn: 200340 |