1. 699f5d6 Recommit r324107 again. by Rafael Espindola · 8 years ago
  2. 880c3b2 Revert "Recommit r324107." by Rafael Espindola · 8 years ago
  3. fa9874c Recommit r324107. by Rafael Espindola · 8 years ago
  4. 9f34b7b Revert "Start setting dso_local in clang." by Rafael Espindola · 8 years ago
  5. 7e34a30 Start setting dso_local in clang. by Rafael Espindola · 8 years ago
  6. 9e83fb0 Adapt testcases to LLVM change r312144 in DIGlobalVariableExpression by Adrian Prantl · 8 years ago
  7. 5f4740d Update for LLVM global variable debug info API change. by Adrian Prantl · 9 years ago
  8. e34d9bc Revert "Update for LLVM global variable debug info API change." by Adrian Prantl · 9 years ago
  9. db4c86f Update for LLVM global variable debug info API change. by Adrian Prantl · 9 years ago
  10. ed4eb86 Revert "Update for LLVM global variable debug info API change." by Adrian Prantl · 9 years ago
  11. 35bbcef Update for LLVM global variable debug info API change. by Adrian Prantl · 9 years ago
  12. eeb56ab Update Clang for D20147 ("DebugInfo: New metadata representation for global variables.") by Peter Collingbourne · 9 years ago
  13. 383f841 DebugInfo: Adapt to loss of DITypeRef in LLVM r267296 by Duncan P. N. Exon Smith · 9 years ago
  14. 64a1a81 Lit C++11 Compatibility Patch #7 by Charles Li · 9 years ago
  15. 9dd4e4e DebugInfo: Metadata constructs now start with DI* by Duncan P. N. Exon Smith · 10 years ago
  16. f04be1f DebugInfo: Move new hierarchy into place (clang) by Duncan P. N. Exon Smith · 11 years ago
  17. b3a6669 IR: Make metadata typeless in assembly, clang side by Duncan P. N. Exon Smith · 11 years ago
  18. af08085 DebugInfo: Fix another case of r222377 when we do have a definition of the variable, but we might not be emitting it (such as templates) by David Blaikie · 11 years ago
  19. 423eb5a DebugInfo: Don't emit a 'global variable' when a static member declaration is referenced without a definition, just ensure the enclosing class (with the static member declaration) is emitted. by David Blaikie · 11 years ago
  20. 3813b26 DebugInfo: Correctly describe the lexical decl context of static member variable definitions. by David Blaikie · 11 years ago
  21. d70f3c2 DebugInfo: Follow up to r219736, also test/demonstrate that we emit the constant value in this case as well. by David Blaikie · 11 years ago
  22. 8e707bb DebugInfo: Lazily built static member variable declarations should use the canonical declaration for line/file information. by David Blaikie · 11 years ago
  23. 3c51fa6 Revert "Revert "DI: LLVM schema change: fold constants into string"" by Duncan P. N. Exon Smith · 11 years ago
  24. 834c265 Revert "DI: LLVM schema change: fold constants into string" by Duncan P. N. Exon Smith · 11 years ago
  25. 02b418a DI: LLVM schema change: fold constants into string by Duncan P. N. Exon Smith · 11 years ago
  26. 21361fb Debug info: Only emit C++ accessibility specifiers when they are diverging by Adrian Prantl · 11 years ago
  27. ff7cea8 Don't pass -O0 to clang_cc1, it is the default. by Rafael Espindola · 12 years ago
  28. e0064d8 Debug Info: generate a unique identifier for C++ struct, class, union, and enum. by Manman Ren · 12 years ago
  29. f801f80 Debug Info: this reverts commit r189600. by Manman Ren · 12 years ago
  30. 035c4b0 Debug Info: generate a unique identifier for C++ struct, class, union, and enum. by Manman Ren · 12 years ago
  31. 949939c PR16927: Don't assert (or, previously, skip) static data members of enumeration type by David Blaikie · 12 years ago
  32. eed02e9 clang/test/CodeGenCXX/debug-info-static-member.cpp: Appease targetting msvc to add explicit -target x86_64-unknown-unknown. by NAKAMURA Takumi · 13 years ago
  33. d42917f The last of PR14471: Debug info support for inline in-class initializer for float static members by David Blaikie · 13 years ago
  34. 37d05cd Add testcase missed yesterday. Patch from Paul Robinson. by Eric Christopher · 13 years ago