This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e513820 [BasicAA] Fix - missed alias in GEP expressions
new 9b71256 [libFuzzer] mutation: insert the size of the input in bytes a [...]
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/Fuzzer/FuzzerMutate.cpp | 24 +++++++++++++++---------
lib/Fuzzer/test/FuzzerUnittest.cpp | 8 ++++++--
2 files changed, 21 insertions(+), 11 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 0fbf820 Daily bump.
new 14326a2 2016-10-21 Andrew Pinski <apinski(a)cavium.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/ChangeLog | 20 ++++++++
gcc/config/aarch64/aarch64-cores.def | 41 ++++++++-------
gcc/config/aarch64/driver-aarch64.c | 99 +++++++++++++++++++-----------------
3 files changed, 95 insertions(+), 65 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 7c81c77 [CtorUtils] Modernize. No functional changes intended.
new e513820 [BasicAA] Fix - missed alias in GEP expressions
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/Analysis/BasicAliasAnalysis.cpp | 16 +++++++++----
test/Analysis/BasicAA/gep-and-alias.ll | 43 ++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+), 5 deletions(-)
create mode 100644 test/Analysis/BasicAA/gep-and-alias.ll
--
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 aa265b0 Module: correctly set the module file kind when emitting file [...]
new bb4ce7e [c++1z] P0012R1: Implement a few remaining pieces: downgrade [...]
new d065ea4 Add another testcase missed from r284905.
new fdc43f7 Mark P0012R1 as "Partial" since it's now substantially complete.
The 3 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/DiagnosticGroups.td | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 4 ++
include/clang/Sema/Sema.h | 20 +++---
lib/Sema/SemaExceptionSpec.cpp | 72 +++++++++++++++-------
lib/Sema/SemaExprCXX.cpp | 28 +++++----
lib/Sema/SemaOverload.cpp | 10 +++
lib/Sema/SemaTemplateDeduction.cpp | 12 +++-
test/CXX/dcl.decl/dcl.init/dcl.init.ref/p4.cpp | 13 ++++
test/CXX/drs/dr0xx.cpp | 12 +++-
test/CXX/drs/dr13xx.cpp | 13 +++-
test/CXX/expr/expr.post/expr.static.cast/p7.cpp | 10 +++
test/CXX/expr/p13.cpp | 8 +--
test/CXX/over/over.over/p1.cpp | 21 ++++++-
.../temp.deduct/temp.deduct.call/p4.cpp | 16 ++++-
.../temp.deduct/temp.deduct.conv/p5.cpp | 22 ++++++-
www/cxx_dr_status.html | 2 +-
www/cxx_status.html | 6 +-
www/make_cxx_dr_status | 8 ++-
18 files changed, 217 insertions(+), 62 deletions(-)
create mode 100644 test/CXX/dcl.decl/dcl.init/dcl.init.ref/p4.cpp
create mode 100644 test/CXX/expr/expr.post/expr.static.cast/p7.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 llvm.
from 76857ef [libFuzzer] typo in a test
new 7c81c77 [CtorUtils] Modernize. No functional changes intended.
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/Transforms/Utils/CtorUtils.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 7430a26 [libFuzzer] add a test for asan's strict_string_checks=1
new 76857ef [libFuzzer] typo in a test
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/Fuzzer/test/InitializeTest.cpp | 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 llvm.
from f64117c Fix map insertion that is elided in release build.
new 7430a26 [libFuzzer] add a test for asan's strict_string_checks=1
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/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/{DivTest.cpp => StrncmpOOBTest.cpp} | 11 ++++++-----
lib/Fuzzer/test/fuzzer.test | 4 ++++
3 files changed, 11 insertions(+), 5 deletions(-)
copy lib/Fuzzer/test/{DivTest.cpp => StrncmpOOBTest.cpp} (58%)
--
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 ae17515 Daily bump.
new b8c3476 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 16c362c libgo: keep c0 and c1 out of runtime.inc
new 0fbf820 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.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from 5bb5d9d Daily bump.
new baf8272 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.