1. 09a5604 DebugInfo: handle the DI asm printing change to reword '[fwd]' as '[decl]' and add '[def]' for non-decl tag types by David Blaikie · 11 years ago
  2. 6f1a240 Fix CodeGenCXX/debug-info.cpp to target a known ABI (x86-64-linux) so as not to be confused by strange (& currently broken) Windows ABI by David Blaikie · 11 years ago
  3. cd91d05 Fix CodeGenCXX/debug-info.cpp test on Windows by Reid Kleckner · 11 years ago
  4. 41c9bae Debug Info: PR14763/r183329 - specify that non-trivial pass-by-value parameters are stored indirectly by David Blaikie · 11 years ago
  5. 993b39f PR14763: Debug info for non-trivial record parameters by David Blaikie · 11 years ago
  6. 5f6e2f4 PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types used via typedefs by David Blaikie · 11 years ago
  7. eac29c8 Fix some test cases I broke in r181552 by David Blaikie · 11 years ago
  8. 0cd9ede DebugInfo: Simply & constrain test(s) for PR9600/PR9608 by David Blaikie · 11 years ago
  9. f068c92 Revert "Revert r178079, it caused PR15637." by Eric Christopher · 11 years ago
  10. bd0152f Revert r178079, it caused PR15637. by Nico Weber · 11 years ago
  11. 7803ec8 Don't try to emit unsupported templated friend declarations. They're unsupported by Nick Lewycky · 13 years ago
  12. e5848d6 test case for PR7920. by Devang Patel · 14 years ago
  13. e70d391 Fix another debug info crash with virtual bases. by Anders Carlsson · 15 years ago
  14. 4433f1c Fix the test I broke, and also fix a crash when declaring a virtual destructor. Add debug info support for pure virtual member functions. by Anders Carlsson · 15 years ago
  15. 3364e62 Fix crash generating debug info for constructor for anonymous struct. by Eli Friedman · 15 years ago
  16. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  17. 20f12a2 Add rudimentary support for member pointers to CGDebugInfo. by Anders Carlsson · 15 years ago
  18. 5b6117a Canonicalize the type before trying to create a debug type. by Anders Carlsson · 15 years ago
  19. a031b35 Simplify the debug info code, handle lvalue references and template specializations. by Anders Carlsson · 15 years ago
  20. ba397fe Handle QualifiedNameType and SubstTemplateTypeParmType types in CGDebugInfo::CreateTypeNode. by Anders Carlsson · 15 years ago