1. 25f6be5 Re-commit r324490: [DebugInfo] Improvements to representation of enumeration types (PR36168) by Momchil Velikov · 8 years ago
  2. cd0ac25 Revert [DebugInfo] Improvements to representation of enumeration types (PR36168)" by Momchil Velikov · 8 years ago
  3. d7e17c2 [DebugInfo] Improvements to representation of enumeration types (PR36168) by Momchil Velikov · 8 years ago
  4. a7ece03 DebugInfo: pass alignment value only if it was forced by Victor Leschuk · 9 years ago
  5. 383f841 DebugInfo: Adapt to loss of DITypeRef in LLVM r267296 by Duncan P. N. Exon Smith · 9 years ago
  6. 5305838 Debug Info: Add a testcase for the bug introduced by r259975. by Adrian Prantl · 10 years ago
  7. 3459ce2 Stop messing with the 'g' group of options in CompilerInvocation. by Douglas Katzman · 10 years ago
  8. 9dd4e4e DebugInfo: Metadata constructs now start with DI* by Duncan P. N. Exon Smith · 10 years ago
  9. f04be1f DebugInfo: Move new hierarchy into place (clang) by Duncan P. N. Exon Smith · 11 years ago
  10. b3a6669 IR: Make metadata typeless in assembly, clang side by Duncan P. N. Exon Smith · 11 years ago
  11. 3c51fa6 Revert "Revert "DI: LLVM schema change: fold constants into string"" by Duncan P. N. Exon Smith · 11 years ago
  12. 834c265 Revert "DI: LLVM schema change: fold constants into string" by Duncan P. N. Exon Smith · 11 years ago
  13. 02b418a DI: LLVM schema change: fold constants into string by Duncan P. N. Exon Smith · 11 years ago
  14. 483a9da Reapply: DebugInfo: Emit the definition of enums when the definition preceeds the declaration and initial use. by David Blaikie · 11 years ago
  15. 29020cc5 Revert "DebugInfo: Emit the definition of enums when the definition preceeds the declaration and initial use." by David Blaikie · 11 years ago
  16. 5740752 DebugInfo: Emit the definition of enums when the definition preceeds the declaration and initial use. by David Blaikie · 11 years ago
  17. 03039fe DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' and add '[def]' for non-decl tag types by David Blaikie · 12 years ago
  18. 86eac72 Simplify/generalize some debug info test cases by David Blaikie · 13 years ago
  19. f857442 Generalize DebugInfo tests by avoiding explicit metadata numbers by David Blaikie · 13 years ago
  20. 9018ef7 Make sure to generate the right kind of MDNode for enum forward declarations. by Eli Friedman · 13 years ago
  21. 31a1fc6 Support C++11 enum forward declarations. by Eric Christopher · 13 years ago
  22. a91af14 Emit C++11 enum class information if it exists. by Eric Christopher · 13 years ago