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 bb8def4 * tree-ssa-sccvn.c (vn_reference_lookup_3): Use a uniform te [...]
new 8537b75 PR sanitizer/71498 * c-gimplify.c (ubsan_walk_array_refs_r) [...]
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/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-gimplify.c | 12 +++++------
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/ubsan/bounds-13.c | 31 ++++++++++++++++++++++++++++
4 files changed, 48 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-13.c
--
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 50eca98 Use the name of the file on disk to issue a new diagnostic ab [...]
new c5b32bd [Parser] Only correct delayed typos when needed
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/Parse/ParseExpr.cpp | 4 ++++
test/Sema/typo-correction.c | 8 ++++++++
2 files changed, 12 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 gcc.
from 3198595 [AArch64] Emit division using the Newton series
new 5965fbc PR tree-optimization/71403 * tree-ssa-threadbackward.c (co [...]
new 69ffa17 selftest: show values when ASSERT_STREQ fails
new 9720103 PR preprocessor/71183 * c-ppoutput.c (init_pp_output): Set [...]
new 12cb836 PR sanitizer/71498 * c-gimplify.c (ubsan_walk_array_refs_r) [...]
The 4 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 | 18 +++++++++++++++
gcc/c-family/ChangeLog | 10 ++++++++
gcc/c-family/c-gimplify.c | 12 +++++-----
gcc/c-family/c-ppoutput.c | 1 +
gcc/selftest.c | 32 ++++++++++++++++++++++++++
gcc/selftest.h | 24 +++++++++++--------
gcc/testsuite/ChangeLog | 15 ++++++++++++
gcc/testsuite/c-c++-common/ubsan/bounds-13.c | 31 +++++++++++++++++++++++++
gcc/testsuite/c-c++-common/ubsan/pr71403-1.c | 28 ++++++++++++++++++++++
gcc/testsuite/c-c++-common/ubsan/pr71403-2.c | 22 ++++++++++++++++++
gcc/testsuite/c-c++-common/ubsan/pr71403-3.c | 31 +++++++++++++++++++++++++
gcc/testsuite/gcc.dg/cpp/source_date_epoch-3.c | 9 ++++++++
gcc/tree-ssa-threadbackward.c | 26 +++++++++++++++------
13 files changed, 237 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/ubsan/bounds-13.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr71403-1.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr71403-2.c
create mode 100644 gcc/testsuite/c-c++-common/ubsan/pr71403-3.c
create mode 100644 gcc/testsuite/gcc.dg/cpp/source_date_epoch-3.c
--
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 svn-tags/RELEASE_381
in repository test-suite.
at 4b9503f Creating release candidate rc1 from release_381 branch
This branch includes the following new commits:
new 0cab94b Creating release directory for release_381.
new 4b9503f Creating release candidate rc1 from release_381 branch
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.
--
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 test-suite.
from 3fcf928 [test-suite] Use shellcommand.wrap() when adding the run_unde [...]
new b26bc84 cmake: Append to existing TEST_SUITE_ARCH_FLAGS in xcode_sdk cache
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/caches/util/xcode_sdk.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
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 6f040c1 clang-cl: Support -resource-dir option (PR28074)
new 50eca98 Use the name of the file on disk to issue a new diagnostic ab [...]
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/DiagnosticLexKinds.td | 8 ++
include/clang/Basic/FileManager.h | 2 +
include/clang/Basic/VirtualFileSystem.h | 7 ++
include/clang/Lex/DirectoryLookup.h | 4 +
include/clang/Lex/HeaderSearch.h | 5 +-
lib/Basic/FileManager.cpp | 3 +
lib/Basic/VirtualFileSystem.cpp | 16 ++-
lib/Lex/HeaderSearch.cpp | 14 +--
lib/Lex/PPDirectives.cpp | 148 +++++++++++++++++++++++++++
test/Lexer/Inputs/case-insensitive-include.h | 8 ++
test/Lexer/case-insensitive-include-ms.c | 18 ++++
test/Lexer/case-insensitive-include.c | 35 +++++++
test/Lexer/case-insensitive-system-include.c | 10 ++
test/PCH/case-insensitive-include.c | 2 +-
14 files changed, 267 insertions(+), 13 deletions(-)
create mode 100644 test/Lexer/Inputs/case-insensitive-include.h
create mode 100644 test/Lexer/case-insensitive-include-ms.c
create mode 100644 test/Lexer/case-insensitive-include.c
create mode 100644 test/Lexer/case-insensitive-system-include.c
--
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 6027190 Move previously added test case to the right location
new fa405a6 [MBP] Code cleanup #3 /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/CodeGen/MachineBlockPlacement.cpp | 180 ++++++++++++++++++++++++++--------
1 file changed, 137 insertions(+), 43 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 56fdf6c Add test for DR1359.
new 6f040c1 clang-cl: Support -resource-dir option (PR28074)
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/Driver/Options.td | 2 +-
test/Driver/cl-options.c | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
--
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 ae9ac9c Fix AAResults::callCapturesBefore for operand bundles
new 6027190 Move previously added test case to the right location
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:
test/CodeGen/X86/statepoint-memdep.ll | 17 -----------------
test/Transforms/DeadStoreElimination/operand-bundles.ll | 12 ++++++++++++
2 files changed, 12 insertions(+), 17 deletions(-)
delete mode 100644 test/CodeGen/X86/statepoint-memdep.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.