Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove this test. There are other, duplicates, in the clang test suite. | Eric Christopher | 2011-08-19 | 1 | -21/+0 |
| | | | | llvm-svn: 138084 | ||||
* | Fix test case. | Devang Patel | 2011-08-17 | 1 | -1/+2 |
| | | | | llvm-svn: 137847 | ||||
* | Robustify test. | Devang Patel | 2011-08-17 | 1 | -4/+8 |
| | | | | llvm-svn: 137845 | ||||
* | Support for nested functions/classes in debug output. (Again.) Radar 7424645. | Stuart Hastings | 2010-06-11 | 1 | -1/+3 |
| | | | | llvm-svn: 105828 | ||||
* | Revert 105492 & 105493 due to a testcase regression. Radar 7424645. | Stuart Hastings | 2010-06-05 | 1 | -3/+1 |
| | | | | llvm-svn: 105511 | ||||
* | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings | 2010-06-04 | 1 | -1/+3 |
| | | | | llvm-svn: 105492 | ||||
* | Revert 104841, 104842, 104876 due to buildbot failures. Radar 7424645. | Stuart Hastings | 2010-05-28 | 1 | -3/+1 |
| | | | | llvm-svn: 104953 | ||||
* | Support for nested functions/classes in debug output. Radar 7424645. | Stuart Hastings | 2010-05-27 | 1 | -1/+3 |
| | | | | llvm-svn: 104841 | ||||
* | Reverting 100530 & 100531 due to regressions in the GDB test suite. | Stuart Hastings | 2010-04-06 | 1 | -3/+1 |
| | | | | llvm-svn: 100563 | ||||
* | Revise debug info machinery to digest nested functions and classes. | Stuart Hastings | 2010-04-06 | 1 | -1/+3 |
| | | | | | | | | | | | A certain GDB testsuite case (local.cc) has a function nested inside a class nested inside another function. GCC presents the innermost function to llvm-convert first. Heretofore, the debug info mistakenly placed the inner function at module scope. This patch walks the GCC context links and instantiates the outer class and function so the debug info is properly nested. Radar 7426545. llvm-svn: 100530 | ||||
* | Start using DIFile. See updated SourceLevelDebugging.html for more information. | Devang Patel | 2010-03-09 | 1 | -1/+1 |
| | | | | | | | | | This patch updates LLVMDebugVersion to 8. Debug info descriptors encoded using LLVMDebugVersion 7 is supported. Corresponding llvmgcc and clang FE commits are required. llvm-svn: 98020 | ||||
* | Ignore target dependent value in grep search. | Devang Patel | 2010-02-18 | 1 | -1/+1 |
| | | | | llvm-svn: 96604 | ||||
* | New test case for r96543. | Devang Patel | 2010-02-18 | 1 | -0/+14 |
llvm-svn: 96544 |