| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "DebugInfo: Place global constants in their appropriate context." | David Blaikie | 2014-04-05 | 1 | -8/+1 |
| * | DebugInfo: Place global constants in their appropriate context. | David Blaikie | 2014-04-04 | 1 | -1/+8 |
| * | DebugInfo: PR19298: function local const variables duplicated in the root scope | David Blaikie | 2014-04-04 | 1 | -6/+10 |
| * | Debug info: Update testcases to new DIBuilder behaviour. Variables now | Adrian Prantl | 2014-03-18 | 1 | -2/+2 |
| * | Debug Info: update testing cases when the derived-from field of | Manman Ren | 2013-10-08 | 1 | -1/+1 |
| * | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -8/+9 |
| * | Debug Info: this reverts commit r189600. | Manman Ren | 2013-08-29 | 1 | -9/+8 |
| * | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -8/+9 |
| * | Debug Info: follow-up patch to r189283. | Manman Ren | 2013-08-26 | 1 | -1/+1 |
| * | Debug Info: add an identifier field to DICompositeType. | Manman Ren | 2013-08-26 | 1 | -2/+2 |
| * | Only emit debug info for implicit members that actually get codegen, not just... | David Blaikie | 2013-08-09 | 1 | -1/+1 |
| * | DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an... | David Blaikie | 2013-06-21 | 1 | -2/+2 |
| * | Fix CodeGenCXX/debug-info.cpp to target a known ABI (x86-64-linux) so as not ... | David Blaikie | 2013-06-20 | 1 | -2/+2 |
| * | Fix CodeGenCXX/debug-info.cpp test on Windows | Reid Kleckner | 2013-06-20 | 1 | -1/+1 |
| * | Debug Info: PR14763/r183329 - specify that non-trivial pass-by-value paramete... | David Blaikie | 2013-06-19 | 1 | -1/+1 |
| * | PR14763: Debug info for non-trivial record parameters | David Blaikie | 2013-06-05 | 1 | -0/+17 |
| * | PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types us... | David Blaikie | 2013-06-05 | 1 | -0/+24 |
| * | Fix some test cases I broke in r181552 | David Blaikie | 2013-05-09 | 1 | -1/+1 |
| * | DebugInfo: Simply & constrain test(s) for PR9600/PR9608 | David Blaikie | 2013-05-09 | 1 | -1/+10 |
| * | Revert "Revert r178079, it caused PR15637." | Eric Christopher | 2013-04-02 | 1 | -7/+0 |
| * | Revert r178079, it caused PR15637. | Nico Weber | 2013-04-01 | 1 | -0/+7 |
| * | Don't try to emit unsupported templated friend declarations. They're unsupported | Nick Lewycky | 2011-09-01 | 1 | -0/+12 |
| * | test case for PR7920. | Devang Patel | 2010-08-23 | 1 | -0/+5 |
| * | Fix another debug info crash with virtual bases. | Anders Carlsson | 2010-01-26 | 1 | -1/+10 |
| * | Fix the test I broke, and also fix a crash when declaring a virtual destructo... | Anders Carlsson | 2010-01-26 | 1 | -0/+17 |
| * | Fix crash generating debug info for constructor for anonymous struct. | Eli Friedman | 2010-01-16 | 1 | -0/+6 |
| * | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| * | Add rudimentary support for member pointers to CGDebugInfo. | Anders Carlsson | 2009-12-06 | 1 | -0/+7 |
| * | Canonicalize the type before trying to create a debug type. | Anders Carlsson | 2009-11-14 | 1 | -0/+5 |
| * | Simplify the debug info code, handle lvalue references and template specializ... | Anders Carlsson | 2009-11-06 | 1 | -0/+2 |
| * | Handle QualifiedNameType and SubstTemplateTypeParmType types in CGDebugInfo::... | Anders Carlsson | 2009-11-06 | 1 | -0/+6 |