Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [DebugInfo] remove more node indirection (this time from the subprogram's ↵ | David Blaikie | 2013-02-04 | 1 | -2/+1 | |
| | | | | | | variable lists) llvm-svn: 174305 | |||||
* | Fix the testcases for the previous patch. | Eric Christopher | 2012-01-24 | 1 | -1/+0 | |
| | | | | | | rdar://10278198 llvm-svn: 148795 | |||||
* | Do not use named md nodes to track variables that are completely optimized. ↵ | Devang Patel | 2011-08-19 | 1 | -1/+4 | |
| | | | | | | This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly. llvm-svn: 138145 | |||||
* | Add variables into a scope before constructing scope DIE otherwise variables ↵ | Devang Patel | 2010-06-30 | 1 | -0/+52 | |
won't be included DIE tree. llvm-svn: 107228 |