This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c695826 PR sanitizer/66343 * ubsan.c (ubsan_create_data): Call init [...]
new 4395ce9 Fix last commit.
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/g++.dg/cpp1z/init-statement1.C | 14 -------
gcc/testsuite/g++.dg/cpp1z/init-statement2.C | 62 ----------------------------
gcc/testsuite/g++.dg/cpp1z/init-statement3.C | 16 -------
gcc/testsuite/g++.dg/cpp1z/init-statement4.C | 59 --------------------------
gcc/testsuite/g++.dg/cpp1z/init-statement5.C | 16 -------
gcc/testsuite/g++.dg/cpp1z/init-statement6.C | 25 -----------
gcc/testsuite/g++.dg/cpp1z/init-statement7.C | 9 ----
gcc/testsuite/g++.dg/cpp1z/init-statement8.C | 10 -----
8 files changed, 211 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 c3d2cc5 [LV] Remove obsolete comment (NFC)
new 81c297e FastISel: Remove unused/un-overridden entry points. NFCI.
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/llvm/CodeGen/FastISel.h | 13 -------------
lib/CodeGen/SelectionDAG/FastISel.cpp | 23 -----------------------
utils/TableGen/FastISelEmitter.cpp | 3 +--
3 files changed, 1 insertion(+), 38 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 5e827ba fix documentation comments; NFC
new e7491dd [LV] Use getScalarizationOverhead in memory instruction costs (NFC)
new c3d2cc5 [LV] Remove obsolete comment (NFC)
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/Vectorize/LoopVectorize.cpp | 28 +++++++++++-----------------
1 file changed, 11 insertions(+), 17 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 57de589 Make DeletedLines local variables in checkEmptyNamespace.
new 9deb8dd Removing optimization from the RUN lines and adjusting the ch [...]
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/builtins-ppc-p9vector.c | 52 ++----------------------------------
1 file changed, 2 insertions(+), 50 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 4e4c8f8 * semantics.c (finish_compound_literal): Handle class placeholder.
new 994fc95 PR sanitizer/66343 * ubsan.c (ubsan_ids): New GTY(()) array [...]
new c695826 PR sanitizer/66343 * ubsan.c (ubsan_create_data): Call init [...]
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:
gcc/ChangeLog | 11 +++++++++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-ubsan.c | 3 ---
gcc/testsuite/ChangeLog | 12 ++++++++++++
gcc/testsuite/gcc.dg/pch/pr66343-1.c | 15 +++++++++++++++
gcc/testsuite/gcc.dg/pch/pr66343-1.hs | 8 ++++++++
gcc/testsuite/gcc.dg/pch/pr66343-2.c | 10 ++++++++++
gcc/testsuite/gcc.dg/pch/pr66343-2.hs | 8 ++++++++
gcc/testsuite/gcc.dg/pch/pr66343-3.c | 15 +++++++++++++++
gcc/testsuite/gcc.dg/pch/pr66343-3.hs | 4 ++++
gcc/ubsan.c | 17 +++++++++++------
11 files changed, 100 insertions(+), 9 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pch/pr66343-1.c
create mode 100644 gcc/testsuite/gcc.dg/pch/pr66343-1.hs
create mode 100644 gcc/testsuite/gcc.dg/pch/pr66343-2.c
create mode 100644 gcc/testsuite/gcc.dg/pch/pr66343-2.hs
create mode 100644 gcc/testsuite/gcc.dg/pch/pr66343-3.c
create mode 100644 gcc/testsuite/gcc.dg/pch/pr66343-3.hs
--
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 lldb.
from ef86b63 Fix some test failures due to the recent Breakpoint patch.
new f64d484 Add the ability to set breakpoints on named RenderScript reductions
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:
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 384 ++++++++++++++++++---
.../RenderScriptRuntime/RenderScriptRuntime.h | 60 ++++
2 files changed, 404 insertions(+), 40 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 glibc.
from 8028566 powerpc: Regenerate ULPs
new b8b7e5e Make the quadrant shift K a bool in do_sincos_* functions
new ba4e688 Check n instead of k1 to decide on sign of sin/cos result
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:
ChangeLog | 13 +++++++++++++
sysdeps/ieee754/dbl-64/s_sin.c | 40 ++++++++++++++++++++--------------------
2 files changed, 33 insertions(+), 20 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 ab93a70 2016-10-05 Steve Ellcey <sellcey(a)caviumnetworks.com>
new 4e4c8f8 * semantics.c (finish_compound_literal): Handle class placeholder.
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/cp/ChangeLog | 4 ++++
gcc/cp/semantics.c | 5 +++++
gcc/testsuite/g++.dg/cpp1z/class-deduction18.C | 7 +++++++
3 files changed, 16 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/class-deduction18.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 4c9fcf5 Improve DEBUG_VALUE assembly comments for spilled bitpieces
new c55049e Allow the caller to pass in the hash.
new 5e827ba fix documentation comments; NFC
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:
include/llvm/IR/Instruction.h | 2 +-
include/llvm/MC/StringTableBuilder.h | 7 +++--
lib/IR/Instruction.cpp | 50 ++++--------------------------------
lib/MC/StringTableBuilder.cpp | 4 +--
4 files changed, 13 insertions(+), 50 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 libcxx.
from 8df21c9 Mark LWG#2679 as complete
new f5293bc Comment out failing test while I figure out who is at fault
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/std/utilities/meta/meta.unary/meta.unary.prop/is_empty.pass.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.