1. fad0241 [Lit Test] Make tests C++11 compatible - nothrow destructors by Charles Li · 9 years ago
  2. deeca6d DebugInfo: Don't include size/alignment on class declarations by David Blaikie · 9 years ago
  3. 383f841 DebugInfo: Adapt to loss of DITypeRef in LLVM r267296 by Duncan P. N. Exon Smith · 9 years ago
  4. f9521b0 DebugInfo: Make DICompositeTypes distinct most of the time by Duncan P. N. Exon Smith · 9 years ago
  5. 557c20a Remove compile time PreserveName in favor of a runtime cc1 -discard-value-names option by Mehdi Amini · 10 years ago
  6. 9dd4e4e DebugInfo: Metadata constructs now start with DI* by Duncan P. N. Exon Smith · 10 years ago
  7. f04be1f DebugInfo: Move new hierarchy into place (clang) by Duncan P. N. Exon Smith · 11 years ago
  8. 8d3ef61 IR: Move MDLocation into place (clang testcases) by Duncan P. N. Exon Smith · 11 years ago
  9. b3a6669 IR: Make metadata typeless in assembly, clang side by Duncan P. N. Exon Smith · 11 years ago
  10. 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
  11. 4085496 Debug Info: context field of a global variable is DIScopeRef. by Manman Ren · 11 years ago
  12. 3c51fa6 Revert "Revert "DI: LLVM schema change: fold constants into string"" by Duncan P. N. Exon Smith · 11 years ago
  13. 834c265 Revert "DI: LLVM schema change: fold constants into string" by Duncan P. N. Exon Smith · 11 years ago
  14. 02b418a DI: LLVM schema change: fold constants into string by Duncan P. N. Exon Smith · 11 years ago
  15. aa6dd5b Fixing tests to account for LLVM r208159. by David Blaikie · 11 years ago
  16. 3275dc4 DebugInfo: Do not include implicit members (implicit special members, template instantiations, etc) in the list of members of a structure. by David Blaikie · 12 years ago
  17. 07ab3c3 Debug Info: update testing cases when the derived-from field of by Manman Ren · 12 years ago
  18. 8579359 Debug Info: Update testing case. by Manman Ren · 12 years ago
  19. 3b1cc9b PR17046, PR17092: Debug Info assert-on-valid due to member loss when context creation recreates the item the context is created for by David Blaikie · 12 years ago
  20. e0064d8 Debug Info: generate a unique identifier for C++ struct, class, union, and enum. by Manman Ren · 12 years ago
  21. f801f80 Debug Info: this reverts commit r189600. by Manman Ren · 12 years ago
  22. 035c4b0 Debug Info: generate a unique identifier for C++ struct, class, union, and enum. by Manman Ren · 12 years ago
  23. c4ca9b0 Debug Info: add an identifier field to DICompositeType. by Manman Ren · 12 years ago
  24. d89b99d DebugInfo: emit the definition of types when construction vtables are required as these types may never end up emitting the full class data by David Blaikie · 12 years ago
  25. 6943dea Revert "Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class"""" by David Blaikie · 12 years ago
  26. 349542b Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""" by Michael Gottesman · 12 years ago
  27. 25b2085 Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class"" by David Blaikie · 12 years ago
  28. adfbf99 DebugInfo: Don't emit vbase 'containing types' for context chain limited types by David Blaikie · 12 years ago
  29. 7d5d7c7 Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class" by David Blaikie · 12 years ago
  30. 9eddbbd DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class by David Blaikie · 12 years ago
  31. 2209f97 clang/test/CodeGenCXX/debug-info-class.cpp: Tweak to unbreak test for a few targets. by NAKAMURA Takumi · 13 years ago
  32. a7c84e6 clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for -Asserts. by NAKAMURA Takumi · 13 years ago
  33. 357aafb Fix exception handling line table problems introduced by r173593 by David Blaikie · 13 years ago
  34. 831c992 Debug Info: Emit vtables pointer members as artificial. by David Blaikie · 13 years ago
  35. 8ed46b9 Emit debug info for C++ struct definitions as DW_TAG_structure_type (instead of class_type). by David Blaikie · 13 years ago
  36. d37bbc3 Fix debug tag type of forward declarations of struct/class in C++. by David Blaikie · 13 years ago
  37. caa23f0 Emit debug info for static const class member. by Devang Patel · 15 years ago