Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unweaken vtables as per ↵ | David Blaikie | 2011-12-20 | 1 | -0/+2 |
| | | | | | | http://llvm.org/docs/CodingStandards.html#ll_virtual_anch llvm-svn: 146960 | ||||
* | Don't forget to reconstruct D after changing the scope that we're | Eric Christopher | 2011-10-13 | 1 | -1/+3 |
| | | | | | | looking at. llvm-svn: 141892 | ||||
* | Add a new wrapper node for a DILexicalBlock that encapsulates it and a | Eric Christopher | 2011-10-11 | 1 | -3/+17 |
| | | | | | | | | | | | | | file. Since it should only be used when necessary propagate it through the backend code generation and tweak testcases accordingly. This helps with code like in clang's test/CodeGen/debug-info-line.c where we have multiple #line directives within a single lexical block and want to generate only a single block that contains each file change. Part of rdar://10246360 llvm-svn: 141729 | ||||
* | Provide fast path as Jakob suggested. | Devang Patel | 2011-08-12 | 1 | -0/+12 |
| | | | | llvm-svn: 137478 | ||||
* | Stay within 80 columns. | Devang Patel | 2011-08-10 | 1 | -4/+6 |
| | | | | llvm-svn: 137283 | ||||
* | Provide utility to extract and use lexical scoping information from machine ↵ | Devang Patel | 2011-08-10 | 1 | -0/+305 |
instructions. llvm-svn: 137237 |