This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 10aee78afb [ubsan] Add a check for pointer overflow UB
new d2f497236f [Modules] Handle sanitizer feature mismatches when importing [...]
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:
include/clang/Basic/Sanitizers.h | 10 +++-
lib/Basic/LangOptions.cpp | 4 +-
lib/Frontend/CompilerInvocation.cpp | 7 +++
lib/Serialization/ASTReader.cpp | 27 +++++++++
.../Inputs/check-for-sanitizer-feature/check.h | 5 ++
.../Modules/Inputs/check-for-sanitizer-feature/map | 3 +
test/Modules/check-for-sanitizer-feature.cpp | 66 ++++++++++++++++++++++
7 files changed, 117 insertions(+), 5 deletions(-)
create mode 100644 test/Modules/Inputs/check-for-sanitizer-feature/check.h
create mode 100644 test/Modules/Inputs/check-for-sanitizer-feature/map
create mode 100644 test/Modules/check-for-sanitizer-feature.cpp
--
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 libcxx.
from a9d992d31 Remove ubsan XFAILS in two tests
new 974e519e8 Mark two coroutine tests as unsupported under ubsan
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:
.../support.coroutines/end.to.end/bool_await_suspend.pass.cpp | 3 +++
.../language.support/support.coroutines/end.to.end/generator.pass.cpp | 3 +++
2 files changed, 6 insertions(+)
--
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 0c1676c00 Tighten up test to address bot failure. NFC.
new efd9e1ef2 [ubsan] Runtime support for pointer overflow checking
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/ubsan/ubsan_checks.inc | 1 +
lib/ubsan/ubsan_handlers.cc | 31 +++++++++++++++++++++++++
lib/ubsan/ubsan_handlers.h | 7 ++++++
lib/ubsan/ubsan_interface.inc | 2 ++
test/ubsan/TestCases/Pointer/index-overflow.cpp | 19 +++++++++++++++
5 files changed, 60 insertions(+)
create mode 100644 test/ubsan/TestCases/Pointer/index-overflow.cpp
--
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 gcc-6-branch
in repository gcc.
from fc2cfe0b177 PR ada/80921 * configure.ac (default_gnatlib_target): Rem [...]
new a368db2ab2d Backported from mainline 2016-08-19 Jakub Jelinek <jaku [...]
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/ChangeLog | 51 ++++
gcc/config/i386/avx2intrin.h | 488 ++++++++++++++++++++-------------------
gcc/config/i386/avx512fintrin.h | 94 ++++----
gcc/config/i386/avx512pfintrin.h | 88 +++----
gcc/config/i386/avx512vlintrin.h | 48 ++--
gcc/config/i386/gmm_malloc.h | 36 +--
gcc/config/i386/ia32intrin.h | 8 +-
gcc/config/i386/lwpintrin.h | 22 +-
gcc/config/i386/pkuintrin.h | 6 +-
gcc/config/i386/pmm_malloc.h | 20 +-
gcc/config/i386/rdseedintrin.h | 12 +-
gcc/config/i386/rtmintrin.h | 4 +-
12 files changed, 472 insertions(+), 405 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 gcc.
from d9ef3fb3ecc 2017-06-01 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 9f3a34c3a3c testsuite: ensure GCC_COLORS is unset
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 | 4 ++++
gcc/testsuite/lib/gcc-dg.exp | 6 ++++++
2 files changed, 10 insertions(+)
--
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 be2a63a5a47 [llvm-config] Report --bindir based on LLVM_TOOLS_INSTALL_DIR
new cbf8bcc206b [SDAG] Fix CombineTo ordering in visitZERO_EXTEND and visit [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 23 ++--
test/CodeGen/X86/pr32284.ll | 206 ++++++++++++++++++++-----------
2 files changed, 140 insertions(+), 89 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 gcc.
from a319406cc74 DWARF: add DW_AT_location for global decls with DECL_VALUE_EXPR
new d9ef3fb3ecc 2017-06-01 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
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/ChangeLog | 41 ++++++
gcc/config/i386/i386.c | 341 +++++++++++++++++++++++--------------------------
gcc/config/i386/i386.h | 79 ++++++++++--
3 files changed, 271 insertions(+), 190 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 0b6e684a2e6 [InlineCost] Add a test case for GEP cost
new 4fadb11eb6b Prefer static namespace-scoped variables over anon namespac [...]
new be2a63a5a47 [llvm-config] Report --bindir based on LLVM_TOOLS_INSTALL_DIR
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:
tools/bugpoint/OptimizerDriver.cpp | 11 +++++------
tools/llvm-config/BuildVariables.inc.in | 1 +
tools/llvm-config/llvm-config.cpp | 4 +++-
3 files changed, 9 insertions(+), 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 e397992a62 Add compatibility alias for -Wno-#warnings
new 10aee78afb [ubsan] Add a check for pointer overflow UB
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:
docs/UndefinedBehaviorSanitizer.rst | 2 +
include/clang/Basic/Sanitizers.def | 7 +-
lib/CodeGen/CGExpr.cpp | 33 ++++--
lib/CodeGen/CGExprScalar.cpp | 210 ++++++++++++++++++++++++++++------
lib/CodeGen/CodeGenFunction.h | 8 ++
test/CodeGen/ubsan-pointer-overflow.m | 171 +++++++++++++++++++++++++++
test/Driver/fsanitize.c | 18 +--
7 files changed, 391 insertions(+), 58 deletions(-)
create mode 100644 test/CodeGen/ubsan-pointer-overflow.m
--
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 0fcbca5576f [PartialInlining] Emit branch info and profile data as remarks
new 4edf255f464 [Profile] Fix builtin_expect lowering bug
new 0b6e684a2e6 [InlineCost] Add a test case for GEP cost
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:
lib/Transforms/Scalar/LowerExpectIntrinsic.cpp | 16 +++-
test/Transforms/Inline/AArch64/gep-cost.ll | 25 ++++-
.../LowerExpectIntrinsic/expect_nonboolean.ll | 104 +++++++++++++++++++++
3 files changed, 139 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/LowerExpectIntrinsic/expect_nonboolean.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.