summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
Commit message (Collapse)AuthorAgeFilesLines
...
* [DebugInfo] remove more node indirection (this time from the subprogram's ↵David Blaikie2013-02-041-2/+1
| | | | | | variable lists) llvm-svn: 174305
* Fix the testcases for the previous patch.Eric Christopher2012-01-241-1/+0
| | | | | | rdar://10278198 llvm-svn: 148795
* Do not use named md nodes to track variables that are completely optimized. ↵Devang Patel2011-08-191-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 Patel2010-06-301-0/+52
won't be included DIE tree. llvm-svn: 107228
OpenPOWER on IntegriCloud