| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Abstract out the emission of vtables, add basic support for vtable emission w... | Timur Iskhodzhanov | 2013-09-27 | 1 | -1/+5 |
* | Debug info: Fix a crash when trying to construct a type with redundant | Adrian Prantl | 2013-09-26 | 1 | -1/+5 |
* | get rid of extra parentheses. | Adrian Prantl | 2013-09-18 | 1 | -2/+1 |
* | Debug info: Explicitly set the DIVariable::isIndirect() flag for VLAs. | Adrian Prantl | 2013-09-18 | 1 | -0/+2 |
* | DebugInfo: omit debug info for friends | David Blaikie | 2013-09-13 | 1 | -18/+0 |
* | CGDebugInfo: Hoist string allocation in a helper function. No functionality c... | Benjamin Kramer | 2013-09-09 | 1 | -32/+9 |
* | Fix constructor-related typos. | Benjamin Kramer | 2013-09-09 | 1 | -1/+1 |
* | Debug Info: pass in DIScope instead of DIDescriptor in createFieldType. | Manman Ren | 2013-09-08 | 1 | -1/+1 |
* | PR17046, PR17092: Debug Info assert-on-valid due to member loss when context ... | David Blaikie | 2013-09-06 | 1 | -41/+15 |
* | Reapply r189013 (reverted in r189906) now that the underlying issue is fixed ... | David Blaikie | 2013-09-04 | 1 | -37/+27 |
* | Revert "DebugInfo: Remove explicit declaration-emissiong handling now that we... | David Blaikie | 2013-09-04 | 1 | -27/+37 |
* | Revert r189649 because it was breaking sanitizer bots. | Yunzhong Gao | 2013-08-30 | 1 | -30/+30 |
* | Fixing a bug where debug info for a local variable gets emitted at file scope. | Yunzhong Gao | 2013-08-30 | 1 | -30/+30 |
* | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -6/+37 |
* | Debug Info: this reverts commit r189600. | Manman Ren | 2013-08-29 | 1 | -60/+7 |
* | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -7/+60 |
* | 80-col. | Eric Christopher | 2013-08-28 | 1 | -4/+9 |
* | DebugInfo: Further fix/improvements to r189494 (and LLVM r189495). | David Blaikie | 2013-08-28 | 1 | -0/+10 |
* | Format. Thanks David for pointing it out. | Manman Ren | 2013-08-28 | 1 | -1/+1 |
* | Debug Info: update interface for CreateEnumType and getOrCreateRecordFwdDecl. | Manman Ren | 2013-08-28 | 1 | -5/+7 |
* | More comments for r189494. | David Blaikie | 2013-08-28 | 1 | -1/+4 |
* | Comments for r189494 | David Blaikie | 2013-08-28 | 1 | -0/+5 |
* | PR16995: Failing to associate static members with their enclosing class | David Blaikie | 2013-08-28 | 1 | -8/+5 |
* | Revert "PR14569: Omit debug info for thunks" | David Blaikie | 2013-08-27 | 1 | -1/+1 |
* | DebugInfo: Emit info for casted decls in template args | David Majnemer | 2013-08-25 | 1 | -1/+2 |
* | DebugInfo: Emit info for constant expressions in template arguments | David Majnemer | 2013-08-24 | 1 | -1/+11 |
* | DebugInfo: Remove explicit declaration-emissiong handling now that we have a ... | David Blaikie | 2013-08-22 | 1 | -37/+27 |
* | DebugInfo: Require only the declaration of types only used as parameter and r... | David Blaikie | 2013-08-21 | 1 | -2/+2 |
* | DebugInfo: comment/inlining based on feedback from Eric & Adrian | David Blaikie | 2013-08-20 | 1 | -15/+16 |
* | DebugInfo: Simplify/clarify propagation of typemembers between declaration an... | David Blaikie | 2013-08-20 | 1 | -30/+18 |
* | Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classe... | David Blaikie | 2013-08-20 | 1 | -29/+86 |
* | Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs... | Michael Gottesman | 2013-08-19 | 1 | -85/+30 |
* | DebugInfo: Do not include line/file info for artificial parameters & paramete... | David Blaikie | 2013-08-19 | 1 | -5/+18 |
* | Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do... | David Blaikie | 2013-08-18 | 1 | -30/+85 |
* | DebugInfo: Avoid duplicating types that may be created during the process of ... | David Blaikie | 2013-08-18 | 1 | -0/+13 |
* | DebugInfo: Don't emit vbase 'containing types' for context chain limited types | David Blaikie | 2013-08-18 | 1 | -25/+31 |
* | DebugInfo: don't require full definitions for friend classes | David Blaikie | 2013-08-18 | 1 | -3/+2 |
* | PR16927: Don't assert (or, previously, skip) static data members of enumerati... | David Blaikie | 2013-08-17 | 1 | -3/+0 |
* | Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not hav... | David Blaikie | 2013-08-17 | 1 | -73/+28 |
* | DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with... | David Blaikie | 2013-08-16 | 1 | -0/+1 |
* | DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vt... | David Blaikie | 2013-08-16 | 1 | -28/+73 |
* | DebugInfo: Contrain the record type parameter for CollectRecordFields | David Blaikie | 2013-08-16 | 1 | -4/+4 |
* | Revert r188498. | Evgeniy Stepanov | 2013-08-16 | 1 | -23/+19 |
* | DebugInfo: CollectRecordStaticField -> CreateRecordStaticField to return its ... | David Blaikie | 2013-08-15 | 1 | -8/+7 |
* | Remove unnecessary explicit cast. | David Blaikie | 2013-08-15 | 1 | -1/+1 |
* | DebugInfo: Split out the implementation of getStaticDataMemberDeclaration for... | David Blaikie | 2013-08-15 | 1 | -19/+23 |
* | Fix assert added in r188494 | David Blaikie | 2013-08-15 | 1 | -1/+1 |
* | DebugInfo: Remove unused conditional | David Blaikie | 2013-08-15 | 1 | -3/+2 |
* | DebugInfo: Make CGDebugInfo::getStaticDataMemberDeclaration's argument type m... | David Blaikie | 2013-08-15 | 1 | -6/+5 |
* | DebugInfo: Add a FIXME, remove a FIXME. | David Blaikie | 2013-08-15 | 1 | -3/+4 |