The Week Of Monday 16 May 2016 Archives by thread
Starting: Mon May 16 00:30:41 PDT 2016
Ending: Sun May 22 23:59:45 PDT 2016
Messages: 765
- [PATCH] D20279: [clang-tidy] Cleanups utils files
Alexander Kornienko via cfe-commits
- [PATCH] D19815: Support '#pragma once' in headers when using PCH
Warren Ristow via cfe-commits
- [PATCH] D20243: [PCH] Disable inclusion of timestamps when generating pch files on windows.
pierre gousseau via cfe-commits
- [PATCH] D20283: Add ras/noras flag to enable/disable RAS in clang
Roger Ferrer Ibanez via cfe-commits
- r269398 - Add support for derived class special members hiding functions brought in from
Vassil Vassilev via cfe-commits
- r269649 - [Clang][AVX512] completing missing intrinsics [vsqrt|vrsqrt|vrcp14 ].
Michael Zuckerman via cfe-commits
- r269651 - [mips] Add test for the dynamic linker when using the mips64el-fedora-linux triple.
Vasileios Kalintiris via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Serge Pavlov via cfe-commits
- r269411 - [mips] Consult triple's vendor field before using musl's interpreter.
Vasileios Kalintiris via cfe-commits
- [PATCH] D17815: [libc++abi] Use fallback_malloc to allocate __cxa_eh_globals in case of dynamic memory exhaustion.
Igor Kudrin via cfe-commits
- [PATCH] D20037: Make __FreeBSD_cc_version predefined macro configurable at build time
Dimitry Andric via cfe-commits
- [PATCH] D19667: [ubsan] Minimize size of data for type_mismatch
Filipe Cabecinhas via cfe-commits
- [PATCH] D20171: Support for MSVS default calling convention options (/Gd, /Gz, /Gv, /Gr)
Alexander Makarov via cfe-commits
- [patch] Don't use appending linkage for embeded bitcode
Rafael Espíndola via cfe-commits
- [PATCH] D20196: [clang-tidy] Inefficient string operation
Bittner Barni via cfe-commits
- [clang-tools-extra] r269656 - [clang-tidy] Cleanups utils files
Etienne Bergeron via cfe-commits
- [PATCH] D20052: Add new ASTMatcher that matches dynamic exception specifications.
Aaron Ballman via cfe-commits
- [PATCH] D19841: [clang-tidy] Lift common matchers to utils namespace
Aaron Ballman via cfe-commits
- [PATCH] D20266: [Modules] Use vfs for (recursive) directory iteration
Ben Langmuir via cfe-commits
- [PATCH] D20254: [Clang] Fix some Clang-tidy modernize-use-bool-literals warnings; other minor fixes.
Hans Wennborg via cfe-commits
- [PATCH] D20287: [Coverage] Ensure that the hash for a used function is non-zero.
Igor Kudrin via cfe-commits
- [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications
don hinton via cfe-commits
- [PATCH] D20192: [Sema] Fix bug to do with lookup of template friend function in namespace
Meador Inge via cfe-commits
- [PATCH] D18369: [OpenCL] Upstreaming khronos OpenCL header file.
Yaxun Liu via cfe-commits
- [PATCH] D17416: [libcxx] Reorganize locale extension fallbacks. NFCI
Marshall Clow via cfe-commits
- r269661 - [Modules] Use vfs for (recursive) directory iteration
Bruno Cardoso Lopes via cfe-commits
- r269662 - Add the hasDynamicExceptionSpec() AST matcher to match function declarations that have a dynamic exception specification.
Aaron Ballman via cfe-commits
- r269572 - Warn when a reference is bound to an empty l-value (dereferenced null pointer).
Hans Wennborg via cfe-commits
- [libcxx] r269663 - Add a couple of _LIBCPP_ASSERT calls. No functional change.
Marshall Clow via cfe-commits
- [PATCH] D20119: [libunwind] Improve unwinder stack usage
Asiri Rathnayake via cfe-commits
- [libcxx] r269665 - Add a test for uniqueptr having either NULL and nullptr
Marshall Clow via cfe-commits
- [PATCH] D20137: [PCH] Fixed bugs with preamble invalidation when files change (on Windows)
Cameron via cfe-commits
- [libcxx] r269669 - Remove C++11 feature macros in tests. Use TEST_STD_VER instead.
Eric Fiselier via cfe-commits
- r269670 - [OpenCL] Add supported OpenCL extensions to target info.
Yaxun Liu via cfe-commits
- r269671 - [PS4] Change the names of some "environmental" things to what our
Paul Robinson via cfe-commits
- [PATCH] D20291: [ms] Reintroduce feature guards in intrinsic headers in Microsoft mode
Nico Weber via cfe-commits
- r269675 - [ms] Reintroduce feature guards in intrinsic headers in Microsoft mode
Nico Weber via cfe-commits
- [PATCH] clang-tidy: Bug 27731 - modernize-pass-by-value suggest using std::move for types that perform copies on move
Mads Ravn via cfe-commits
- r269679 - Change embed-bitcode linkage type
Steven Wu via cfe-commits
- r269680 - [Clang][AVX512] completing missing intrinsics for [vpabs] instruction set
Michael Zuckerman via cfe-commits
- [PATCH] D20296: clang-rename: avoid StringRef members in USRLocFindingASTVisitor
Miklos Vajna via cfe-commits
- [PATCH] D20277: [clang-tidy] UnnecessaryValueParamCheck - suggest std::move() if non-const value parameter can be moved.
Samuel Benzaquen via cfe-commits
- [PATCH] D19909: [Attr] Add support for the `ms_hook_prologue` attribute.
Charles Davis via cfe-commits
- r269687 - [Lex] inferModuleFromLocation should do no work if there are no modules
David Majnemer via cfe-commits
- [PATCH] D20133: [OpenCL] Fix __builtin_astype for vec3 types.
Yaxun Liu via cfe-commits
- Does anyone need these zorg modules?
Galina Kistanova via cfe-commits
- r269693 - Added support to the ASTImporter for C++ constructor initializers.
Sean Callanan via cfe-commits
- r269695 - Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar via cfe-commits
- r269701 - Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC""
Vedant Kumar via cfe-commits
- Buildbot numbers for the last week of 5/08/2016 - 5/14/2016
Galina Kistanova via cfe-commits
- [PATCH] D19322: Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong via cfe-commits
- r269709 - [PS4] Tighten up a test (noticed in passing)
Paul Robinson via cfe-commits
- [PATCH] D20302: Remove LazyDefinitionDataPtr and rely on getMostRecentDecl. Fixes PR27754.
Vassil Vassilev via cfe-commits
- r269716 - Avoid O(n^2) string analysis when handling GNU __asm__ statements.
Richard Smith via cfe-commits
- r269717 - Switch from SmallVector to TinyPtrVector for the list of attributes on a declaration. This removes a memory allocation for the common case where the declaration has only one attribute.
Richard Smith via cfe-commits
- r269718 - Doxygen comments for avxintrin.h.
Ekaterina Romanova via cfe-commits
- r269720 - Try to make the buildbots green again: avoid the need for class Attr to be
Richard Smith via cfe-commits
- r269721 - Less broken fix for buildbot breakage.
Richard Smith via cfe-commits
- r269214 - Relax -Wcalling-convention-cast when casting to the default convention (cdecl)
Nico Weber via cfe-commits
- r269309 - [ubsan] Add -fsanitize-undefined-strip-path-components=N
Sean Silva via cfe-commits
- [PATCH] D20111: [OpenMP] Adjust map type bits according to latest spec and use zero size array sections for pointers.
Samuel Antao via cfe-commits
- [PATCH] D20112: [OpenMP] Add support for the 'private pointer' flag to signal variables captured in target regions and used in first-private clauses.
Samuel Antao via cfe-commits
- [PATCH] D20313: [Mips] Set mips32 as default CPU for MIPS32 Android
Petar Jovanovic via cfe-commits
- r269730 - Modules: set SystemHeader to true if we are building a system module.
Manman Ren via cfe-commits
- r269732 - [AVX512] Fix odd formatting in intrinsic header.
Craig Topper via cfe-commits
- r269733 - [AVX512] _m512_setzero_qi/hi should return __m512i.
Craig Topper via cfe-commits
- r269734 - [X86] Add a few missing typecasts to intrinsics. Found by playing with -fno-lax-vector-conversions on the builtin tests.
Craig Topper via cfe-commits
- r269735 - [X86] Fix a few intrinsic tests to use the return type that matches the intrinsic they're testing.
Craig Topper via cfe-commits
- r269737 - [AVX512] Correct types for scalar double precision FMA intrinsics and single precision getexp intrinsics.
Craig Topper via cfe-commits
- r269738 - [AVX512] Fix return types in several test cases to match the intrinsic they're testing.
Craig Topper via cfe-commits
- r269739 - [AVX512] Add parentheses around macro arguments in AVX512BW intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return values. And finally reformat after all the adjustments.
Craig Topper via cfe-commits
- r269740 - [AVX512] Add parentheses around macro arguments in AVX512DQ intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return values. And finally reformat after all the adjustments.
Craig Topper via cfe-commits
- r269741 - [AVX512] Add parentheses around macro arguments in AVX512ER intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return values. And finally reformat after all the adjustments.
Craig Topper via cfe-commits
- r269742 - [AVX512] Add parentheses around macro arguments in AVX512PF intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return values. And finally reformat after all the adjustments.
Craig Topper via cfe-commits
- r269743 - [AVX512] Add parentheses around macro arguments in AVX512VLBW intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return values. And finally reformat after all the adjustments.
Craig Topper via cfe-commits
- r269744 - [AVX512] Add parentheses around macro arguments in AVX512VLDQ intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return values. And finally reformat after all the adjustments.
Craig Topper via cfe-commits
- r269745 - [AVX512] Add parentheses around macro arguments in AVX512VL intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return values. And finally reformat after all the adjustments.
Craig Topper via cfe-commits
- r269746 - [AVX512] Add parentheses around macro arguments in AVX512F intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return values. And finally reformat after all the adjustments.
Craig Topper via cfe-commits
- [PATCH] D20198: clang-format: [JS] sort ES6 imports.
Daniel Jasper via cfe-commits
- [PATCH] D20208: clang-format: [JS] fix template string width counting.
Daniel Jasper via cfe-commits
- r269747 - clang-format: [JS] fix template string width counting.
Martin Probst via cfe-commits
- r269748 - clang-format: [JS] simplify logic by parsing forward.
Martin Probst via cfe-commits
- r269751 - [OPENMP] Pass scalar firstprivate vars by value.
Alexey Bataev via cfe-commits
- Patch submission for bug 27400
Mads Ravn via cfe-commits
- r269754 - [Mips] Set mips32 as default CPU for MIPS32 Android
Petar Jovanovic via cfe-commits
- [PATCH] D20320: [libunwind] Improve unwinder stack usage - II
Asiri Rathnayake via cfe-commits
- [PATCH] D20321: [Clang][AVX512][intrinsics] Fix vperm intrinsics.
Igor Breger via cfe-commits
- r263795 - Add -fnative-half-arguments-and-returns
Jeroen Ketema via cfe-commits
- [PATCH] D19324: [ASTMatchers] new forEachOverriden matcher
Clement Courbet via cfe-commits
- [clang-tools-extra] r269758 - [include-fixer] Make the "extend to the right" hack support typos without nested names in the front.
Benjamin Kramer via cfe-commits
- [PATCH] D20249: [OpenCL] Hierarchical/dynamic parallelism - enqueue kernel in OpenCL 2.0
Pekka Jääskeläinen via cfe-commits
- [PATCH] D20328: [libcxx] Externally threaded libc++ variant
Asiri Rathnayake via cfe-commits
- [PATCH] D19415: [libcxx][rfc] Externalized threading support
Asiri Rathnayake via cfe-commits
- [clang-tools-extra] r269762 - [find-all-symbols] Ignore anonymous enum declarations.
Haojian Wu via cfe-commits
- [PATCH] D20325: Add ARM cdp intrinsics
Renato Golin via cfe-commits
- [PATCH] D19816: [find-all-symbols] Add IWYU private pragma support.
Haojian Wu via cfe-commits
- [PATCH] D20329: [clang-include-fixer] Added Vim integration for clang-include-fixer.
Eric Liu via cfe-commits
- r269765 - Revert "[X86] Add immediate range checks for many of the builtins."
Filipe Cabecinhas via cfe-commits
- r269769 - [PCH] Fixed bug with preamble invalidation when overridden files change
Cameron Desrochers via cfe-commits
- [PATCH] D19932: [OpenCL] Add to_{global|local|private} builtin functions.
Yaxun Liu via cfe-commits
- [libcxx] r269772 - Implement P0030R1: Introduce a 3-Argument Overload to std::hypot
Marshall Clow via cfe-commits
- [libcxx] r269773 - Add some checking so that the TEST_HAS_XXX macros match up with the _LIBCPP_NO_HAS_XXX macros. No functional change
Marshall Clow via cfe-commits
- [PATCH] D20326: [clang-tidy] Fix a template function false positive in misc-unused-using-decls check.
Alexander Kornienko via cfe-commits
- [Clang] Convergent Attribute
Ettore Speziale via cfe-commits
- [PATCH] D19311: [analyzer] Self Assignment Checker
Devin Coughlin via cfe-commits
- [clang-tools-extra] r269779 - [find-all-symbols] Add IWYU private pragma support.
Haojian Wu via cfe-commits
- r269780 - Tentatively enable -Wcast-calling-convention by default
Reid Kleckner via cfe-commits
- r269781 - Fix calling convention test
Reid Kleckner via cfe-commits
- [clang-tools-extra] r269786 - [clang-tidy] Skip misc-macro-parentheses for namespaces (Fix PR27400)
Vedant Kumar via cfe-commits
- r269787 - Fix line numbers in calling convention test
Reid Kleckner via cfe-commits
- [libcxx] r269789 - Implement LWG2576: istream_iterator and ostream_iterator should use std::addressof
Marshall Clow via cfe-commits
- [PATCH] D19990: [CUDA] Implement __ldg using intrinsics.
Justin Lebar via cfe-commits
- r269794 - NFC: simplify logic.
Manman Ren via cfe-commits
- [clang-tools-extra] r269796 - clang-rename: avoid StringRef members in USRLocFindingASTVisitor
Miklos Vajna via cfe-commits
- [PATCH] D17578: [OpenCL]Allowing explicit conversion of "0" to event_t type
Aaron En Ye Shi via cfe-commits
- r269801 - Teach clang to look for libcxx in /usr/local/include/c++ on Linux
Yaron Keren via cfe-commits
- [PATCH] D18821: Add bugprone-bool-to-integer-conversion
Alexander Kornienko via cfe-commits
- [PATCH] D20334: [libcxx] Fix a bug in strstreambuf::overflow
Akira Hatanaka via cfe-commits
- r269802 - Dividied ASTMatcherTests into 4 files
Piotr Padlewski via cfe-commits
- [clang-tools-extra] r269804 - [clang-tidy] Lift common matchers to utils namespace
Etienne Bergeron via cfe-commits
- [libclc] r269807 - math: Use single precision fmax in sp path
Jan Vesely via cfe-commits
- [libcxx] r269812 - Add test for r269789
Eric Fiselier via cfe-commits
- [PATCH] D20336: [AMDGPU] Remove individual debugger options
Konstantin Zhuravlyov via cfe-commits
- [libcxx] r269838 - Test hijacking ADL for operator& in the stream iterator constructors.
Eric Fiselier via cfe-commits
- [PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821
Alexander Kornienko via cfe-commits
- [PATCH] D19754: Allow 'nodebug' on local variables
Robinson, Paul via cfe-commits
- r269849 - Revert r269717. That change alone did not provide the intended benefit (which
Richard Smith via cfe-commits
- [PATCH] D20338: [PCH] Fixed overridden files always invalidating preamble even when unchanged
Cameron via cfe-commits
- [PATCH] D20339: Update clang for D20260
Peter Collingbourne via cfe-commits
- r269852 - [X86][SSE] Tidied up MMX/SSE/SSE2 builtin tests to the correct test file
Simon Pilgrim via cfe-commits
- [PATCH] D19567: PR21823: 'nodebug' attribute on global/static variables
David Blaikie via cfe-commits
- [PATCH] D20341: [CUDA] Enable fusing FP ops for CUDA by default.
Artem Belevich via cfe-commits
- r269858 - PR27754: CXXRecordDecl::data() needs to perform an update even if it's called
Richard Smith via cfe-commits
- r269869 - Fix use-after-free ASan failures for modules / PCH files that deserialize abi_tag or no_sanitize attributes.
Richard Smith via cfe-commits
- [clang-tools-extra] r269870 - IncludeFixerTest.cpp: Add explicit triple for some tests. They are failing for targeting *-win32.
NAKAMURA Takumi via cfe-commits
- [PATCH] D20345: [Mips] Finetuning MIPS32 Android default variants
Petar Jovanovic via cfe-commits
- [clang-tools-extra] r269873 - include-fixer: They require clangLex.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r269874 - FindAllSymbolsTests doesn't require clangToolingCore.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r269875 - findAllSymbols: Prune unused libdeps.
NAKAMURA Takumi via cfe-commits
- r269878 - [X86] Add immediate range checks for many of the builtins.
Craig Topper via cfe-commits
- r269879 - [Sema, CodeGen] Remove comment from SemaChecking about a builtin_shufflevector form that it doesn't support. Remove CodeGen support for the same form since it could never have been used due to the missing support in Sema.
Craig Topper via cfe-commits
- [PATCH] D20349: Fix a clang bug in lambda capture of 'this'
Taewook Oh via cfe-commits
- r269880 - Various improvements to the public IRGen interface.
John McCall via cfe-commits
- [PATCH] D19829: [scan-build] fix dead store warnings emitted on clang code base
Apelete Seketeli via cfe-commits
- [PATCH] D19804: Make clang-format cleaner remove redundant commas in list and redundant colon in constructor initializer.
Daniel Jasper via cfe-commits
- [PATCH] D19843: Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
Marek Kurdej via cfe-commits
- r269888 - Make clang-format cleaner remove redundant commas in list and redundant colon in constructor initializer.
Eric Liu via cfe-commits
- [PATCH] D19084: [scan-build] fix warnings emitted on Clang AST code base
Apelete Seketeli via cfe-commits
- r269889 - [clang-format] Make FormatTokenLess::operator() const.
Eric Liu via cfe-commits
- [PATCH] D20354: [include-fixer] Ignore non-scoped enum declaration during search.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r269890 - [include-fixer] Ignore non-scoped enum declaration during search.
Haojian Wu via cfe-commits
- r269891 - Support for MSVS default calling convention options (/Gd, /Gz, /Gv,
Alexey Bataev via cfe-commits
- [PATCH] D20356: clang-rename: handle non-inline ctor definitions when renaming classes
Miklos Vajna via cfe-commits
- [clang-tools-extra] r269894 - [include-fixer] Run tests with -fno-ms-compatibility.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r269896 - [clang-tidy] Fix a functional change from r269656.
Benjamin Kramer via cfe-commits
- [PATCH] D20358: Convert AVX non-temporal store builtins to LLVM-native IR.
michael zuckerman via cfe-commits
- [PATCH] D20359: Convert AVX non-temporal store builtins to LLVM-native IR. This was previously done for SSE builtins.
michael zuckerman via cfe-commits
- [clang-tools-extra] r269906 - [clang-tidy] Fix a template function false positive in misc-unused-using-decls check.
Haojian Wu via cfe-commits
- [PATCH] D20360: [ASTMatcher] Add a node matcher for UnresolvedLookupExpr.
Haojian Wu via cfe-commits
- r269907 - Add new intrinsic support for MONITORX and MWAITX instructions
Ashutosh Nema via cfe-commits
- r269910 - Update for llvm change.
Rafael Espindola via cfe-commits
- [PATCH] D19796: Add new intrinsic support for MONITORX and MWAITX instructions.
Ashutosh Nema via cfe-commits
- r269914 - [Mips] Finetuning MIPS32 Android default variants
Petar Jovanovic via cfe-commits
- [PATCH] D20362: [clang-format] Make formatReplacements() also sort #includes.
Eric Liu via cfe-commits
- r269916 - [ASTMatcher] Add a node matcher for UnresolvedLookupExpr.
Haojian Wu via cfe-commits
- [clang-tools-extra] r269918 - [clang-tidy] Fix misc-unused-using-decls test failure in windows
Haojian Wu via cfe-commits
- r269921 - [X86][SSE3] Sync with llvm/test/CodeGen/X86/sse3-intrinsics-fast-isel.ll
Simon Pilgrim via cfe-commits
- [PATCH] D20365: [PATCH] clang-tidy: Bug 27731 - modernize-pass-by-value suggest using std::move for types that perform copies on move
Mads Ravn via cfe-commits
- [clang-tools-extra] r269923 - [include-fixer] Don't insert #includes if a fatal error occurred.
Benjamin Kramer via cfe-commits
- r269924 - [clang-format] Make formatReplacements() also sort #includes.
Eric Liu via cfe-commits
- r269926 - [X86][SSE41] Sync with llvm/test/CodeGen/X86/sse41-intrinsics-fast-isel.ll
Simon Pilgrim via cfe-commits
- [PATCH] D20366: [ASTMatcher] Make dump_ast_matchers.py executable.
Haojian Wu via cfe-commits
- [clang-tools-extra] r269927 - [clang-include-fixer] Added Vim integration for clang-include-fixer.
Eric Liu via cfe-commits
- [clang-tools-extra] r269928 - [clang-tidy] Use unresolvedLookupExpr node matcher from ASTMatcher.
Haojian Wu via cfe-commits
- [PATCH] D20367: [clang-tidy] Use unresolvedLookupExpr node matcher from ASTMatcher.
Haojian Wu via cfe-commits
- r269931 - [X86][SSE42] Sync with llvm/test/CodeGen/X86/sse42-intrinsics-fast-isel.ll
Simon Pilgrim via cfe-commits
- r269932 - Removed duplicate SSE42 builtin tests from avx-builtins.c
Simon Pilgrim via cfe-commits
- [PATCH] D20369: [ASTMatcher] Fix a ASTMatcher test failure on Windows.
Haojian Wu via cfe-commits
- r269934 - [Hexagon] Recognize "q" and "v" in inline-asm as register constraints
Krzysztof Parzyszek via cfe-commits
- r269935 - Teach Sema::MergeFunctionDecl to properly check for an out-of-line definition of a function that is declared as =default in its class definition.
Vassil Vassilev via cfe-commits
- r269936 - [ASTMatcher] Fix a ASTMatcher test failure on Windows.
Haojian Wu via cfe-commits
- r269939 - [Clang][AVX512] completing missing intrinsics [pandnd].
Michael Zuckerman via cfe-commits
- r269941 - [PS4] Clean up some test commentary. NFC
Paul Robinson via cfe-commits
- [PATCH] D20372: [include-fixer] Also look up prefixes of queries.
Benjamin Kramer via cfe-commits
- [PATCH] D20373: PR27799: [OpenCL] Clang fails to compile libclc
Yaxun Liu via cfe-commits
- [clang-tools-extra] r269952 - clang-rename: handle non-inline ctor definitions when renaming classes
Miklos Vajna via cfe-commits
- [PATCH] D20168: [CodeGen] Handle structs directly in AMDGPUABIInfo
Matt Arsenault via cfe-commits
- [clang-tools-extra] r269956 - [include-fixer] Also look up prefixes of queries.
Benjamin Kramer via cfe-commits
- r269957 - [ASTMacther] A follow-up on unresolvedLookupExpr test fixing.
Haojian Wu via cfe-commits
- r269961 - [Driver] Fix the case when use -fembed-bitcode and -flto= together
Steven Wu via cfe-commits
- [PATCH] D20374: [Driver] Fix the case when use -fembed-bitcode and -flto= together
Steven Wu via cfe-commits
- [PATCH] D19783: Fix cv-qualification of '*this' captures (and nasty bug PR27507 introduced by commit 263921 "Implement Lambda Capture of *this by Value as [=, *this]")
Richard Smith via cfe-commits
- [libcxx] r269965 - Change the control flow in atomic_compare_exchange_strong to avoid a potential deadlock.
Marshall Clow via cfe-commits
- r269967 - [X86][SSE2] Sync with llvm/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
Simon Pilgrim via cfe-commits
- r269968 - ObjectiveC Class Properties: warn if a class property accessor is mistakenly an
Manman Ren via cfe-commits
- r269970 - Revert r269967 (SSE2 builtin checks) due to failed buildbots
Simon Pilgrim via cfe-commits
- [libcxx] r269973 - Mark LWG2583 as complete. I did this a while ago, and forgot to update the table.
Marshall Clow via cfe-commits
- [PATCH] D20382: Add postorder support to RecursiveASTVisitor
Raphael Isemann via cfe-commits
- [PATCH] D20383: PCH + Module: make sure we write out macros associated with builtin identifiers
Manman Ren via cfe-commits
- r269989 - Update for llvm change.
Rafael Espindola via cfe-commits
- [libcxx] r269991 - Optimize declval for compile times. Patch from Eric Niebler.
Eric Fiselier via cfe-commits
- [PATCH] D20392: [CodeView] Modify emitTypeInformation to use MemoryTypeTableBuilder
Adrian McCarthy via cfe-commits
- [PATCH] D20394: Fix cdp intrinsic
Ranjeet Singh via cfe-commits
- [libcxx] r269998 - Cleanup superfluous std:: qualifiers in <type_traits>
Eric Fiselier via cfe-commits
- [PATCH] D20401: [Lexer] Don't merge macro args from different macro files
Vedant Kumar via cfe-commits
- [PATCH] D20404: [Driver] Fix driver support for color diagnostics
Bruno Cardoso Lopes via cfe-commits
- r270006 - Fix a funny Dvorak typo.
Rafael Espindola via cfe-commits
- [PATCH] D20405: [CUDA] allow sm_50,52,53 GPUs
Artem Belevich via cfe-commits
- [PATCH] D20407: [CodeGen][ObjC] zero-ext an i1 value to i8
Akira Hatanaka via cfe-commits
- [PATCH] D15089: Patch to google checks in clang-tidy
Eugene Zelenko via cfe-commits
- [PATCH] D7982: Add readability-duplicate-include check to clang-tidy
Eugene Zelenko via cfe-commits
- r270009 - Make Sema::getPrintingPolicy less ridiculously expensive. This used to perform
Richard Smith via cfe-commits
- r270010 - Revert accidentally-committed test for PR27558 (which currently fails...)
Richard Smith via cfe-commits
- [PATCH] D16948: [libcxx] Filesystem TS -- Complete
Eric Fiselier via cfe-commits
- r270016 - Fix PR27601 by reverting [r267453] - Refactor traversal of bases in deduction of template parameters from base
Faisal Vali via cfe-commits
- r266719 - Warn if function or variable cannot be implicitly instantiated
Sean Silva via cfe-commits
- r270021 - Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"
Vedant Kumar via cfe-commits
- [PATCH] D20415: Update Clang for D20147 ("DebugInfo: New metadata representation for global variables.")
Peter Collingbourne via cfe-commits
- [PATCH] D20089: Adding a TargetParser for AArch64
jojo.ma via cfe-commits
- r270027 - clang-format: Fix enumerator case ranges.
Daniel Jasper via cfe-commits
- r270028 - clang-format: Fix incorrect indentation in last line of macro definition
Daniel Jasper via cfe-commits
- r270029 - clang-format: [JS] Fix spacing in destructuring assignments.
Daniel Jasper via cfe-commits
- [PATCH] D20370: [include-fixer] Sort headers after inserting new headers.
Eric Liu via cfe-commits
- [clang-tools-extra] r270031 - [include-fixer] Sort headers after inserting new headers.
Eric Liu via cfe-commits
- [clang-tools-extra] r261991 - [clang-tidy] Fix a crash issue when clang-tidy runs with compilation database.
Edoardo P. via cfe-commits
- [PATCH] D20419: [Sparc] Add software float option -msoft-float
Jacob Baungard Hansen via cfe-commits
- [clang-tools-extra] r270032 - [clang-tidy] Fix doc titles.
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r270033 - [clang-tidy] Fix/add style guide links.
Alexander Kornienko via cfe-commits
- [PATCH] D20420: [find-all-symbol] Add macro support.
Haojian Wu via cfe-commits
- r270034 - [X86][SSE2] Sync with llvm/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
Simon Pilgrim via cfe-commits
- [PATCH] D18035: [GCC] PR23529 Mangler part of attrbute abi_tag support
Dmitry Polukhin via cfe-commits
- r270039 - [Sema] Allow an external sema source to handle delayed typo corrections.
Benjamin Kramer via cfe-commits
- r270042 - [X86][SSE2] Added _mm_cast* and _mm_set* tests
Simon Pilgrim via cfe-commits
- r270043 - [X86][SSE2] Added _mm_move_* tests
Simon Pilgrim via cfe-commits
- [clang-tools-extra] r270045 - [include-fixer] Remove obsolete windows hack.
Benjamin Kramer via cfe-commits
- [PATCH] D20422: [MSVC2015] dllexport for defaulted special class members
Dmitry Polukhin via cfe-commits
- r270047 - [Clang][AVX512][intrinsics] continue completing missing set intrinsics
Michael Zuckerman via cfe-commits
- [PATCH] D20424: [include-fixer] Make search handle fully qualified names correctly.
Benjamin Kramer via cfe-commits
- [clang-tools-extra] r270055 - [include-fixer] Make search handle fully qualified names correctly.
Benjamin Kramer via cfe-commits
- [PATCH] D20428: Tracking exception specification source locations
Aaron Ballman via cfe-commits
- r270058 - [ARM] Fix cdp intrinsic
Ranjeet Singh via cfe-commits
- [PATCH] D20429: [clang-tidy] Handle using-decls with more than one shadow decl.
Haojian Wu via cfe-commits
- [clang-tools-extra] r270059 - [include-fixer] Remove an unused local variable ExistingHeaders.
Haojian Wu via cfe-commits
- r270067 - [driver][mips] Hardcode triple name in case of CodeSourcery toolchain. NFC
Simon Atanasyan via cfe-commits
- r270068 - [driver] Do not pass target triple to the MultilibSet include dirs callback
Simon Atanasyan via cfe-commits
- r270069 - [driver] Do not pass install dir to the MultilibSet include dirs callback
Simon Atanasyan via cfe-commits
- [PATCH] D14326: ASTImporter: expressions, pt.2
Aleksei Sidorin via cfe-commits
- [PATCH] D20437: [MSVC] Support of __unaligned qualifier for function types
Andrey Bokhanko via cfe-commits
- r269220 - [MSVC] Implementation of __unaligned as a proper type qualifier
Andrey Bokhanko via cfe-commits
- r270079 - [X86][SSE2] Fixed shuffle of results in _mm_cmpnge_sd/_mm_cmpngt_sd tests
Simon Pilgrim via cfe-commits
- [clang-tools-extra] r270082 - [include-fixer] Fix unused variable warning in Release builds.
Benjamin Kramer via cfe-commits
- r270083 - [X86][SSE] Sync with llvm/test/CodeGen/X86/sse-intrinsics-fast-isel.ll
Simon Pilgrim via cfe-commits
- [PATCH] [clang] Emit ObjC method and block annotation attributes to IR
Max Bazaliy via cfe-commits
- r270084 - [CUDA] Allow sm_50,52,53 GPUs
Artem Belevich via cfe-commits
- r270085 - Don't rely on value numbers in test, those are fragile and change in Release (no asserts) builds.
Benjamin Kramer via cfe-commits
- r270086 - Check for nullptr argument.
Artem Belevich via cfe-commits
- [PATCH] D20141: Check for nullptr argument.
Artem Belevich via cfe-commits
- r270089 - [MS ABI] Ignore transparent contexts when determining the effective context
David Majnemer via cfe-commits
- r270094 - [CUDA] Enable fusing FP ops (-ffp-contract=fast) for CUDA by default.
Artem Belevich via cfe-commits
- [PATCH] D20444: [OpenCL] Include opencl-c.h by default as a module
Yaxun Liu via cfe-commits
- [PATCH] D20446: clang-rename: fix renaming members when referenced as macro arguments
Miklos Vajna via cfe-commits
- r270107 - [CUDA] Split device-var-init.cu tests into separate Sema and CodeGen parts.
Artem Belevich via cfe-commits
- r270108 - [CUDA] Do not allow non-empty destructors for global device-side variables.
Artem Belevich via cfe-commits
- [PATCH] D20139: [CUDA] Split device-var-init.cu tests into separate Sema and CodeGen parts.
Artem Belevich via cfe-commits
- [PATCH] D20140: [CUDA] Do not allow non-empty destructors for global device-side variables.
Artem Belevich via cfe-commits
- [PATCH] D20449: [Basic] Change x86_64-windows-macho targets to use Windows-style va_lists.
Charles Davis via cfe-commits
- r270144 - [Sema] Fix use after move. Found by ubsan.
Benjamin Kramer via cfe-commits
- [PATCH] D20451: [Parser] Fix look ahead after EOF while parsing objc message and lambdas
Bruno Cardoso Lopes via cfe-commits
- r270150 - [CUDA] Implement __ldg using intrinsics.
Justin Lebar via cfe-commits
- [PATCH] D20454: Eliminate unnecessary file access checks in Clang driver on Windows
Adrian McCarthy via cfe-commits
- r270154 - [analyzer] Fix for PR23790 : constrain return value of strcmp() rather than returning a concrete value.
Anton Yartsev via cfe-commits
- r270160 - [Lexer] Don't merge macro args from different macro files
Vedant Kumar via cfe-commits
- r270164 - Avoid depending on test inputes that aren't in Inputs
Reid Kleckner via cfe-commits
- r270169 - Revert incorrect module map changes in r269907 and replace them with the
Richard Smith via cfe-commits
- r270170 - Re-alphabetize this file list.
Richard Smith via cfe-commits
- [PATCH] D20457: Update -ffast-math documentation to match reality.
Justin Lebar via cfe-commits
- [PATCH] D15421: [Feature] Add a builtin for indexing into parameter packs
Richard Smith via cfe-commits
- r270180 - CodeGen: address -Wcast-qual warning
Saleem Abdulrasool via cfe-commits
- r270188 - clang-format: [JS] Treat "for" as a reserved word after a ".".
Daniel Jasper via cfe-commits
- [clang-tools-extra] r270189 - [find-all-symbol] Add macro support.
Haojian Wu via cfe-commits
- [clang-tools-extra] r270191 - [clang-tidy] Handle using-decls with more than one shadow decl.
Haojian Wu via cfe-commits
- [clang-tools-extra] r270193 - [find-all-symbols] make HeaderMapCollector optional in FindAllSymbols and FindAllMacros.
Eric Liu via cfe-commits
- [PATCH] D20463: [clang-tidy] Add more descriptive comments and examples in misc-definitions-in-headers check.
Haojian Wu via cfe-commits
- [clang-tools-extra] r270196 - [find-all-symbols] fixed FindAllMacros compilation error.
Eric Liu via cfe-commits
- [clang-tools-extra] r270197 - [clang-tidy] Add more descriptive comments and examples in misc-definitions-in-headers check.
Haojian Wu via cfe-commits
- [PATCH] D20465: [find-all-symbol] Ignore inline namespace context.
Haojian Wu via cfe-commits
- [PATCH] D19479: 26748 - clang-cl fails to compile atlctrlw.h header from WTL
Andrew V. Tischenko via cfe-commits
- [clang-tools-extra] r270199 - [find-all-symbol] Try to fix the failure windows unittest.
Haojian Wu via cfe-commits
- [clang-tools-extra] r270202 - [find-all-symbols] fix failing unittest for Windows build bot.
Eric Liu via cfe-commits
- r270203 - clang-format: [JS] sort ES6 imports.
Martin Probst via cfe-commits
- [clang-tools-extra] r270204 - clang-rename: fix renaming members when referenced as macro arguments
Miklos Vajna via cfe-commits
- [clang-tools-extra] r270206 - [find-all-symbol] Ignore inline namespace context.
Haojian Wu via cfe-commits
- [PATCH] D20113: Fix mangled name of method with ns_consumed parameters.
Sylvain Defresne via cfe-commits
- r270210 - [X86][AVX] Full set of AVX intrinsics tests
Simon Pilgrim via cfe-commits
- [clang-tools-extra] r270211 - [find-all-symbols] Some cleanups in unittest.
Haojian Wu via cfe-commits
- r270212 - [X86][AVX] Added _mm256_extract_epi64 test
Simon Pilgrim via cfe-commits
- [libcxx] r270213 - Reorganize locale extension fallbacks. NFCI
Ben Craig via cfe-commits
- [PATCH] D20467: [include-fixer] Mention more details in the document.
Haojian Wu via cfe-commits
- [PATCH] D20468: [X86][AVX] Ensure zero-extension of _mm256_extract_epi8 and _mm256_extract_epi16
Simon Pilgrim via cfe-commits
- [PATCH] D20469: [include-fixer] Don't run the script if clang-include-fixer binary is not valid.
Haojian Wu via cfe-commits
- [clang-tools-extra] r270215 - [clang-tidy] Switch to a more common way of customizing check behavior.
Alexander Kornienko via cfe-commits
- r270216 - [Hexagon] Recognize "s" constraint in inline-asm
Krzysztof Parzyszek via cfe-commits
- r270224 - Add all the avx512 flavors to __builtin_cpu_supports's list.
Benjamin Kramer via cfe-commits
- r270226 - Eliminate unnecessary file access checks in Clang driver on Windows
Adrian McCarthy via cfe-commits
- r270227 - [X86][AVX] Added _mm256_testc_si256/_mm256_testnzc_si256/_mm256_testz_si256 tests
Simon Pilgrim via cfe-commits
- r270238 - [OpenCL] Allow explicit cast of 0 to event_t.
Yaxun Liu via cfe-commits
- r270240 - Make __FreeBSD_cc_version predefined macro configurable at build time
Dimitry Andric via cfe-commits
- r270241 - ObjectiveC: canonicalize "kindof id" to "id".
Manman Ren via cfe-commits
- [PATCH] D20481: [CUDA] Define __USE_FAST_MATH__ when __FAST_MATH__ is defined.
Justin Lebar via cfe-commits
- [PATCH] D18138: Add -fnative-half-arguments-and-returns
Anastasia Stulova via cfe-commits
- r270261 - [OpenCL] Add to_{global|local|private} builtin functions.
Yaxun Liu via cfe-commits
- [PATCH] D20490: [Parser] Fix a crash on invalid where a delayed TypoExpr was corrected twice
Erik Pilkington via cfe-commits
- [PATCH] D20492: Clang support for __is_assignable intrinsic
Dave Bartolomeo via cfe-commits
- [PATCH] D20493: [CUDA] Add -fcuda-approx-transcendentals flag.
Justin Lebar via cfe-commits
- r270279 - Update -ffast-math documentation to match reality.
Justin Lebar via cfe-commits
- [PATCH] D20498: [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr
Tim Shen via cfe-commits
- [PATCH] D20499: [Temporary, Lifetime] Add lifetime marks for temporaries
Tim Shen via cfe-commits
- [PATCH] D19930: [Lifetime] Add lifetime markers for C++ lifetime-extended temporaries
Tim Shen via cfe-commits
- [PATCH] D20500: [ms] Allow more unqualified lookup of types in dependent base classes
Reid Kleckner via cfe-commits
- [clang-tools-extra] r270288 - Fix docs
Alexander Kornienko via cfe-commits
- [PATCH] D20510: [PATCH] Fix for bug 27802 misc-macro-parentheses breaks variadic macros
Mads Ravn via cfe-commits
- [PATCH] D20511: Fix crash while parsing variable template with variadic template arguments
Olivier Goffart via cfe-commits
- [PATCH] D20512: [PATCH] Bug 27475 - Request header guard check processes .hpp files as well as .h files
Mads Ravn via cfe-commits
- r270330 - [X86][AVX] Ensure zero-extension of _mm256_extract_epi8 and _mm256_extract_epi16
Simon Pilgrim via cfe-commits
- r270351 - Driver: simplify getDynameLinker
Saleem Abdulrasool via cfe-commits
- r270352 - Driver: sink getLinuxDynamicLoader into the Toolchain
Saleem Abdulrasool via cfe-commits
- r270353 - [AST] Cleanup comments regarding CXXRecordDecl::isEmpty
David Majnemer via cfe-commits
- [PATCH] D20514: [Clang][AVX512][BUILTIN]adding missing intrinsics for movdaq instruction set
michael zuckerman via cfe-commits
- r270366 - [driver][mips] Drop support for outdated version of CodeSourcery MIPS toolchain
Simon Atanasyan via cfe-commits
- r270367 - [driver][mips] Rename some variables to better reflect their purpose. NFC
Simon Atanasyan via cfe-commits
- r270368 - [driver][mips] Use target triple mips-mti-linux-gnu for toolchain detection
Simon Atanasyan via cfe-commits
- r270373 - [driver][mips] Support new versions of MIPS CodeScape toolchains
Simon Atanasyan via cfe-commits
- r270374 - [driver][mips] clang-format the code. NFC
Simon Atanasyan via cfe-commits
- r270380 - [driver][mips] Follow-up to r270373. Add missed folder.
Simon Atanasyan via cfe-commits
- r270391 - Fix typo in documentation comment.
Bob Wilson via cfe-commits
- r270392 - Driver: support exherbo's multiarch support
Saleem Abdulrasool via cfe-commits
- [PATCH] D20088: Using AArch64TargetParser in clang
jojo.ma via cfe-commits
- [PATCH] D18170: [CUDA][OpenMP] Create generic offload toolchains
Jonas Hahnfeld via cfe-commits
Last message date:
Sun May 22 23:59:45 PDT 2016
Archived on: Mon May 23 04:34:46 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).