1. d2af0dd Quick-fix the test for no-asserts build by Timur Iskhodzhanov · 11 years ago
  2. a53d7a0 Abstract out the emission of vtables, add basic support for vtable emission when using -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  3. fe16aa3 AST: Handle qualified array types in typeid() expressions by David Majnemer · 11 years ago
  4. ecbce69 Implement restriction that a partial specialization must actually specialize by Richard Smith · 11 years ago
  5. a41c97a Switch the semantic DeclContext for a block-scope declaration of a function or by Richard Smith · 11 years ago
  6. aa82461 Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"" by David Majnemer · 11 years ago
  7. 1f7fd68 Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately" by David Majnemer · 11 years ago
  8. 0754047 [-cxx-abi microsoft] Mangle local TagDecls appropriately by David Majnemer · 11 years ago
  9. 69b6515 Fix const-eval of vector init-lists of a vector. by Eli Friedman · 11 years ago
  10. 2440fb1 Add error checking to reject neon_vector_type attribute on targets without NEON. by Amara Emerson · 11 years ago
  11. 3312933 Handle PredefinedExpr with templates and lambdas by Wei Pan · 11 years ago
  12. abcfa61 Parse: Template specializations which aren't dependent needn't have their parsing be delayed by David Majnemer · 11 years ago
  13. 8b6aaa9 DebugInfo: omit debug info for friends by David Blaikie · 11 years ago
  14. 978c5e0 [-cxx-abi microsoft] Mangle user defined entry points properly by David Majnemer · 11 years ago
  15. cab7dad [-cxx-abi microsoft] Mangle declarations inside extern "C" by David Majnemer · 11 years ago
  16. 167b774 CHECK -> CHECK-DAG by David Majnemer · 11 years ago
  17. 58e4cd0 [-cxx-abi microsoft] Canonicalize array parameters better by David Majnemer · 11 years ago
  18. 6c3eb6b Fix test. by Eli Friedman · 11 years ago
  19. 62a3bba Disable the bool and enum sanitizers when emitting the implicitly-defined copy by Nick Lewycky · 11 years ago
  20. ebaee6b The cleanup attribute no longer uses an unresolved, simple identifier as its argument. Instead, it takes an expression that is fully resolved. by Aaron Ballman · 11 years ago
  21. c5c6fa7 [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does by Reid Kleckner · 11 years ago
  22. 942f9fe [ms-cxxabi] Implement guard variables for static initialization by Reid Kleckner · 11 years ago
  23. 7fda207 Generate code for the move assignment operator using memcpy, the same as we do by Nick Lewycky · 11 years ago
  24. db2c42c Debug Info: Update testing case. by Manman Ren · 11 years ago
  25. 74341d8 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 · 11 years ago
  26. 832e921 Debug Info: Update testing case. by Manman Ren · 11 years ago
  27. e7eb0c4 PR17103: Scoped enumerations with signed integer types have signed integer by Richard Smith · 11 years ago
  28. 0d520f7 Do not emit duplicate global initializers for template static data members inside namespaces by David Blaikie · 11 years ago
  29. a3f55b0 Don't pass -O0 to clang_cc1, it is the default. by Rafael Espindola · 11 years ago
  30. c47063e Order initializers of static data members of explicit specializations by Reid Kleckner · 11 years ago
  31. 5847b71 Fix the test on -Asserts build. by Rafael Espindola · 11 years ago
  32. 28c73f1 Use -O0 in this test too. by Rafael Espindola · 11 years ago
  33. 752e1b4 Don't run optimizations in a clang test. by Rafael Espindola · 11 years ago
  34. dc1ac5e Emit uuid globals as linkonce_odr by Reid Kleckner · 11 years ago
  35. 889a675 Don't emit an available_externally vtable pointing to linkonce_odr funcs. by Rafael Espindola · 11 years ago
  36. 3b8e0b7 Revert r189649 because it was breaking sanitizer bots. by Yunzhong Gao · 11 years ago
  37. 51a31e1 Fixing a bug where debug info for a local variable gets emitted at file scope. by Yunzhong Gao · 11 years ago
  38. 3f12581 Pass the special backend option to this test for now to get it passing again. by Eric Christopher · 11 years ago
  39. 83369bf Debug Info: generate a unique identifier for C++ struct, class, union, and enum. by Manman Ren · 11 years ago
  40. 1876045 Debug Info: this reverts commit r189600. by Manman Ren · 11 years ago
  41. f1acc31 Debug Info: generate a unique identifier for C++ struct, class, union, and enum. by Manman Ren · 11 years ago
  42. 9d57b8d Sema: Subst type default template args earlier by David Majnemer · 11 years ago
  43. 11fa751 DebugInfo: Further fix/improvements to r189494 (and LLVM r189495). by David Blaikie · 11 years ago
  44. 100dfd7 Debug Info testing case: update uuid testing case to check against Itanium. by Manman Ren · 11 years ago
  45. 7b1e9b4 Debug Info testing case: move uuid-related testing to a separate file. by Manman Ren · 11 years ago
  46. c7971a9 Revert "PR14569: Omit debug info for thunks" by David Blaikie · 11 years ago
  47. 1f71f39 [-cxx-abi microsoft] Change the vdtor implicit should_call_delete argument type to int by Timur Iskhodzhanov · 11 years ago
  48. 1942e18 PR14569: Omit debug info for thunks by David Blaikie · 11 years ago
  49. d7feb04 Debug Info: follow-up patch to r189283. by Manman Ren · 11 years ago
  50. 0858246 Debug Info: add an identifier field to DICompositeType. by Manman Ren · 11 years ago
  51. 134bf5d Use CHECK-DAG in this test. by Rafael Espindola · 11 years ago
  52. c3030bc Simplify/clean up debug info suppression in CodeGenFunction by David Blaikie · 11 years ago
  53. 8d9f800 Test by David Blaikie · 11 years ago
  54. 4b10406 Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64 by Timur Iskhodzhanov · 11 years ago
  55. 5db8b31 DebugInfo: Emit info for casted decls in template args by David Majnemer · 11 years ago
  56. ae3d7a1 Fix test, make the template type a const pointer. by David Majnemer · 11 years ago
  57. 87b1f6d DebugInfo: Emit info for constant expressions in template arguments by David Majnemer · 11 years ago
  58. b969e84 Add a separate llvm.global_ctors entry for linkonce_odr data initializers by Reid Kleckner · 11 years ago
  59. 0bd62ad FileCheckify a grep test. by Reid Kleckner · 11 years ago
  60. 6a29f67 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 · 11 years ago
  61. 55a2b3d DebugInfo: Require only the declaration of types only used as parameter and return types by David Blaikie · 11 years ago
  62. 8f189a9 Abstract out virtual calls and virtual function prologue code generation; implement them for -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  63. 8225eac Test case for PR16933/r188707. by David Blaikie · 11 years ago
  64. 5434fc2 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 · 11 years ago
  65. 90e5523 Revert "Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class""" by Michael Gottesman · 11 years ago
  66. fcbeab6 Revert "Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class"" by David Blaikie · 11 years ago
  67. c138ff5 DebugInfo: Avoid duplicating types that may be created during the process of creating their context by David Blaikie · 11 years ago
  68. 498298d DebugInfo: Don't emit vbase 'containing types' for context chain limited types by David Blaikie · 11 years ago
  69. 3de73f0 DebugInfo: don't require full definitions for friend classes by David Blaikie · 11 years ago
  70. ced39ec PR16927: Don't assert (or, previously, skip) static data members of enumeration type by David Blaikie · 11 years ago
  71. 05a0569 Revert "DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class" by David Blaikie · 11 years ago
  72. 8863e6b DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with the same name but different lines by David Blaikie · 11 years ago
  73. 152701b DebugInfo: Omit debug info for dynamic classes in TUs that do not have the vtable for that class by David Blaikie · 11 years ago
  74. 360d23e Parse: Do not 'HandleTopLevelDecl' on templated functions. by David Majnemer · 11 years ago
  75. 8effeda CodeGen: __uuidof should work even with an incomplete _GUID type by David Majnemer · 11 years ago
  76. afc1ea1 Add back a test that was removed in r188450 by David Majnemer · 11 years ago
  77. 1c7a409 [-cxx-abi microsoft] Mangle member pointers better by David Majnemer · 11 years ago
  78. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  79. c80eb46 [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters by David Majnemer · 11 years ago
  80. f2081f6 [-cxx-abi microsoft] Mangle TemplateArgument::Declaration for references by David Majnemer · 11 years ago
  81. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  82. d6d5d69 Only emit debug info for implicit members that actually get codegen, not just ODR use. by David Blaikie · 11 years ago
  83. bb0ed29 Sema: Assertion failure during CodeGen in CodeGenModule::EmitUuidofInitializer by David Majnemer · 11 years ago
  84. c8fe011 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago
  85. 17ffbd0 Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section" by David Majnemer · 11 years ago
  86. ea3db97 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago
  87. 9793fe9 catch-undefined-behavior.cpp: Remove names that don't appear in every build. by Filipe Cabecinhas · 11 years ago
  88. ce74417 UBSan: Fix naming for IR variables in catch-undef-behavior.cpp by Filipe Cabecinhas · 11 years ago
  89. 8593e78 UBSan: Fix alignment checks emitted in downcasts. by Filipe Cabecinhas · 11 years ago
  90. c0e64f3 [ms-cxxabi] Properly mangle member pointers by David Majnemer · 11 years ago
  91. 02c44f0 [ms-cxxabi] Handle template-template arguments by David Majnemer · 11 years ago
  92. 7802fc9 [ms-cxxabi] Mangle nullptr template arguments by David Majnemer · 11 years ago
  93. bb1b797 Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735 by Timur Iskhodzhanov · 11 years ago
  94. ac00b79 DebugInfo: Don't prefer declarations over definitions in -flimit-debug-info in C by David Blaikie · 11 years ago
  95. 8058833 DebugInfo: Emit template arguments for limited types used for context. by David Blaikie · 11 years ago
  96. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  97. 789d82a Check dynamic_cast is not used with -fno-rtti, unless it is a noop or can be resolved statically. by Arnaud A. de Grandmaison · 11 years ago
  98. 635de28 Add MicrosoftVFTableContext to AST by Timur Iskhodzhanov · 11 years ago
  99. 060cb4a PR16715: Fix assert in verifier: only mark call to 'operator new' as 'builtin' if by Richard Smith · 11 years ago
  100. b0e603c Debug Info / EmitCallArgs: arguments may modify the debug location. by Adrian Prantl · 11 years ago