This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from eaf568bd2 Adding Msan support to FreeBSD
new d7c673142 OpenBSD UBsan support, cmake part
new 453f0a028 Sanitiser common, using u64 type for GetTid on posix systems
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
cmake/base-config-ix.cmake | 12 ++++++++++--
cmake/config-ix.cmake | 9 +++++----
lib/sanitizer_common/sanitizer_internal_defs.h | 5 -----
lib/sanitizer_common/sanitizer_linux.cc | 7 +++++--
4 files changed, 20 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 673953878 OpenBSD Ubsan support / interception
new eaf568bd2 Adding Msan support to FreeBSD
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
cmake/config-ix.cmake | 2 +-
lib/msan/CMakeLists.txt | 5 ++++-
lib/msan/msan_interceptors.cc | 2 +-
lib/sanitizer_common/sanitizer_common_interceptors.inc | 2 +-
lib/sanitizer_common/sanitizer_platform_limits_posix.h | 2 +-
test/msan/dtls_test.c | 2 ++
test/msan/getutent.cc | 4 ++++
test/msan/iconv.cc | 2 +-
test/msan/lit.cfg | 2 +-
test/msan/pthread_getattr_np_deadlock.cc | 1 +
test/msan/pvalloc.cc | 1 +
test/msan/strlen_of_shadow.cc | 2 ++
test/msan/textdomain.cc | 1 +
test/msan/tls_reuse.cc | 1 +
test/msan/tsearch.cc | 2 +-
test/msan/tzset.cc | 1 +
16 files changed, 24 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 284236c047 Do not generate calls to fentry with __attribute__((no_instr [...]
new 7cef8224b6 Better OpenBSD frontend support
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Driver/ToolChain.cpp | 2 ++
lib/Driver/ToolChains/CommonArgs.cpp | 4 +++-
lib/Driver/ToolChains/Gnu.cpp | 6 ++++--
3 files changed, 9 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b19562565e4 [ThinLTO] Revert r325320: Import global variables
new 01fcdec33ed [X86] Remove 'else' after return. NFC
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/Target/X86/X86ISelLowering.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a6743a5420 opcodes error messages
new e80aaf6183 Make delim_string_to_char_ptr_vec return an std::vector
new 564b1e3f29 C++ify program_space
new 6fb16ce6ea Make program_space::deleted_solibs a vector of std::string
new ccb2231cd8 C++ify charsets
new 54693cf5f1 Remove free_char_ptr_vec
new b9671caf8f handle_general_set: Remove useless xstrdup
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gdb/ChangeLog | 72 +++++++++++++++++++++
gdb/auto-load.c | 81 +++++++++++-------------
gdb/breakpoint.c | 25 +++-----
gdb/build-id.c | 13 ++--
gdb/charset.c | 46 +++++++++-----
gdb/common/gdb_vecs.c | 54 +++++-----------
gdb/common/gdb_vecs.h | 24 ++++---
gdb/gdbserver/ChangeLog | 11 ++++
gdb/gdbserver/server.c | 34 ++++------
gdb/gdbserver/thread-db.c | 11 ++--
gdb/inferior.c | 4 +-
gdb/infrun.c | 8 +--
gdb/linux-thread-db.c | 13 ++--
gdb/progspace.c | 44 +++++--------
gdb/progspace.h | 155 +++++++++++++++++++++++-----------------------
gdb/solib.c | 3 +-
gdb/source.c | 24 +++----
gdb/symfile.c | 25 +++-----
gdb/ui-out.c | 6 ++
gdb/ui-out.h | 1 +
gdb/utils.c | 24 -------
21 files changed, 335 insertions(+), 343 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 343d15cef [WebAssembly] Simplify createDefined. NFC.
new 4f3a3346e Simplify. NFC.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
ELF/SymbolTable.cpp | 4 +---
ELF/Symbols.h | 4 ----
2 files changed, 1 insertion(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 07b412d4ee [Sema] Improve test coverage of narrowing conversion diagnostics
new 27484d0f23 Add possibility to specify output stream for CompilerInstance
new b4e3f41c8b [OPENMP] Treat local variables in CUDA mode as thread local.
new 12b3556742 [OPENMP] Scan all redeclarations looking for `declare simd` [...]
new aafdf02711 [Attr] Fix parameter indexing for several attributes
new da93a32462 [Attr] Use -fsyntax-only in test
new c08ce0cfcf Fix the hasType() AST matcher to not assert when the QualTyp [...]
new 6a94bb1a73 Range-ify a for loop. NFC
new 515e301526 [analyzer] Don't throw NSNumberObjectConversion warning on o [...]
new 8835fb821b Don't claim that va_start has special semantic checks
new c6cae65dd0 Remove -i command line option, add -imultilib
new eb5954dbac PR36581: Support data recursion over Stmts in AST matchers.
new fc35d782b2 [StaticAnalyzer] Fix some Clang-tidy modernize and Include W [...]
new 284236c047 Do not generate calls to fentry with __attribute__((no_instr [...]
The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/clang/AST/Attr.h | 114 ++++++++++++++
include/clang/ASTMatchers/ASTMatchers.h | 6 +-
include/clang/Basic/Attr.td | 44 ++++--
include/clang/Basic/Builtins.def | 2 +-
include/clang/Driver/Options.td | 4 +-
include/clang/Frontend/CompilerInstance.h | 11 ++
.../Core/PathSensitive/BasicValueFactory.h | 77 ++++++----
.../StaticAnalyzer/Core/PathSensitive/CoreEngine.h | 135 ++++++++++-------
.../StaticAnalyzer/Core/PathSensitive/Store.h | 55 ++++---
.../StaticAnalyzer/Core/PathSensitive/StoreRef.h | 25 ++--
.../StaticAnalyzer/Core/PathSensitive/SymExpr.h | 23 +--
lib/AST/ExprConstant.cpp | 10 +-
lib/ASTMatchers/ASTMatchFinder.cpp | 27 ++--
lib/CodeGen/CGBlocks.cpp | 7 +-
lib/CodeGen/CGCall.cpp | 9 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 134 +++++++++--------
lib/CodeGen/CodeGenAction.cpp | 5 +-
lib/CodeGen/CodeGenFunction.cpp | 10 +-
lib/Sema/SemaChecking.cpp | 37 ++---
lib/Sema/SemaDecl.cpp | 2 +-
lib/Sema/SemaDeclAttr.cpp | 149 +++++++++----------
lib/Sema/SemaOpenMP.cpp | 74 +++++++--
lib/Sema/SemaTemplateInstantiateDecl.cpp | 2 +-
lib/StaticAnalyzer/Checkers/MallocChecker.cpp | 11 +-
.../Checkers/NonNullParamChecker.cpp | 7 +-
.../Checkers/NumberObjectConversionChecker.cpp | 6 +-
lib/StaticAnalyzer/Core/BasicValueFactory.cpp | 56 +++----
lib/StaticAnalyzer/Core/CoreEngine.cpp | 165 ++++++++++-----------
lib/StaticAnalyzer/Core/Store.cpp | 64 ++++----
test/Analysis/number-object-conversion.mm | 13 ++
test/CodeGen/fentry.c | 11 +-
test/CodeGenCXX/alloc-size.cpp | 18 +++
test/Driver/unknown-arg.c | 6 +-
test/Misc/ast-dump-attr.cpp | 4 +-
test/OpenMP/declare_simd_codegen.cpp | 4 +
test/OpenMP/nvptx_target_cuda_mode_messages.cpp | 108 ++++++++++++++
test/Sema/attr-ownership.c | 2 +-
test/Sema/attr-ownership.cpp | 7 +
test/Sema/attr-print.cpp | 61 ++++++++
test/Sema/error-type-safety.cpp | 39 ++++-
test/Sema/varargs.c | 9 ++
unittests/Frontend/CMakeLists.txt | 2 +
...{CodeGenActionTest.cpp => OutputStreamTest.cpp} | 44 ++----
utils/TableGen/ClangAttrEmitter.cpp | 139 ++++++++++++++++-
44 files changed, 1183 insertions(+), 555 deletions(-)
create mode 100644 test/Analysis/number-object-conversion.mm
create mode 100644 test/OpenMP/nvptx_target_cuda_mode_messages.cpp
create mode 100644 test/Sema/attr-ownership.cpp
copy unittests/Frontend/{CodeGenActionTest.cpp => OutputStreamTest.cpp} (50%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 960b4b87909 Daily bump.
new d71fa371823 2018-03-02 Paolo Carlini <paolo.carlini(a)oracle.com>
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/testsuite/ChangeLog | 5 +++++
.../g++.dg/cpp0x/lambda/{lambda-ice18.C => lambda-61135.C} | 9 ++++-----
2 files changed, 9 insertions(+), 5 deletions(-)
copy gcc/testsuite/g++.dg/cpp0x/lambda/{lambda-ice18.C => lambda-61135.C} (64%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 6b7df552551 * es.po: Update.
new 960b4b87909 Daily bump.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.