1. d6a08d1 [ms-cxxabi] Mangle in an implicit 'E' for certain types on win64 by Reid Kleckner · 11 years ago
  2. 7be62a8 PR15956: Debug Info: Include the appropriate file location in types created due to using declarations by David Blaikie · 11 years ago
  3. 52a4693 Fix test/CodeGenCXX/captured-statements.cpp on powerpc64 by Ben Langmuir · 11 years ago
  4. f8aa155 Debug Info: PR14992: Support values for non-type template parameters of function type by David Blaikie · 11 years ago
  5. d449468 Add missing triple to CodeGen test. by Richard Smith · 11 years ago
  6. d248e58 Fix stack overflow in linkage computation when a function with a deduced return by Richard Smith · 11 years ago
  7. 776a364 Debug Info: Silently accept template argument packs by David Blaikie · 11 years ago
  8. 9dfd243 PR14992: Debug Info: Support more non-type template parameters by David Blaikie · 11 years ago
  9. 0b6d846 Codegen tests for captured statements with templates by Wei Pan · 11 years ago
  10. 0a050f7 Debug Info: Fix a problem that resulted in missing DW_AT_specifications by Adrian Prantl · 11 years ago
  11. f1e08ac Debug Info: include address-of ('&') operator and qualified names in template argument lists by David Blaikie · 11 years ago
  12. eac29c8 Fix some test cases I broke in r181552 by David Blaikie · 11 years ago
  13. 0cd9ede DebugInfo: Simply & constrain test(s) for PR9600/PR9608 by David Blaikie · 11 years ago
  14. f632730 [ms-cxxabi] Implement member pointer conversions by Reid Kleckner · 11 years ago
  15. cadfe42 Fix captured statements codegen test on ARM by Ben Langmuir · 11 years ago
  16. 524387a CodeGen for CapturedStmts by Ben Langmuir · 11 years ago
  17. ad022b0 Remove trailing whitespace by David Blaikie · 11 years ago
  18. 6391ea2 Implement C++1y constant initializer rules: in a constant initializer for an by Richard Smith · 11 years ago
  19. 7ba376b Add missing triple to unit test. by Richard Smith · 11 years ago
  20. 3923d6a Debug Info: Using declarations/DW_TAG_imported_declaration of variables, types, and functions. by David Blaikie · 11 years ago
  21. 4c71b8c Don't crash in IRGen if a conditional with 'throw' in one of its branches is by Richard Smith · 11 years ago
  22. 402cd22 Weaken an assertion in memcpyization to account for unnamed bitfields. by John McCall · 11 years ago
  23. c2fc4ab DebugInfo: Support imported modules (using directives) within lexical blocks. by David Blaikie · 11 years ago
  24. d072e59 Reapply r180982 with repaired logic and an additional testcase. by Adrian Prantl · 11 years ago
  25. bb09f7b Revert "Attempt to un-break the gdb buildbot." by Adrian Prantl · 11 years ago
  26. 79e0291 [ms-cxxabi] Emit non-virtual member function pointers by Reid Kleckner · 11 years ago
  27. 30c0d27 Attempt to un-break the gdb buildbot. by Adrian Prantl · 11 years ago
  28. 4e3b54b Use the Itanium ABI for thread_local on Darwin. by Bill Wendling · 11 years ago
  29. 8f4bdc0 Revert r180739 and r180748: they broke C++11 thread_local on non-Darwin systems and did not do the right thing on Darwin. by Richard Smith · 11 years ago
  30. 3d2f000 [ms-cxxabi] Implement member pointer comparisons by Reid Kleckner · 11 years ago
  31. aa3cef4 Modify triple to try to make it pass on ARM. by Bill Wendling · 11 years ago
  32. 7c6b7ba Emit the TLS intialization functions into a list. by Bill Wendling · 11 years ago
  33. 1601a4a Support debug info for using directives at global/namespace scope. by David Blaikie · 11 years ago
  34. b70d1c3 [ms-cxxabi] Fix a number of bugs in the mangler. by Peter Collingbourne · 12 years ago
  35. 0ad737e Move debug info tests for scoped enums into a separate file. by Adrian Prantl · 12 years ago
  36. e4488b8 Cleanup: test source file does not need to be executable by Arnaud A. de Grandmaison · 12 years ago
  37. 957dac5 Revert "Revert "PR14606: Debug info for using directives/DW_TAG_imported_module"" by David Blaikie · 12 years ago
  38. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 12 years ago
  39. 7018070 cleanup and relax test cases by Adrian Prantl · 12 years ago
  40. 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 12 years ago
  41. b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 12 years ago
  42. c3e81e7 Revert "PR14606: Debug info for using directives/DW_TAG_imported_module" by Eric Christopher · 12 years ago
  43. cec3984 PR14606: Debug info for using directives/DW_TAG_imported_module by David Blaikie · 12 years ago
  44. ed23bdf Set SRet flags properly in '-cxx-abi microsoft'. by Timur Iskhodzhanov · 12 years ago
  45. cb4d09c Use -emit-llvm for the following tests to stop them from failing for Hexagon: by Jyotsna Verma · 12 years ago
  46. 459ef03 Correctly propagate the storage class to function template instantiations. by Rafael Espindola · 12 years ago
  47. 04e5176 CodeGen support for function-local static thread_local variables with by Richard Smith · 12 years ago
  48. 49eef34 Widen the checks in the ms abi memptr test to work under NDEBUG by Reid Kleckner · 12 years ago
  49. a3609b0 [ms-cxxabi] Implement member pointer emission and dereferencing by Reid Kleckner · 12 years ago
  50. 4841ca5 C++11 inheriting constructors: support for inheriting constructor templates. by Richard Smith · 12 years ago
  51. cb5949d [ms-cxxabi] Add "$$C" when mangling template arg QualTypes by Reid Kleckner · 12 years ago
  52. 0024937 When an internal-linkage function or variable is declared within an extern "C" by Richard Smith · 12 years ago
  53. 29a11f4 <rdar://problem/13325066> Destroy std::initializer_list temporaries whose lifetime has been extended by reference binding. by Douglas Gregor · 12 years ago
  54. f068c92 Revert "Revert r178079, it caused PR15637." by Eric Christopher · 12 years ago
  55. bd0152f Revert r178079, it caused PR15637. by Nico Weber · 12 years ago
  56. efb72ad * Attempt to un-break gdb buildbot by emitting a lexical block end only by Adrian Prantl · 12 years ago
  57. bf27951 Modifed debug-info-byval.cpp test to grep for .string or .asciz. by Jyotsna Verma · 12 years ago
  58. 9b97adf Bugfix/Followup for r177086. by Adrian Prantl · 12 years ago
  59. 372ed5c Revert "Update debug info test for schema change made to LLVM." by David Blaikie · 12 years ago
  60. 5035c48 Update debug info test for schema change made to LLVM. by David Blaikie · 12 years ago
  61. 4e493bd clang/test/CodeGenCXX/debug-info-namespace.cpp: Disable it on non-bash lit for now. by NAKAMURA Takumi · 12 years ago
  62. 1232e27 [ms-cxxabi] Mangle vector types by Reid Kleckner · 12 years ago
  63. a8a0f76 [ms-cxxabi] Implement member data pointers for non-dynamic classes by Reid Kleckner · 12 years ago
  64. b760f11 Fix a crash-on-valid where a block capture copy expression was by John McCall · 12 years ago
  65. df713ab Update debug info test case for more incoming DIBuilder changes by David Blaikie · 12 years ago
  66. 563060f Update debug info test case for an incoming change to DIBuilder in LLVM by David Blaikie · 12 years ago
  67. cf4bd50 Generalize debug info tests to be forward compatible with future DISubprogram changes by David Blaikie · 12 years ago
  68. 3283fc5 Debug info - generalize namespace test to not depend on a DW_TAG_file_type entry by David Blaikie · 12 years ago
  69. ff430f6 [ms-cxxabi] Mangle function pointer template arguments correctly by Reid Kleckner · 12 years ago
  70. fecedc7 refactoring file/directory for namespace debug info by David Blaikie · 12 years ago
  71. 8e56cd1 Enhance debug info namespace test to check for context/scope reference by David Blaikie · 12 years ago
  72. 63fd408 Exploit this-return of a callsite in a this-return function. by Manman Ren · 12 years ago
  73. c4b580b Make front-end debug info namespace test frontend-only & more specific without overconstraining it by David Blaikie · 12 years ago
  74. f2b5e07 Make clang emit linkage names in debug info for subprograms when coverage info by Nick Lewycky · 12 years ago
  75. 8a40cc6 Simplify/generalize some debug info test cases by David Blaikie · 12 years ago
  76. fd44d34 Relax test to allow for attributes on other architectures. Caught by powerpc64-unknown-linux-gnu buildbot. by Adrian Prantl · 12 years ago
  77. 9a2f5d7 Don't try to set attributes in alias, they have none. by Rafael Espindola · 12 years ago
  78. c7f8116 Add missing diagnostic for a nested-name-specifier on a free-standing type definition. Bump some related diagnostics from warning to extension in C++, since they're errors there. Add some missing checks for function specifiers on non-function declarations. by Richard Smith · 12 years ago
  79. 07b0fdc Bring inheriting constructor implementation up-to-date with current defect by Richard Smith · 12 years ago
  80. 367989b Generalize a few debug info test cases by David Blaikie · 12 years ago
  81. 7cd84ba revert r177211 due to its potential issues by Manman Ren · 12 years ago
  82. 2710ed8 Exploit this-return of a callsite in a this-return function. by Manman Ren · 12 years ago
  83. 6b6a9b3 Force column info only for direct inlined functions. This should strike by Adrian Prantl · 12 years ago
  84. 836e7c9 Allocate stack storage for .block_descriptor and captured self at -O0. by Adrian Prantl · 12 years ago
  85. b38b3cd relax check to allow for attributes (fix buildbot for elf-ppc64) by Adrian Prantl · 12 years ago
  86. 5ca58a0 Eliminate backend dependency in CFE testcase. by Adrian Prantl · 12 years ago
  87. 00df5ea Force column info to be generated for call expressions so we can by Adrian Prantl · 12 years ago
  88. 77e430d Correctly compute linkage of decls forward declared extern C. by Rafael Espindola · 12 years ago
  89. 6c18af2 Remove a bogus assert so we don't crash in by Rafael Espindola · 12 years ago
  90. 23742cd Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first by Lang Hames · 12 years ago
  91. 3c5cd15 Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a by Richard Smith · 12 years ago
  92. 0353a7b Fix the emission of the copy-initialization of a block capture by John McCall · 12 years ago
  93. be9e8bf Add more of the command line options as attribute flags. by Bill Wendling · 12 years ago
  94. bd7370a Use the actual ABI-determined C calling convention for runtime by John McCall · 12 years ago
  95. 1d4fff5 Better support for constructors with -cxx-abi microsoft, partly fixes PR12784 by Timur Iskhodzhanov · 12 years ago
  96. a2bb892 Don't cache the visibility of types. by Rafael Espindola · 12 years ago
  97. 5e8577e Use the correct alignment for POD-member memcpys where the first field is a by Lang Hames · 12 years ago
  98. 8992457 Reapply r176133 with testcase fixes. by Bill Wendling · 12 years ago
  99. b58f810 Use existing macros to simplify the test a bit. by Rafael Espindola · 12 years ago
  100. d3b2f0a Use the most recent decl in getExplicitVisibility. by Rafael Espindola · 12 years ago