| Commit message (Expand) | Author | Age | Files | Lines |
| * | Stop messing with the 'g' group of options in CompilerInvocation. | Douglas Katzman | 2015-10-08 | 1 | -3/+3 |
| * | DI: Update DISubprogram testcases after LLVM r246098 | Duncan P. N. Exon Smith | 2015-08-26 | 1 | -3/+3 |
| * | Erase REQUIRES: shell-preserves-root from remaining tests, see r242312.รพ | Yaron Keren | 2015-07-15 | 1 | -1/+0 |
| * | Update testcase to reflect new behavior in DIBuilder. | Adrian Prantl | 2015-07-06 | 1 | -2/+1 |
| * | Update testcases: DICompileUnits are now created distinct by DIBuilder. | Adrian Prantl | 2015-06-30 | 1 | -2/+2 |
| * | DebugInfo: Metadata constructs now start with DI* | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -36/+36 |
| * | Add a bunch of missing "CHECK" colons in tests. NFC. | Ahmed Bougacha | 2015-03-14 | 1 | -1/+1 |
| * | DebugInfo: Move new hierarchy into place (clang) | Duncan P. N. Exon Smith | 2015-03-03 | 1 | -38/+52 |
| * | IR: Make metadata typeless in assembly, clang side | Duncan P. N. Exon Smith | 2014-12-15 | 1 | -31/+31 |
| * | Fully handle globals and functions in CGDebugInfo::getDeclarationOrDefinition() | Frederic Riss | 2014-11-18 | 1 | -7/+27 |
| * | [DebugInfo] Do not record artificial global initializer functions in the Decl... | Frederic Riss | 2014-11-05 | 1 | -4/+4 |
| * | Remove "REQUIRES:shell" from tests. They work for me. | NAKAMURA Takumi | 2014-11-04 | 1 | -2/+0 |
| * | Revert "Revert "DI: LLVM schema change: fold constants into string"" | Duncan P. N. Exon Smith | 2014-10-03 | 1 | -21/+21 |
| * | Revert "DI: LLVM schema change: fold constants into string" | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -21/+21 |
| * | DI: LLVM schema change: fold constants into string | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -21/+21 |
| * | Enable -gcolumn-info by default. | Diego Novillo | 2014-07-10 | 1 | -5/+5 |
| * | DebugInfo: emit namespace aliases as named imported declarations instead of n... | David Blaikie | 2014-04-06 | 1 | -3/+3 |
| * | Adapt CGDebugInfo to interface changes in DIBuilder/DIImportedEntity. | Adrian Prantl | 2014-04-01 | 1 | -2/+2 |
| * | Revert "Just call getContextDescriptor to get the context for subprograms" | Eric Christopher | 2014-03-27 | 1 | -1/+1 |
| * | Just call getContextDescriptor to get the context for subprograms | Eric Christopher | 2014-03-26 | 1 | -1/+1 |
| * | Pass down the debug emission kind into the compile unit for code | Eric Christopher | 2014-02-27 | 1 | -2/+2 |
| * | check-clang: Introduce the feature "dw2" to suppress CodeGenCXX/debug-info-na... | NAKAMURA Takumi | 2014-02-16 | 1 | -0/+1 |
| * | DebugInfo: imported_decl/using declarations at namespace scope | David Blaikie | 2014-02-15 | 1 | -1/+6 |
| * | DebugInfo: Fix for an improvement to DIBuilder to not emit {i32 0} for zero-l... | David Blaikie | 2014-02-03 | 1 | -1/+1 |
| * | Implement a new -fstandalone-debug option. rdar://problem/15685848 | Adrian Prantl | 2014-01-07 | 1 | -3/+3 |
| * | clang/test/CodeGenCXX/debug-info-namespace.cpp: Suppress this also on msys, f... | NAKAMURA Takumi | 2013-10-26 | 1 | -0/+1 |
| * | Debug Info: update testing cases when the derived-from field of | Manman Ren | 2013-10-08 | 1 | -1/+1 |
| * | Revert r189649 because it was breaking sanitizer bots. | Yunzhong Gao | 2013-08-30 | 1 | -12/+0 |
| * | Fixing a bug where debug info for a local variable gets emitted at file scope. | Yunzhong Gao | 2013-08-30 | 1 | -0/+12 |
| * | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -2/+2 |
| * | Debug Info: this reverts commit r189600. | Manman Ren | 2013-08-29 | 1 | -2/+2 |
| * | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -2/+2 |
| * | DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with... | David Blaikie | 2013-08-16 | 1 | -15/+17 |
| * | DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' an... | David Blaikie | 2013-06-21 | 1 | -3/+3 |
| * | Debug info: An if condition now creates a lexical scope of its own. | Adrian Prantl | 2013-06-08 | 1 | -2/+3 |
| * | PR14606: Debug Info for namespace aliases/DW_TAG_imported_module | David Blaikie | 2013-05-20 | 1 | -11/+17 |
| * | Revert "Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of... | David Blaikie | 2013-05-20 | 1 | -13/+43 |
| * | Revert "Debug Info: Using declarations/DW_TAG_imported_declaration of variabl... | David Blaikie | 2013-05-15 | 1 | -35/+11 |
| * | PR15956: Debug Info: Include the appropriate file location in types created d... | David Blaikie | 2013-05-14 | 1 | -11/+16 |
| * | Debug Info: Using declarations/DW_TAG_imported_declaration of variables, type... | David Blaikie | 2013-05-08 | 1 | -11/+30 |
| * | DebugInfo: Support imported modules (using directives) within lexical blocks. | David Blaikie | 2013-05-06 | 1 | -5/+11 |
| * | Support debug info for using directives at global/namespace scope. | David Blaikie | 2013-04-26 | 1 | -4/+9 |
| * | Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_modu... | David Blaikie | 2013-04-22 | 1 | -2/+11 |
| * | Revert "PR14606: Debug info for using directives/DW_TAG_imported_module" | Eric Christopher | 2013-04-19 | 1 | -11/+2 |
| * | PR14606: Debug info for using directives/DW_TAG_imported_module | David Blaikie | 2013-04-19 | 1 | -2/+11 |
| * | Revert "Update debug info test for schema change made to LLVM." | David Blaikie | 2013-03-28 | 1 | -3/+3 |
| * | Update debug info test for schema change made to LLVM. | David Blaikie | 2013-03-27 | 1 | -3/+3 |
| * | clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit fo... | NAKAMURA Takumi | 2013-03-26 | 1 | -0/+3 |
| * | Debug info - generalize namespace test to not depend on a DW_TAG_file_type entry | David Blaikie | 2013-03-20 | 1 | -2/+2 |
| * | refactoring file/directory for namespace debug info | David Blaikie | 2013-03-20 | 1 | -3/+3 |