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