This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 530690e libstdc++/71856 Define _GLIBCXX_PARALLEL_ASSERTIONS
new 7cd2533 Fix the use of FFI closures in the java interpreter for integ [...]
new 62248d0 Fix return type handling for Proxy classes
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:
libjava/ChangeLog | 20 ++++++++++
libjava/interpret-run.cc | 2 +-
libjava/java/lang/reflect/natVMProxy.cc | 10 ++---
.../libjava.jar/ReturnInvocationHandler.java | 24 +++++++++++
libjava/testsuite/libjava.jar/ReturnProxyTest.jar | Bin 0 -> 2671 bytes
libjava/testsuite/libjava.jar/ReturnProxyTest.java | 27 +++++++++++++
libjava/testsuite/libjava.jar/ReturnProxyTest.out | 12 ++++++
.../testsuite/libjava.jar/ReturnProxyTest.xfail | 1 +
libjava/testsuite/libjava.jar/ReturnTypes.java | 9 +++++
libjava/testsuite/libjava.jar/ReturnTypesImpl.java | 27 +++++++++++++
libjava/testsuite/libjava.jar/arraysort.jar | Bin 0 -> 1864 bytes
libjava/testsuite/libjava.jar/arraysort.java | 44 +++++++++++++++++++++
libjava/testsuite/libjava.jar/arraysort.out | 10 +++++
.../testsuite/libjava.jar/arraysort.xfail | 2 +-
14 files changed, 181 insertions(+), 7 deletions(-)
create mode 100644 libjava/testsuite/libjava.jar/ReturnInvocationHandler.java
create mode 100644 libjava/testsuite/libjava.jar/ReturnProxyTest.jar
create mode 100644 libjava/testsuite/libjava.jar/ReturnProxyTest.java
create mode 100644 libjava/testsuite/libjava.jar/ReturnProxyTest.out
create mode 100644 libjava/testsuite/libjava.jar/ReturnProxyTest.xfail
create mode 100644 libjava/testsuite/libjava.jar/ReturnTypes.java
create mode 100644 libjava/testsuite/libjava.jar/ReturnTypesImpl.java
create mode 100644 libjava/testsuite/libjava.jar/arraysort.jar
create mode 100644 libjava/testsuite/libjava.jar/arraysort.java
create mode 100644 libjava/testsuite/libjava.jar/arraysort.out
copy gcc/testsuite/gcc.c-torture/execute/builtins/strcat-lib.c => libjava/testsuit [...]
--
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 2c9bd4f Extended LoadStoreVectorizer to vectorize subchains.
new ba51593 Mark the textual headers in the module map for ProfileData
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/module.modulemap | 2 ++
1 file changed, 2 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 3d35f0d [MIR] Print on the given output instead of stderr.
new 9b42aca [Object] Change Archive::child_iterator for better interop wi [...]
new 2c9bd4f Extended LoadStoreVectorizer to vectorize subchains.
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/Object/Archive.h | 41 +++--
include/llvm/Support/Error.h | 5 +
lib/ExecutionEngine/MCJIT/MCJIT.cpp | 9 +-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 9 +-
lib/Object/Archive.cpp | 48 +++---
lib/Support/Error.cpp | 11 ++
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 182 +++++++++++++--------
.../X86/subchain-interleaved.ll | 10 +-
tools/dsymutil/BinaryHolder.cpp | 8 +-
tools/llvm-ar/llvm-ar.cpp | 68 ++++----
tools/llvm-cxxdump/llvm-cxxdump.cpp | 14 +-
tools/llvm-nm/llvm-nm.cpp | 74 ++++-----
tools/llvm-objdump/MachODump.cpp | 48 +++---
tools/llvm-objdump/llvm-objdump.cpp | 8 +-
tools/llvm-readobj/llvm-readobj.cpp | 19 ++-
tools/llvm-size/llvm-size.cpp | 54 +++---
tools/sancov/sancov.cc | 17 +-
17 files changed, 357 insertions(+), 268 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 ed59b3b [OpenMP] add more tests for 'distribute parallel for simd' pragma
new d42f2ae [OpenCL] Fixes failures in test/Driver/opencl.cl.
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/Frontend/CompilerInvocation.cpp | 24 ++++-----
test/Driver/opencl.cl | 71 ++++++++++++---------------
test/Frontend/{opencl-blocks.cl => opencl.cl} | 7 +++
3 files changed, 51 insertions(+), 51 deletions(-)
rename test/Frontend/{opencl-blocks.cl => opencl.cl} (56%)
--
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 ba77232 [OpenMP] add more tests for 'distribute simd' pragma
new dc0545b [PCH/preamble] Make sure that if the preamble/PCH was seriali [...]
new ed59b3b [OpenMP] add more tests for 'distribute parallel for simd' pragma
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/Basic/DiagnosticIDs.cpp | 2 +-
lib/Frontend/ASTUnit.cpp | 3 +-
lib/Frontend/ChainedIncludesSource.cpp | 2 +-
lib/Sema/AnalysisBasedWarnings.cpp | 2 +-
lib/Serialization/ASTReader.cpp | 5 +
lib/Serialization/GeneratePCH.cpp | 5 +-
test/Index/pch-warn-as-error-code-split.cpp | 17 +
test/Index/pch-warn-as-error-code-split.h | 4 +
test/Index/pch-warn-as-error-code.cpp | 27 ++
...distribute_parallel_for_simd_loop_messages.cpp} | 375 +++++++++++-----
...> distribute_parallel_for_simd_misc_messages.c} | 483 ++++++++-------------
test/PCH/chain-invalid-code.cpp | 28 ++
12 files changed, 534 insertions(+), 419 deletions(-)
create mode 100644 test/Index/pch-warn-as-error-code-split.cpp
create mode 100644 test/Index/pch-warn-as-error-code-split.h
create mode 100644 test/Index/pch-warn-as-error-code.cpp
copy test/OpenMP/{parallel_for_simd_loop_messages.cpp => distribute_parallel_for_s [...]
copy test/OpenMP/{distribute_simd_misc_messages.c => distribute_parallel_for_simd_ [...]
create mode 100644 test/PCH/chain-invalid-code.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 glibc.
from 2ac88ee Refactor Linux raise implementation (BZ#15368)
new 2b6dbe6 Fix TABDLY value
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:
ChangeLog | 4 ++++
bits/termios.h | 2 +-
2 files changed, 5 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 ff53425 AMDGPU: Remove last AMDIL intrinsics
new 2b1c1c1 Define a module map entry for ProfileData.
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/module.modulemap | 8 ++++++++
1 file changed, 8 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 test-suite.
from d87471f cmake: Detect test subdirectories when running cmake.
new bbe1778 litsupport/remote.py: Fix preparescript handling
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:
litsupport/remote.py | 11 ++++++-----
1 file changed, 6 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 binutils-gdb.
from 93daf33 PR python/17698 - add Breakpoint.pending
new dac790e PR python/15620, PR python/18620 - breakpoint events in Python
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:
gdb/ChangeLog | 14 +++++++++
gdb/doc/ChangeLog | 5 ++++
gdb/doc/python.texi | 15 ++++++++++
gdb/python/py-breakpoint.c | 48 ++++++++++++++++++++++++++++++
gdb/python/py-events.h | 3 ++
gdb/python/py-evts.c | 11 +++++++
gdb/testsuite/ChangeLog | 6 ++++
gdb/testsuite/gdb.python/py-breakpoint.exp | 41 +++++++++++++++++++++++++
8 files changed, 143 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.