The Week Of Monday 18 July 2016 Archives by thread
Starting: Mon Jul 18 00:02:09 PDT 2016
Ending: Sun Jul 24 22:51:39 PDT 2016
Messages: 840
- [PATCH] D21637: [libcxx] Don't use pthread initializers in constexpr constructors
Julien Ramseier via cfe-commits
- [PATCH] D22452: [libcxx] Fix last_write_time tests for filesystems that don't support negative and very large times.
Jonas Hahnfeld via cfe-commits
- [libcxx] r275114 - Don't compute modulus of hash if it is smaller than the bucket count.
Chandler Carruth via cfe-commits
- [PATCH] D22408: [clang-rename] add support for overridden functions
Manuel Klimek via cfe-commits
- [PATCH] D16989: Change interpretation of function definition in friend declaration of template class.
Serge Pavlov via cfe-commits
- [PATCH] D22351: [include-fixer] Move cursor to #include line in vim after inserting a missing header.
Benjamin Kramer via cfe-commits
- [PATCH] D22374: [analyzer] Copy and move constructors - ExprEngine extended for "almost trivial" copy and move constructors
Aleksei Sidorin via cfe-commits
- [clang-tools-extra] r275781 - [include-fixer] Add an options allow moving the cursor to #include line in vim
Haojian Wu via cfe-commits
- [PATCH] D14326: ASTImporter: expressions, pt.2
Aleksei Sidorin via cfe-commits
- [PATCH] D15075: No error for conflict between inputs\outputs and clobber list
Ziv Izhar via cfe-commits
- [PATCH] D21992: [clang-tidy] new cppcoreguidelines-slicing
Clement Courbet via cfe-commits
- [PATCH] D20100: [NFC] Header cleanup
Eugene via cfe-commits
- [PATCH] D21678: Fix For pr28288 - Error message in shift of vector values
Vladimir Yakovlev via cfe-commits
- [libcxx] r275787 - Change a couple ifdefs from '#if __cplusplus >= 2011xxx' to '#ifndef _LIBCPP_CXX03_LANG'. No functionality change.
Marshall Clow via cfe-commits
- [PATCH] D21228: Deprecated (legacy) string literal conversion to 'char *' causes strange overloading resolution
Alexander Makarov via cfe-commits
- [PATCH] D22431: clang-format: [JS] nested and tagged template strings.
Daniel Jasper via cfe-commits
- [PATCH] D22463: [RFC] Moving to GitHub Proposal: NOT DECISION!
Renato Golin via cfe-commits
- [PATCH] D20786: Fix undefined behavior in __tree
Marshall Clow via cfe-commits
- [PATCH] D22292: [libunwind] Fix unw_getcontext for ARMv6-m
Oliver Stannard via cfe-commits
- [PATCH] D22465: [clang-rename] introduce better symbol finding and add few more tests
Kirill Bobyrev via cfe-commits
- [PATCH] D20561: Warn when taking address of packed member
Roger Ferrer Ibanez via cfe-commits
- [PATCH] D18360: Add AIX Target/ToolChain to Clang Driver
Andrew Paprocki via cfe-commits
- [PATCH] D22208: clang-tidy] Fixes to modernize-use-emplace
Piotr Padlewski via cfe-commits
- r275805 - [OpenMP] update test cases for -std=c++11 compile
Kelvin Li via cfe-commits
- [PATCH] D22417: [OpenMP] update test cases for -std=c++11 compile
Phabricator via cfe-commits
- [PATCH] D21970: Add attribute abi_tag to the release notes
Hans Wennborg via cfe-commits
- [libclc] r275813 - Replace llvm.AMDGPU.ldexp with llvm.amdgcn.ldexp
Matt Arsenault via cfe-commits
- [PATCH] D22057: Prevent devirtualization of calls to un-instantiated functions.
Sunil Srivastava via cfe-commits
- r275817 - Release note for 'nodebug' on variables
Paul Robinson via cfe-commits
- [libcxx] r275819 - Don't use pthread initializers in constexpr constructors. Patch by elram. Reviewed at https://reviews.llvm.org/D21637.
Marshall Clow via cfe-commits
- r275820 - [analyzer] Add checker modeling potential C++ self-assignment
Devin Coughlin via cfe-commits
- [PATCH] D19311: [analyzer] Self Assignment Checker
Devin Coughlin via cfe-commits
- r275826 - [clang-cl] Reinstate -gline-tables-only as a CoreOption while we sort out the fate of /Zd
Reid Kleckner via cfe-commits
- [libcxx] r275832 - Creating release_39 branch off revision 275826
Hans Wennborg via cfe-commits
- [libcxxabi] r275833 - Creating release_39 branch off revision 275826
Hans Wennborg via cfe-commits
- [libunwind] r275841 - Creating release_39 branch off revision 275826
Hans Wennborg via cfe-commits
- [PATCH] D22200: [libc++] Fix macOS Sierra build issues by declaring basic_string(const allocator_type& __a) noexcept.
Bruno Cardoso Lopes via cfe-commits
- r275844 - Trunk release notes are now for 4.0.0
Hans Wennborg via cfe-commits
- [clang-tools-extra] r275846 - Trunk release notes are now for 4.0.0
Hans Wennborg via cfe-commits
- [PATCH] D22426: Fix automatic detection of ARM MSVC toolset in clang.exe
Reid Kleckner via cfe-commits
- r275848 - docs/conf.py: update version to 4.0
Hans Wennborg via cfe-commits
- [clang-tools-extra] r275849 - docs/conf.py: update version to 4.0
Hans Wennborg via cfe-commits
- [PATCH] D22075: [OpenMP] Fix incorrect diagnostics in map clause
David S via cfe-commits
- r251898 - [modules] Rationalize the behavior of Decl::declarationReplaces, and in
Stephan Tolksdorf via cfe-commits
- r275377 - Use hasFlag instead of hasArg
David Blaikie via cfe-commits
- [PATCH] D22470: [libcxx] Improve shared_ptr dtor performance
Ben Craig via cfe-commits
- [PATCH] D22285: Support -masm= flag for x86 assembly targets
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D22010: Add more gcc compatibility names to clang's cpuid.h
Bruno Cardoso Lopes via cfe-commits
- [libclc] r275874 - R600: Use new barrier intrinsic
Matt Arsenault via cfe-commits
- r275877 - Support -masm= flag for x86 assembly targets.
Yunzhong Gao via cfe-commits
- r275880 - Revert "[analyzer] Add checker modeling potential C++ self-assignment"
Devin Coughlin via cfe-commits
- r275882 - [NFC] Header cleanup
Mehdi Amini via cfe-commits
- [clang-tools-extra] r275886 - Unbreak extra tools build post r275882.
Benjamin Kramer via cfe-commits
- r275894 - [Driver] Make Driver::DefaultTargetTriple private (NFCI)
Vedant Kumar via cfe-commits
- r275895 - [Driver] Compute effective target triples once per job (NFCI)
Vedant Kumar via cfe-commits
- [PATCH] D22289: [PATCH 1/2] [Driver] Make Driver::DefaultTargetTriple private (NFCI)
Phabricator via cfe-commits
- [PATCH] D22290: [PATCH 2/2] [Driver] Compute effective target triples once per job (NFCI)
Phabricator via cfe-commits
- [PATCH] D22227: [ubsan] Disable bounds-check for flexible array ivars
Vedant Kumar via cfe-commits
- [PATCH] D22419: [CFG] Fix crash in thread sanitizer.
Nandor Licker via cfe-commits
- [libcxx] r275904 - Bump version # to 4.0.0
Marshall Clow via cfe-commits
- r275905 - Allow iOS and tvOS version numbers with 2-digit major version numbers.
Bob Wilson via cfe-commits
- r275906 - Add missing header in ClangFuzzer (after r275882 cleanup)
Mehdi Amini via cfe-commits
- [PATCH] D22069: clang-tidy modernize-loop-convert: preserve type of alias declaration (bug 28341)
Matthias Gehre via cfe-commits
- r275907 - [Sema] Create a separate group for incompatible function pointer warning
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D22474: [CodeGen] Suppress C++ static destructor registration
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D20748: Handle recursion in LLVMIRGeneration Timer
Davide Italiano via cfe-commits
- LLVM buildmaster will be restarted tonight
Galina Kistanova via cfe-commits
- r275913 - [Coverage] Normalize '..' out of filename strings
Vedant Kumar via cfe-commits
- [PATCH] D22476: [AST] Make MemberExpr non-dependent according to core issue 224
Matthias Gehre via cfe-commits
- [PATCH] D22248: [Sema] Create a separate group for incompatible function pointer warning
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D22183: [SemObjC] Fix TypoExpr handling in TransformObjCDictionaryLiteral
Bruno Cardoso Lopes via cfe-commits
- [PATCH] D22479: [OpenMP] Sema and parsing for 'target simd' pragma
Kelvin Li via cfe-commits
- r275645 - [CUDA][OpenMP] Create generic offload action
Richard Smith via cfe-commits
- r271201 - [OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-based
Richard Smith via cfe-commits
- [PATCH] D22481: Allow negative lower bound in array sections based on pointers
David S via cfe-commits
- r263019 - [OpenMP] Add support for multidimensional array sections in map clause SEMA.
Richard Smith via cfe-commits
- [PATCH] D22034: [MSVC][DLL] use local vftable mangling only exported classes with virtual destructor
Reid Kleckner via cfe-commits
- r202329 - Add a 'use-external-names' option to VFS overlay files
Richard Smith via cfe-commits
- r275924 - [Coverage] Remove '..' from filenames *after* getting an absolute path
Vedant Kumar via cfe-commits
- r275925 - Fix some minor issues found by Coverity.
Richard Smith via cfe-commits
- r275926 - [OpenMP] Fix incorrect diagnostics in map clause
Kelvin Li via cfe-commits
- r275930 - [OpenMP] Remove dead code in conditional of mappable expressions SEMA.
Samuel Antao via cfe-commits
- [PATCH] D22487: [OpenMP] Ignore parens in atomic capture
David S via cfe-commits
- [PATCH] D20168: [CodeGen] Handle structs directly in AMDGPUABIInfo
Vedran Miletić via cfe-commits
- [PATCH] D21954: [PM] Add some internal options for testing out the new PM.
Sean Silva via cfe-commits
- [PATCH] D22490: Append clang system include path for offloading tool chains.
Samuel Antao via cfe-commits
- r275931 - Append clang system include path for offloading tool chains.
Samuel Antao via cfe-commits
- [PATCH] D22296: CodeGen: Attach !splitpoint metadata to vtables under Itanium ABI.
Peter Collingbourne via cfe-commits
- [PATCH] D22494: [analyzer] Explain why analyzer report is not generated (fix for PR12421).
Anton Yartsev via cfe-commits
- [clang-tools-extra] r275943 - clang-rename: fix referenced variable in vim-script
Saleem Abdulrasool via cfe-commits
- r275945 - [OPENMP] Improved processing of 'priority' clause, NFC.
Alexey Bataev via cfe-commits
- r275947 - [OPENMP] Removed loop statement as its body executes at most once, NFC.
Alexey Bataev via cfe-commits
- r275949 - [driver][mips] Support MIPS targets in modern Android NDK
Simon Atanasyan via cfe-commits
- r275951 - [driver][mips] Remove empty folder from test inputs
Simon Atanasyan via cfe-commits
- [clang-tools-extra] r275958 - [clang-rename] add support for overridden functions
Kirill Bobyrev via cfe-commits
- [PATCH] D22505: Access Modifier Use Normal Indent
Loki Astari via cfe-commits
- r275967 - [mips] Correct label prefixes for N32 and N64.
Daniel Sanders via cfe-commits
- r275970 - Deprecated (legacy) string literal conversion to 'char *' causes strange overloading resolution
Dmitry Polukhin via cfe-commits
- [PATCH] D21962: MPITypeMismatchCheck for Clang-Tidy
Alexander Kornienko via cfe-commits
- [PATCH] D22381: cppcoreguidelines-pro-bounds-constant-array-index: ignore implicit constructor
Alexander Kornienko via cfe-commits
- r275974 - Fix for failing bot sanitizer-x86_64-linux-fast after r275970
Dmitry Polukhin via cfe-commits
- [PATCH] D19780: Output OpenCL version in Clang diagnostics
Anastasia Stulova via cfe-commits
- [PATCH] D22510: [include-fixer] A refactoring of IncludeFixerContext.
Haojian Wu via cfe-commits
- [PATCH] D20196: [clang-tidy] Inefficient string operation
Alexander Kornienko via cfe-commits
- [PATCH] D16538: [cc1as] Add MCTargetOptions argument to createAsmBackend
Joel Jones via cfe-commits
- r275975 - Add support of the latest Ubuntu (Yakkety Yak - 16.10)
Sylvestre Ledru via cfe-commits
- [PATCH] D19586: Misleading Indentation check
Alexander Kornienko via cfe-commits
- [PATCH] D16376: clang-tidy check: cppcoreguidelines-rule-of-five-and-zero
Jonathan B Coe via cfe-commits
- [PATCH] D22514: CloneDetection now respects statement specific data when searching for clones.
Raphael Isemann via cfe-commits
- [PATCH] D21472: [clang-tidy] readability-identifier-naming - support for other case types
Alexander Kornienko via cfe-commits
- [PATCH] D17990: [clang-tidy] minor improvements in modernise-deprecated-headers check
Alexander Kornienko via cfe-commits
- [clang-tools-extra] r275980 - [include-fixer] A refactoring of IncludeFixerContext.
Haojian Wu via cfe-commits
- [PATCH] D21567: [OpenCL] Generate struct type for sampler_t and function call for the initializer
Anastasia Stulova via cfe-commits
- [PATCH] D22518: Refactor how include paths are appended to the command arguments.
Samuel Antao via cfe-commits
- [clang-tools-extra] r275985 - ClangRenameTests: Update libdeps. r275958 introduced clangASTMatchers.
NAKAMURA Takumi via cfe-commits
- [clang-tools-extra] r275986 - clangRename: Update libdeps to add clangASTMatchers.
NAKAMURA Takumi via cfe-commits
- [PATCH] D22424: [OpenCL] Fixes bug of missing OCL related metadata on the AMDGCN target
Aaron En Ye Shi via cfe-commits
- [clang-tools-extra] r275993 - cppcoreguidelines-pro-bounds-constant-array-index: ignore implicit constructor
Matthias Gehre via cfe-commits
- [PATCH] D22513: [clang-tidy] add check cppcoreguidelines-rule-of-five-and-zero
Eugene Zelenko via cfe-commits
- [PATCH] D22507: Clang-tidy - Enum misuse check
Eugene Zelenko via cfe-commits
- [libunwind] r275996 - libunwind: Use conventional DWARF capitalization in comments and errors
Ed Maste via cfe-commits
- [PATCH] D22105: [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using generic IR
Eli Friedman via cfe-commits
- [libunwind] r275997 - libunwind: sync some coments with NetBSD's version
Ed Maste via cfe-commits
- [PATCH] D19544: Pass for translating math intrinsics to math library calls.
Matt via cfe-commits
- [libcxx] r276003 - Fix undefined behavior in __tree
Eric Fiselier via cfe-commits
- [PATCH] D22523: [OpenCL] AMDGCN target will generate images in constant address space
Aaron En Ye Shi via cfe-commits
- [PATCH] D22525: [Sema] Add sizeof diagnostics for bzero
Bruno Cardoso Lopes via cfe-commits
- [libclc] r276009 - amdgpu: Use right builtn for rsq
Matt Arsenault via cfe-commits
- r276010 - [OpenCL] Fixes bug of missing OCL version metadata on the AMDGCN target
Yaxun Liu via cfe-commits
- [PATCH] D22528: [libcxxabi] When catching an exception of type nullptr_t with a handler of pointer-to-member type, produce a null value of the right type
Richard Smith via cfe-commits
- r276014 - Let FuncAttrs infer the 'returned' argument attribute
David Majnemer via cfe-commits
- [libcxxabi] r276016 - [libcxxabi] When catching an exception of type nullptr_t with a handler of
Richard Smith via cfe-commits
- [PATCH] D22392: [Sema] Fix an invalid nullability warning for binary conditional operators
Akira Hatanaka via cfe-commits
- r276020 - [SemaObjC] Improve ObjCDictionaryLiteral and ObjCArryLiteral diagnostics
Bruno Cardoso Lopes via cfe-commits
- [libcxxabi] r276022 - Attempt to bring peace to -Werror buildbots.
Richard Smith via cfe-commits
- [PATCH] D21453: Add support for attribute "overallocated"
Akira Hatanaka via cfe-commits
- [PATCH] D22542: [CodeGen] Fix a crash on valid when constant folding 'default:' statement in switch
Erik Pilkington via cfe-commits
- [PATCH] D22543: [libunwind] Properly align _Unwind_Exception.
Eric Fiselier via cfe-commits
- [libcxx] r276049 - [libcxx] Add support for benchmark tests using Google Benchmark.
Eric Fiselier via cfe-commits
- [libcxx] r276059 - Add heterogeneous comparator support for __debug_less. Fixes PR17147.
Eric Fiselier via cfe-commits
- [PATCH] D19577: [clang-tidy] Enhance misc-suspicious-string-compare by matching string.compare
Alexander Kornienko via cfe-commits
- [PATCH] D21303: [clang-tidy] Adds performance-returning-type check.
Alexander Kornienko via cfe-commits
- [PATCH] D21823: [Driver] Add flags for enabling both types of PGO Instrumentation
Xinliang David Li via cfe-commits
- [libcxx] r276067 - Add SFINAE on additional overloads of std::complex functions. Fixes PR19921.
Eric Fiselier via cfe-commits
- [PATCH] D4447: [libcxx] Fixes libc++ bug #19921 - Remove additional overloads for std::complex
Eric Fiselier via cfe-commits
- r276069 - Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong via cfe-commits
- r276071 - Fix r276069: use LLVM_CONSTEXPR
Hubert Tong via cfe-commits
- [PATCH] D22555: [Clang] Fix RHEL 6 build and other Include What You Use warnings
Eugene Zelenko via cfe-commits
- r276073 - Fix r276069: add default argument for new parameter
Hubert Tong via cfe-commits
- r276074 - Revert r276069: MSVC bots not happy
Hubert Tong via cfe-commits
- r276076 - [Sema] Compute the nullability of a conditional expression based on the
Akira Hatanaka via cfe-commits
- [PATCH] D22557: [libcxx] Diagnose invalid memory order arguments in <atomic>. Fixes PR21179.
Eric Fiselier via cfe-commits
- [libcxx] r276078 - Add tests for reference binding assertions in std::tuple.
Eric Fiselier via cfe-commits
- [libcxx] r276084 - Reimplement is_constructible fallback implementation. Fixes PR21574.
Eric Fiselier via cfe-commits
- [libcxx] r276090 - Move std::function constructor SFINAE into template parameter list. Fixes PR20002.
Eric Fiselier via cfe-commits
- [libcxx] r276091 - Add missed test in r276090.
Eric Fiselier via cfe-commits
- [libcxx] r276092 - Unbreak is_constructible tests for Clang <= 3.7.
Eric Fiselier via cfe-commits
- [libcxx] r276093 - Fix inheriting constructor test for std::function.
Eric Fiselier via cfe-commits
- [PATCH] D21959: [X86] Add xgetbv xsetbv intrinsics
Elena Demikhovsky via cfe-commits
- [clang-tools-extra] r276096 - [include-fixer] Tweak: remove unintended const.
Haojian Wu via cfe-commits
- [clang-tools-extra] r276098 - [include-fixer] Make error messages a bit prettier and make sure to
Benjamin Kramer via cfe-commits
- r276102 - [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using generic IR
Simon Pilgrim via cfe-commits
- [PATCH] D22566: Make RecursiveASTVisitor visit lambda capture initialization expressions
Martin Böhme via cfe-commits
- [clang-tools-extra] r276110 - [clang-tidy] readability-identifier-naming - support for other case types
Kirill Bobyrev via cfe-commits
- [clang-tools-extra] r276111 - clang-tidy modernize-loop-convert: preserve type of alias declaration (bug 28341)
Matthias Gehre via cfe-commits
- [PATCH] D21748: Implement tooling::Replacements as a class.
Eric Liu via cfe-commits
- [PATCH] D22567: [include-fixer] Add mising qualifiers to all instances of an unidentified symbol.
Haojian Wu via cfe-commits
- r276120 - [MS] Improve VPtrInfo field names and doc comments
Reid Kleckner via cfe-commits
- [libunwind] r276128 - libunwind: limit stack usage in unwind cursor
Ed Maste via cfe-commits
- Buildmaster restart in few minutes
Galina Kistanova via cfe-commits
- [PATCH] D12512: [libcxxabi] Manually align pointers in __cxa_allocate_exception - Fixes PR24604
Ed Maste via cfe-commits
- [PATCH] D21145: [Sema] Fix crash on valid where instantiation of lambda cannot access type of 'this'
Erik Pilkington via cfe-commits
- [PATCH] D22577: Include unreferenced nested types in member list only for CodeView
Adrian McCarthy via cfe-commits
- r276152 - Fix modules self-host: add missing include and forward-decl.
Richard Smith via cfe-commits
- r276159 - [modules] Don't emit initializers for VarDecls within a module eagerly whenever
Richard Smith via cfe-commits
- r276161 - [OpenCL] AMDGCN target will generate images in constant address space
Yaxun Liu via cfe-commits
- r276167 - [OpenMP] Ignore parens in atomic capture
Kelvin Li via cfe-commits
- [PATCH] D21279: Fix some issues in clang-format's AlignConsecutive modes
Ben Harper via cfe-commits
- [PATCH] D22439: Add missing includes.
Richard Smith via cfe-commits
- [PATCH] D22587: [ASTContext] Fix part of DR224 for nontype template arguments
Matthias Gehre via cfe-commits
- r276177 - [OpenMP] Allow negative lower bound in array sections based on pointers
Kelvin Li via cfe-commits
- r276180 - When copying an array into a lambda, destroy temporaries from
John McCall via cfe-commits
- [PATCH] D22593: [Profile] document %h and %m
David Li via cfe-commits
- r276188 - Fix memory leak introduced in r276159.
Richard Smith via cfe-commits
- [PATCH] D22596: Retry: [Driver] Compute effective target triples once per job (NFCI)
Vedant Kumar via cfe-commits
- [libcxx] r276200 - Unbreak traits tests by handling differences between version macros in clang/apple-clang.
Eric Fiselier via cfe-commits
- [PATCH] D21459: Implement http://wg21.link/P0254R1: "Integrating std::string_view and std::string"
Marshall Clow via cfe-commits
- r276203 - [OpenMP] Sema and parsing for 'target simd' pragma
Kelvin Li via cfe-commits
- r276207 - [Profile] Document new profile file name modifiers
Xinliang David Li via cfe-commits
- [libcxx] r276208 - Disable warning flags when running .fail.cpp tests.
Eric Fiselier via cfe-commits
- [libcxx] r276212 - Merging r276003:
Eric Fiselier via cfe-commits
- [libunwind] r276214 - Update .arcconfig
Eric Fiselier via cfe-commits
- [libunwind] r276215 - [libunwind] Properly align _Unwind_Exception.
Eric Fiselier via cfe-commits
- [PATCH] D22605: [Clang-tool-extra] Restructure release notes
Eugene Zelenko via cfe-commits
- [libcxx] r276230 - Implement P0084r2. Changing emplace return types.
Eric Fiselier via cfe-commits
- [libcxx] r276231 - Mark P0337r0 as complete. It was already implemented in std::experimental
Eric Fiselier via cfe-commits
- r276232 - [Sema] Fix PR28623.
George Burgess IV via cfe-commits
- [libcxx] r276233 - Mark P0358r1 as complete. It is already implemented
Eric Fiselier via cfe-commits
- [PATCH] D22608: [Profile] Use a flag to enable PGO rather than the profraw filename.
Jake VanAdrighem via cfe-commits
- [PATCH] D22609: Suppress reserved user defined literal warning within namespace std.
Eric Fiselier via cfe-commits
- [libcxx] r276238 - Implement std::string_view as described in http://wg21.link/P0254R1. Reviewed as https://reviews.llvm.org/D21459
Marshall Clow via cfe-commits
- [libcxx] r276241 - Fix some string_view tests that were failing when exceptions were disabled. Also comment out a _LIBCPP_ASSERT that gcc4.9 was complaining about. Will revisit that later.
Marshall Clow via cfe-commits
- r276242 - [CodeGen] Handle recursion in LLVMIRGeneration Timer.
Davide Italiano via cfe-commits
- r276249 - [X86] Add missing __x86_64__ qualifiers on a bunch of intrinsics that assume 64-bit GPRs are available.
Craig Topper via cfe-commits
- r276250 - [Sema, X86] Add explicit check to ensure that builtins that require x86-64 target throw an error if used on 32-bit target.
Craig Topper via cfe-commits
- r276252 - Provide __GLIBCXX_TYPE_INT_N_0 and __GLIBCXX_BITSIZE_INT_N_0 when in C++ gnu language extensions.
Yaron Keren via cfe-commits
- [PATCH] D21814: clang-rename: split existing options into two new subcommands
Miklos Vajna via cfe-commits
- [clang-tools-extra] r276259 - [clang-rename] check whether -new-name is valid identifier in C++17
Kirill Bobyrev via cfe-commits
- [PATCH] D22622: [analyzer] Add more info to exploded graph dumps
Artem Dergachev via cfe-commits
- r276271 - Include unreferenced nested types in member list only for CodeView
Adrian McCarthy via cfe-commits
- [libcxx] r276272 - Another fix to appease the no-exception bots.
Marshall Clow via cfe-commits
- [libcxx] r276273 - Again, w/o the tabs
Marshall Clow via cfe-commits
- [PATCH] D21070: Pass the ABI in the triple when appropriate (currently for MIPS) for 'clang -cc1' and 'clang -cc1as'
Daniel Sanders via cfe-commits
- r276279 - Revert "Include unreferenced nested types in member list only for CodeView"
Adrian McCarthy via cfe-commits
- [clang-tools-extra] r276280 - [include-fixer] Add mising qualifiers to all instances of an unidentified symbol.
Haojian Wu via cfe-commits
- [PATCH] D18639: Use __builtin_isnan/isinf/isfinite in complex
Marshall Clow via cfe-commits
- [clang-tools-extra] r276282 - [clang-tidy] Avoid duplicated DenseMap lookup.
Benjamin Kramer via cfe-commits
- [PATCH] D22220: [clang-tidy] Add check 'misc-move-forwarding-reference'
Aaron Ballman via cfe-commits
- r276292 - Move some IntrusiveRefCntPtrs instead of copying.
Benjamin Kramer via cfe-commits
- [libcxx] r276309 - Remove FIXME for feature test macro
JF Bastien via cfe-commits
- [PATCH] D22636: Module: retry building modules that were just compiled by the same instance and are are out of date
Manman Ren via cfe-commits
- [PATCH] D22637: [OpenCL] Add extension cl_khr_mipmap_image to clang
Aaron En Ye Shi via cfe-commits
- [PATCH] D22638: Module: add debug_type to dump debugging messages related to modules being out of date
Manman Ren via cfe-commits
- r276317 - Reroll "Include unreferenced nested types in member list only for CodeView"
Adrian McCarthy via cfe-commits
- [PATCH] D22642: CodeGen: Clean up implementation of vtable initializer builder. NFC.
Peter Collingbourne via cfe-commits
- r276335 - Disable a flaky test on Windows that uses "echo >>"
Reid Kleckner via cfe-commits
- [PATCH] D22654: [Clang-rename] Remove custom version, fix extra space in error message
Eugene Zelenko via cfe-commits
- r276350 - [CodeGen] Fix a crash when constant folding switch statement
Erik Pilkington via cfe-commits
- [PATCH] D22656: [Clang-apply-replacements] Remove custom version printing; fix some Include What You Use warnings
Eugene Zelenko via cfe-commits
- r276352 - [Sema] Handle errors during rewriteBuiltinFunctionDecl
David Majnemer via cfe-commits
- r276356 - [profile] update test case with interface change.
Xinliang David Li via cfe-commits
- r276361 - Reverting r275115 which caused PR28634.
Wolfgang Pieb via cfe-commits
- r276365 - [analyzer] Add checker modeling potential C++ self-assignment
Devin Coughlin via cfe-commits
- r276367 - [Coverage] Strengthen a test case
Vedant Kumar via cfe-commits
- r276370 - [Coverage] Attempt to appease a Windows builder
Vedant Kumar via cfe-commits
- [clang-tools-extra] r276371 - Restructure release notes.
Eugene Zelenko via cfe-commits
- [PATCH] D22208: [clang-tidy] Fixes to modernize-use-emplace
Alexander Kornienko via cfe-commits
- [PATCH] D22663: Support setting default value for -rtlib at build time
Lei Zhang via cfe-commits
- [PATCH] D22662: [cxx1z-constexpr-lambda] Make a lambda's closure type a literal type in C++1z.
Faisal Vali via cfe-commits
- [PATCH] D20795: Added basic capabilities to detect source code clones.
Artem Dergachev via cfe-commits
- [PATCH] D22666: Frontend: Fix mcount inlining bug
Honggyu Kim via cfe-commits
- [clang-tools-extra] r276400 - [include-fixer] Fix faulty sort predicate.
Benjamin Kramer via cfe-commits
- [PATCH] D20857: [clang-tidy] Add modernize-explicit-operator-bool check.
Murray Cumming via cfe-commits
- [PATCH] D22668: TrailingObjects::FixedSizeStorage constexpr fixes
Hubert Tong via cfe-commits
- [PATCH] D22670: MPI-Checker fix two comments
Alexander Droste via cfe-commits
- [PATCH] D22671: MPI-Checker: move MPIFunctionClassifier.h
Alexander Droste via cfe-commits
- [clang-tools-extra] r276408 - [clang-tidy] new cppcoreguidelines-slicing
Clement Courbet via cfe-commits
- [clang-tools-extra] r276413 - Revert "[clang-tidy] new cppcoreguidelines-slicing"
Clement Courbet via cfe-commits
- [clang-tools-extra] r276414 - [clang-rename] introduce better symbol finding
Kirill Bobyrev via cfe-commits
- [clang-tools-extra] r276415 - Revert "Revert "[clang-tidy] new cppcoreguidelines-slicing""
Clement Courbet via cfe-commits
- [PATCH] D5409: Fix for PR18393 - emit error when abstract type is returned or taken by value
Elias Pipping via cfe-commits
- r276417 - [X86][AVX] Added support for lowering to VBROADCASTF128/VBROADCASTI128 with generic IR
Simon Pilgrim via cfe-commits
- [PATCH] D22679: [mips][ias] Enable IAS by default for N64 on Debian mips64el.
Daniel Sanders via cfe-commits
- [libclc] r276423 - ptx: Fix builtin names after clang r274770
Jan Vesely via cfe-commits
- [libunwind] r276424 - Merge r276128: libunwind: limit stack usage in unwind cursor
Ed Maste via cfe-commits
- r276425 - test commit. update comment grammatically. NFC
Anna Thomas via cfe-commits
- [PATCH] D21385: Adjust Registry interface to not require plugins to export a registry
John Brawn via cfe-commits
- [PATCH] D22221: Decide whether to enable plugin tests based on cmake variables
John Brawn via cfe-commits
- [PATCH] D16135: Macro Debug Info support in Clang
Ranjeet Singh via cfe-commits
- [libclc] r276442 - AMDGPU: Use clang intrinsics for workitem builtins
Jan Vesely via cfe-commits
- [libclc] r276443 - AMDGPU: Implement get_global_offset builtin
Jan Vesely via cfe-commits
- [clang-tools-extra] r276445 - ClangRenameTests: Update libdeps.
NAKAMURA Takumi via cfe-commits
- r276448 - Clang changes for overloading invariant.start and end intrinsics
Anna Thomas via cfe-commits
- [PATCH] D22690: [OpenMP] Add support for mapping array sections through pointer references.
Samuel Antao via cfe-commits
- [PATCH] D22691: [OpenMP] Codegen for use_device_ptr clause.
Samuel Antao via cfe-commits
- r276455 - Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D20602: Add .rgba syntax extension to ext_vector_type types
Pirama Arumuga Nainar via cfe-commits
- [PATCH] D15031: CFG: Add CFGElement for automatic variables that leave the scope
Matthias Gehre via cfe-commits
- [libunwind] r276462 - Merging r276215:
Eric Fiselier via cfe-commits
- [PATCH] D21642: [clang-tidy] boost-use-to-string arg expr location bugfix
Piotr Padlewski via cfe-commits
- r276469 - Add regression test for PR27699.
Vassil Vassilev via cfe-commits
- [PATCH] D22584: constexpr array support C++1z (P0031)
Jason Turner via cfe-commits
- [PATCH] D22697: [ObjC Availability] Consider lexical context of use of declaration when emitting availability diagnostics
Erik Pilkington via cfe-commits
- [PATCH] D22698: [libcxx] Missing member types 'traits_type' and 'string_type' in class basic_regex
Jason Liu via cfe-commits
- r276473 - [modules] Teach the ASTWriter to ignore mutations coming from the ASTReader.
Vassil Vassilev via cfe-commits
- [PATCH] D17820: Clang Code Completion Filtering
Vassil Vassilev via cfe-commits
- [PATCH] D22702: [libcxx]Missing default argument for flag_type parameter in one of std::basic_regex constructors
Jason Liu via cfe-commits
- r276484 - [Profile] Enable profile merging with -fprofile-generat[=<dir>]
Xinliang David Li via cfe-commits
- r276492 - P0217R3: Parsing support and framework for AST representation of C++1z
Richard Smith via cfe-commits
- [libclc] r276495 - geometric/floatn.inc: Add vec8 and vec16 types
Tom Stellard via cfe-commits
- [libclc] r276496 - Implement cosh builtin
Tom Stellard via cfe-commits
- [libclc] r276497 - Implement cbrt builtin
Tom Stellard via cfe-commits
- r276499 - Add doxygen comments to emmintrin.h's intrinsics.
Ekaterina Romanova via cfe-commits
- [PATCH] D22711: Diagnose invalid failure memory orderings.
Eric Fiselier via cfe-commits
- [PATCH] D22712: Remove FileEntry copy-constructor
Alexander Shaposhnikov via cfe-commits
- [libcxx] r276506 - [libcxx] Diagnose invalid memory order arguments in <atomic>. Fixes PR21179.
Eric Fiselier via cfe-commits
- [PATCH] D22716: [libunwind] support building shared lib and static lib simultaneously
Lei Zhang via cfe-commits
- [PATCH] D22717: Improve documentation of the type safety attributes
Yunzhong Gao via cfe-commits
- [libcxx] r276507 - Revert r276506 - Diagnose invalid memory order arguments in <atomic>.
Eric Fiselier via cfe-commits
- r276508 - Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark
Richard Smith via cfe-commits
- r276509 - Work around MSVC's lack of support for unrestricted unions by making this
Richard Smith via cfe-commits
- [libcxx] r276511 - Implement P0392r0. Integrate filesystem::path and string_view.
Eric Fiselier via cfe-commits
- r276514 - [cxx1z-constexpr-lambda] Make a lambda's closure type eligible as a literal-type in C++1z
Faisal Vali via cfe-commits
- r276517 - [Profile] Use a flag to enable PGO rather than the profraw filename
Xinliang David Li via cfe-commits
- [PATCH] D22725: [clang-tidy] Add check 'misc-replace-memcpy'
Jonas Devlieghere via cfe-commits
- [PATCH] D22334: Fix for Bug 28172 : clang crashes on invalid code (with too few arguments to __builtin_signbit) without any proper diagnostics.
Mayur Pandey via cfe-commits
- [PATCH] D22729: MPIBufferDerefCheck for Clang-Tidy
Alexander Droste via cfe-commits
- [PATCH] D20811: [analyzer] Model some library functions
Artem Dergachev via cfe-commits
- [libcxx] r276533 - Fix undefined behavior in __hash_table
Eric Fiselier via cfe-commits
- [PATCH] D20787: Fix undefined behavior in __hash_table
Eric Fiselier via cfe-commits
- [libcxx] r276537 - Implement the in_place tags from p0032r3.
Eric Fiselier via cfe-commits
- [PATCH] D22733: [libcxx] Add std::any
Eric Fiselier via cfe-commits
- [libcxx] r276544 - Implement P0040r3: Extending memory management tools
Eric Fiselier via cfe-commits
- [libcxx] r276545 - Implement LWG2328. Rvalue stream extraction should perfect forward.
Eric Fiselier via cfe-commits
- [libcxx] r276546 - Implement LWG 2393. Check for LValue-callability.
Eric Fiselier via cfe-commits
- [libcxx] r276547 - Fix memory leak in test.
Eric Fiselier via cfe-commits
- [libcxx] r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier via cfe-commits
- [PATCH] D21314: Make pair and tuple respect is_copy_assignable and is_move_assignable
Eric Fiselier via cfe-commits
- [libcxx] r276549 - Skip chash computation in insert/emplace if the unconstrained hash matches.
Eric Fiselier via cfe-commits
- [libcxx] r276552 - Start adding benchmarks for vector
Eric Fiselier via cfe-commits
- [libcxx] r276556 - Add __is_inplace_type metafunction helper
Eric Fiselier via cfe-commits
- r276557 - [analyzer] Pring LocationContext in ExplodedGraph dumps.
Artem Dergachev via cfe-commits
- [libcxx] r276558 - commit test missing from r276556
Eric Fiselier via cfe-commits
- [PATCH] D22045: [X86] Support of no_caller_saved_registers attribute (Clang part)
Amjad Aboud via cfe-commits
- r276564 - [X86] Block pbroadcastq instructions on 32-bit targets instead of pbroadcastb.
Craig Topper via cfe-commits
- r276573 - [Driver] Switch some getenv calls to llvm::sys::Process::GetEnv
David Majnemer via cfe-commits
- [libcxx] r276576 - Guard libc++ specific tests SFINAE on std::bind's call operator. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- r276577 - [Sema] Replace mem_fn with lambdas. NFC.
George Burgess IV via cfe-commits
- [libcxx] r276578 - Mark bucket_size() assertions as non-portible. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [PATCH] D22013: [libcxx] [test] bind's function call operator isn't guaranteed to SFINAE.
Eric Fiselier via cfe-commits
- [libcxx] r276580 - Make bucket_count() greater-equal assertions portable. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r276581 - Make move_noexcept.pass.cpp tests more portable. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [PATCH] D22159: [libcxx] [test] Mark bucket_size() assertions as nonportable.
Eric Fiselier via cfe-commits
- [PATCH] D22165: [libcxx] [test] Make bucket_count() greater-equal assertions portable.
Eric Fiselier via cfe-commits
- [PATCH] D21716: [libcxx] [test] Make move_noexcept.pass.cpp tests more portable.
Eric Fiselier via cfe-commits
- [libcxx] r276583 - Fix MSVC unreferenced parameter warning. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r276584 - Mark bucket() assertions as non-portable. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r276585 - Fix portability issues in <random> tests. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [PATCH] D22059: [libcxx] [test] Fix MSVC "warning C4100: 'val': unreferenced formal parameter".
Eric Fiselier via cfe-commits
- [PATCH] D22157: [libcxx] [test] Mark bucket() assertions as nonportable.
Eric Fiselier via cfe-commits
- [PATCH] D22155: [libcxx] [test] Fix portability issues in <random> tests.
Eric Fiselier via cfe-commits
- [libcxx] r276587 - Fix unique_ptr.runtime tests for null inputs. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [libcxx] r276588 - Fix a non-standard allocator in vector tests. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [PATCH] D22014: [libcxx] [test] Follow LWG 2520 "N4089 broke initializing unique_ptr<T[]> from a nullptr".
Eric Fiselier via cfe-commits
- [PATCH] D22016: [libcxx] [test] Fix a non-Standard allocator in vector.cons/construct_iter_iter_alloc.pass.cpp.
Eric Fiselier via cfe-commits
- [libcxx] r276589 - Work around MSVC's non-standard ABI for enums. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [PATCH] D22017: [libcxx] [test] Work around MSVC's non-Standard ABI for enums.
Eric Fiselier via cfe-commits
- [libcxx] r276590 - Make swap_noexcept.pass.cpp tests more portable. Patch from STL at microsoft.com.
Eric Fiselier via cfe-commits
- [libcxx] r276591 - Make move_assign_noexcept.pass.cpp tests more portable. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [PATCH] D21820: [libcxx] [test] Make swap_noexcept.pass.cpp tests more portable.
Eric Fiselier via cfe-commits
- [PATCH] D21718: [libcxx] [test] Make move_assign_noexcept.pass.cpp tests more portable.
Eric Fiselier via cfe-commits
- [libcxx] r276593 - Mark bucket_count() assertions as non-portable. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [PATCH] D22162: [libcxx] [test] Mark bucket_count() equality assertions as nonportable.
Eric Fiselier via cfe-commits
- [libcxx] r276594 - Don't SFINAE pair's copy assignment operator in C++03 mode.
Eric Fiselier via cfe-commits
- [libcxx] r276595 - Make dtor_noexcept.pass.cpp tests more portable. Patch from STL at microsoft.com
Eric Fiselier via cfe-commits
- [PATCH] D21717: [libcxx] [test] Make dtor_noexcept.pass.cpp tests more portable.
Eric Fiselier via cfe-commits
- [libcxx] r276598 - Revert r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier via cfe-commits
- [libcxx] r276599 - Make std::is_assignable tolerate references to incomplete types.
Eric Fiselier via cfe-commits
- [libcxx] r276603 - Recommit r276548 - Make pair/tuples assignment operators SFINAE properly.
Eric Fiselier via cfe-commits
- [libcxx] r276605 - Implement the std::pair parts of "Improving pair and tuple". Completes N4387.
Eric Fiselier via cfe-commits
- r276606 - [MSVCToolChain] Guard hardcoded Windows paths with LLVM_ON_WIN32
David Majnemer via cfe-commits
- r276607 - Update test to account for r276604
David Majnemer via cfe-commits
- [libcxx] r276608 - Remove use of C++1z static assert in C++11 test
Eric Fiselier via cfe-commits
Last message date:
Sun Jul 24 22:51:39 PDT 2016
Archived on: Sun Jul 24 22:51:33 PDT 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).