1. 58e4cd0 [-cxx-abi microsoft] Canonicalize array parameters better by David Majnemer · 11 years ago
  2. 6c3eb6b Fix test. by Eli Friedman · 11 years ago
  3. 62a3bba Disable the bool and enum sanitizers when emitting the implicitly-defined copy by Nick Lewycky · 11 years ago
  4. 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
  5. c5c6fa7 [ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does by Reid Kleckner · 11 years ago
  6. 942f9fe [ms-cxxabi] Implement guard variables for static initialization by Reid Kleckner · 11 years ago
  7. 7fda207 Generate code for the move assignment operator using memcpy, the same as we do by Nick Lewycky · 11 years ago
  8. db2c42c Debug Info: Update testing case. by Manman Ren · 11 years ago
  9. 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
  10. 832e921 Debug Info: Update testing case. by Manman Ren · 11 years ago
  11. e7eb0c4 PR17103: Scoped enumerations with signed integer types have signed integer by Richard Smith · 11 years ago
  12. 0d520f7 Do not emit duplicate global initializers for template static data members inside namespaces by David Blaikie · 11 years ago
  13. a3f55b0 Don't pass -O0 to clang_cc1, it is the default. by Rafael Espindola · 11 years ago
  14. c47063e Order initializers of static data members of explicit specializations by Reid Kleckner · 11 years ago
  15. 5847b71 Fix the test on -Asserts build. by Rafael Espindola · 11 years ago
  16. 28c73f1 Use -O0 in this test too. by Rafael Espindola · 11 years ago
  17. 752e1b4 Don't run optimizations in a clang test. by Rafael Espindola · 11 years ago
  18. dc1ac5e Emit uuid globals as linkonce_odr by Reid Kleckner · 11 years ago
  19. 889a675 Don't emit an available_externally vtable pointing to linkonce_odr funcs. by Rafael Espindola · 11 years ago
  20. 3b8e0b7 Revert r189649 because it was breaking sanitizer bots. by Yunzhong Gao · 11 years ago
  21. 51a31e1 Fixing a bug where debug info for a local variable gets emitted at file scope. by Yunzhong Gao · 11 years ago
  22. 3f12581 Pass the special backend option to this test for now to get it passing again. by Eric Christopher · 11 years ago
  23. 83369bf Debug Info: generate a unique identifier for C++ struct, class, union, and enum. by Manman Ren · 11 years ago
  24. 1876045 Debug Info: this reverts commit r189600. by Manman Ren · 11 years ago
  25. f1acc31 Debug Info: generate a unique identifier for C++ struct, class, union, and enum. by Manman Ren · 11 years ago
  26. 9d57b8d Sema: Subst type default template args earlier by David Majnemer · 11 years ago
  27. 11fa751 DebugInfo: Further fix/improvements to r189494 (and LLVM r189495). by David Blaikie · 11 years ago
  28. 100dfd7 Debug Info testing case: update uuid testing case to check against Itanium. by Manman Ren · 11 years ago
  29. 7b1e9b4 Debug Info testing case: move uuid-related testing to a separate file. by Manman Ren · 11 years ago
  30. c7971a9 Revert "PR14569: Omit debug info for thunks" by David Blaikie · 11 years ago
  31. 1f71f39 [-cxx-abi microsoft] Change the vdtor implicit should_call_delete argument type to int by Timur Iskhodzhanov · 11 years ago
  32. 1942e18 PR14569: Omit debug info for thunks by David Blaikie · 11 years ago
  33. d7feb04 Debug Info: follow-up patch to r189283. by Manman Ren · 11 years ago
  34. 0858246 Debug Info: add an identifier field to DICompositeType. by Manman Ren · 11 years ago
  35. 134bf5d Use CHECK-DAG in this test. by Rafael Espindola · 11 years ago
  36. c3030bc Simplify/clean up debug info suppression in CodeGenFunction by David Blaikie · 11 years ago
  37. 8d9f800 Test by David Blaikie · 11 years ago
  38. 4b10406 Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64 by Timur Iskhodzhanov · 11 years ago
  39. 5db8b31 DebugInfo: Emit info for casted decls in template args by David Majnemer · 11 years ago
  40. ae3d7a1 Fix test, make the template type a const pointer. by David Majnemer · 11 years ago
  41. 87b1f6d DebugInfo: Emit info for constant expressions in template arguments by David Majnemer · 11 years ago
  42. b969e84 Add a separate llvm.global_ctors entry for linkonce_odr data initializers by Reid Kleckner · 11 years ago
  43. 0bd62ad FileCheckify a grep test. by Reid Kleckner · 11 years ago
  44. 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
  45. 55a2b3d DebugInfo: Require only the declaration of types only used as parameter and return types by David Blaikie · 11 years ago
  46. 8f189a9 Abstract out virtual calls and virtual function prologue code generation; implement them for -cxx-abi microsoft by Timur Iskhodzhanov · 11 years ago
  47. 8225eac Test case for PR16933/r188707. by David Blaikie · 11 years ago
  48. 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
  49. 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
  50. 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
  51. c138ff5 DebugInfo: Avoid duplicating types that may be created during the process of creating their context by David Blaikie · 11 years ago
  52. 498298d DebugInfo: Don't emit vbase 'containing types' for context chain limited types by David Blaikie · 11 years ago
  53. 3de73f0 DebugInfo: don't require full definitions for friend classes by David Blaikie · 11 years ago
  54. ced39ec PR16927: Don't assert (or, previously, skip) static data members of enumeration type by David Blaikie · 11 years ago
  55. 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
  56. 8863e6b DebugInfo: Canonicalize namespaces to avoid emitting multiple namespaces with the same name but different lines by David Blaikie · 11 years ago
  57. 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
  58. 360d23e Parse: Do not 'HandleTopLevelDecl' on templated functions. by David Majnemer · 11 years ago
  59. 8effeda CodeGen: __uuidof should work even with an incomplete _GUID type by David Majnemer · 11 years ago
  60. afc1ea1 Add back a test that was removed in r188450 by David Majnemer · 11 years ago
  61. 1c7a409 [-cxx-abi microsoft] Mangle member pointers better by David Majnemer · 11 years ago
  62. 93ab6bf CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. by Stephen Lin · 11 years ago
  63. c80eb46 [-cxx-abi microsoft] Mangle __uuidof correctly into template parameters by David Majnemer · 11 years ago
  64. f2081f6 [-cxx-abi microsoft] Mangle TemplateArgument::Declaration for references by David Majnemer · 11 years ago
  65. 931a4fe Fix FileCheck --check-prefix lines. by Tim Northover · 11 years ago
  66. d6d5d69 Only emit debug info for implicit members that actually get codegen, not just ODR use. by David Blaikie · 11 years ago
  67. bb0ed29 Sema: Assertion failure during CodeGen in CodeGenModule::EmitUuidofInitializer by David Majnemer · 11 years ago
  68. c8fe011 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago
  69. 17ffbd0 Revert "[-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section" by David Majnemer · 11 years ago
  70. ea3db97 [-cxx-abi microsoft] Mangle UUIDs correctly, stick them in the proper section by David Majnemer · 11 years ago
  71. 9793fe9 catch-undefined-behavior.cpp: Remove names that don't appear in every build. by Filipe Cabecinhas · 11 years ago
  72. ce74417 UBSan: Fix naming for IR variables in catch-undef-behavior.cpp by Filipe Cabecinhas · 11 years ago
  73. 8593e78 UBSan: Fix alignment checks emitted in downcasts. by Filipe Cabecinhas · 11 years ago
  74. c0e64f3 [ms-cxxabi] Properly mangle member pointers by David Majnemer · 11 years ago
  75. 02c44f0 [ms-cxxabi] Handle template-template arguments by David Majnemer · 11 years ago
  76. 7802fc9 [ms-cxxabi] Mangle nullptr template arguments by David Majnemer · 11 years ago
  77. bb1b797 Emit the constructor for abstract classes when using -cxx-abi microsoft, fixes PR16735 by Timur Iskhodzhanov · 11 years ago
  78. ac00b79 DebugInfo: Don't prefer declarations over definitions in -flimit-debug-info in C by David Blaikie · 11 years ago
  79. 8058833 DebugInfo: Emit template arguments for limited types used for context. by David Blaikie · 11 years ago
  80. b793f0d AArch64: initial NEON support by Tim Northover · 11 years ago
  81. 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
  82. 635de28 Add MicrosoftVFTableContext to AST by Timur Iskhodzhanov · 11 years ago
  83. 060cb4a PR16715: Fix assert in verifier: only mark call to 'operator new' as 'builtin' if by Richard Smith · 11 years ago
  84. b0e603c Debug Info / EmitCallArgs: arguments may modify the debug location. by Adrian Prantl · 11 years ago
  85. 3b47759 Debug Info: Fine-tune the simple return expression location handling to by Adrian Prantl · 11 years ago
  86. 6fd131c typo. by Adrian Prantl · 11 years ago
  87. ae27181 Make test pass in Release builds, IR names don't get emitted there. by Benjamin Kramer · 11 years ago
  88. 21fe450 Use ARM-style representation for C++ method pointers under PNaCl/Emscripten by Mark Seaborn · 11 years ago
  89. a4130ba [ms-cxxabi] Emit linkonce complete dtors in TUs that need them by Reid Kleckner · 11 years ago
  90. c1e293f Test updates missed from r186799. by Richard Smith · 11 years ago
  91. ddcff1b Tighten up the set of operator new/operator delete calls we're permitted to by Richard Smith · 11 years ago
  92. 9c3bd4f Replace TEST* with CHECK-DAG in vbtable tests by Timur Iskhodzhanov · 11 years ago
  93. eb54d42 Make these tests more robust against IRgen choosing to emit more named metadata. by Richard Smith · 11 years ago
  94. e143c98 Delete a test that is checking badly for a point bug that Clang never had (and that spuriously fails with modules enabled). by Richard Smith · 11 years ago
  95. 658cd2c PR16214, PR14467: DebugInfo: use "RequireCompleteType" to decide when to emit the full definition of a type in -flimit-debug-info by David Blaikie · 11 years ago
  96. 3be37d1 [ms-cxxabi] Don't consider function templates for name backrefs by Reid Kleckner · 11 years ago
  97. c250192 Changes so that a few tests do not fail when running under guarded malloc. by Argyrios Kyrtzidis · 11 years ago
  98. 5154dce Add a __builtin_addressof that performs the same functionality as the built-in by Richard Smith · 11 years ago
  99. 5e867c8 More local mangling fixes. by Eli Friedman · 11 years ago
  100. 8892210 Fix regression from r185450. by Eli Friedman · 11 years ago