| Commit message (Expand) | Author | Age | Files | Lines |
* | Recommit r324107 again. | Rafael Espindola | 2018-02-07 | 1 | -3/+3 |
* | Revert "Recommit r324107." | Rafael Espindola | 2018-02-07 | 1 | -3/+3 |
* | Recommit r324107. | Rafael Espindola | 2018-02-07 | 1 | -3/+3 |
* | Revert "Start setting dso_local in clang." | Rafael Espindola | 2018-02-02 | 1 | -3/+3 |
* | Start setting dso_local in clang. | Rafael Espindola | 2018-02-02 | 1 | -3/+3 |
* | Adapt testcases to LLVM change r312144 in DIGlobalVariableExpression | Adrian Prantl | 2017-08-30 | 1 | -3/+3 |
* | Update for LLVM global variable debug info API change. | Adrian Prantl | 2016-12-20 | 1 | -6/+9 |
* | Revert "Update for LLVM global variable debug info API change." | Adrian Prantl | 2016-12-16 | 1 | -9/+6 |
* | Update for LLVM global variable debug info API change. | Adrian Prantl | 2016-12-16 | 1 | -6/+9 |
* | Revert "Update for LLVM global variable debug info API change." | Adrian Prantl | 2016-12-16 | 1 | -9/+6 |
* | Update for LLVM global variable debug info API change. | Adrian Prantl | 2016-12-16 | 1 | -6/+9 |
* | DebugInfo: pass alignment value only if it was forced | Victor Leschuk | 2016-10-20 | 1 | -2/+2 |
* | Update Clang for D20147 ("DebugInfo: New metadata representation for global v... | Peter Collingbourne | 2016-09-13 | 1 | -8/+9 |
* | DebugInfo: Adapt to loss of DITypeRef in LLVM r267296 | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -76/+82 |
* | DebugInfo: Make DICompositeTypes distinct most of the time | Duncan P. N. Exon Smith | 2016-04-17 | 1 | -2/+2 |
* | DebugInfo: Metadata constructs now start with DI* | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -45/+45 |
* | DebugInfo: Move new hierarchy into place (clang) | Duncan P. N. Exon Smith | 2015-03-03 | 1 | -50/+66 |
* | IR: Make metadata typeless in assembly, clang side | Duncan P. N. Exon Smith | 2014-12-15 | 1 | -51/+51 |
* | PR21312: Fix a regression in non-type template parameters of function type th... | David Blaikie | 2014-10-20 | 1 | -5/+6 |
* | CodeGen: ConstStructBuilder must verify packed constraints after padding | David Majnemer | 2014-10-19 | 1 | -1/+1 |
* | PR21305: Typedefs in non-type template parameters in member data pointers. | David Blaikie | 2014-10-18 | 1 | -1/+3 |
* | PR21246: DebugInfo: Emit the appropriate type (cv qualifiers, reference-ness,... | David Blaikie | 2014-10-16 | 1 | -11/+14 |
* | DebugInfo: Cleanup testing of non-type template parameters. | David Blaikie | 2014-10-16 | 1 | -18/+32 |
* | Revert "Revert "DI: LLVM schema change: fold constants into string"" | Duncan P. N. Exon Smith | 2014-10-03 | 1 | -26/+26 |
* | Revert "DI: LLVM schema change: fold constants into string" | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -26/+26 |
* | DI: LLVM schema change: fold constants into string | Duncan P. N. Exon Smith | 2014-10-02 | 1 | -26/+26 |
* | Debug info: Update testcases to new DIBuilder behaviour. Variables now | Adrian Prantl | 2014-03-18 | 1 | -4/+4 |
* | DebugInfo: Fix for an improvement to DIBuilder to not emit {i32 0} for zero-l... | David Blaikie | 2014-02-03 | 1 | -1/+1 |
* | Debug Info: update testing cases when the context field of | Manman Ren | 2013-10-09 | 1 | -1/+1 |
* | Debug Info: update testing cases when the derived-from field of a | Manman Ren | 2013-10-05 | 1 | -8/+9 |
* | Temporarily revert r191801 due to conflicts with the revert of r191792. | Eric Christopher | 2013-10-04 | 1 | -9/+8 |
* | Debug Info: update testing cases when the derived-from field of a | Manman Ren | 2013-10-01 | 1 | -8/+9 |
* | Debug Info: Update testing case. | Manman Ren | 2013-09-05 | 1 | -11/+14 |
* | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -9/+11 |
* | Debug Info: this reverts commit r189600. | Manman Ren | 2013-08-29 | 1 | -11/+9 |
* | Debug Info: generate a unique identifier for C++ struct, class, union, and enum. | Manman Ren | 2013-08-29 | 1 | -9/+11 |
* | Debug Info testing case: move uuid-related testing to a separate file. | Manman Ren | 2013-08-28 | 1 | -15/+1 |
* | Debug Info: follow-up patch to r189283. | Manman Ren | 2013-08-26 | 1 | -2/+2 |
* | Debug Info: add an identifier field to DICompositeType. | Manman Ren | 2013-08-26 | 1 | -6/+6 |
* | DebugInfo: Emit info for casted decls in template args | David Majnemer | 2013-08-25 | 1 | -1/+19 |
* | Fix test, make the template type a const pointer. | David Majnemer | 2013-08-24 | 1 | -1/+1 |
* | DebugInfo: Emit info for constant expressions in template arguments | David Majnemer | 2013-08-24 | 1 | -1/+15 |
* | DebugInfo: Emit template arguments for limited types used for context. | David Blaikie | 2013-08-01 | 1 | -6/+9 |
* | DebugInfo: Support (using GNU extensions) for template template parameters an... | David Blaikie | 2013-06-22 | 1 | -17/+20 |
* | Debug Info: PR14992: Support values for non-type template parameters of funct... | David Blaikie | 2013-05-13 | 1 | -8/+15 |
* | Debug Info: Silently accept template argument packs | David Blaikie | 2013-05-10 | 1 | -0/+10 |
* | PR14992: Debug Info: Support more non-type template parameters | David Blaikie | 2013-05-10 | 1 | -9/+52 |
* | Debug Info: include address-of ('&') operator and qualified names in template... | David Blaikie | 2013-05-09 | 1 | -6/+13 |
* | Fix some test cases I broke in r181552 | David Blaikie | 2013-05-09 | 1 | -3/+3 |
* | DebugInfo: Simply & constrain test(s) for PR9600/PR9608 | David Blaikie | 2013-05-09 | 1 | -41/+14 |