This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 56a90b6 [libFuzzer] speculatively trying to fix the Mac build; second [...]
new e9fdaa1 [PowerPC] - No SExt/ZExt needed for count trailing zeros
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/Target/PowerPC/PPCISelDAGToDAG.cpp | 6 ++-
test/CodeGen/PowerPC/no-ext-with-count-zeros.ll | 54 +++++++++++++++++++++++++
2 files changed, 58 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/PowerPC/no-ext-with-count-zeros.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 56e1208 Remove check for -o option in offloading actions builder.
new 424463b [XRay] Check in Clang whether XRay supports the target when - [...]
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/Driver/Tools.cpp | 11 ++++++++++-
test/Driver/XRay/lit.local.cfg | 2 ++
test/Driver/XRay/xray-instrument-cpu.c | 4 ++++
test/Driver/XRay/xray-instrument-os.c | 4 ++++
4 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 test/Driver/XRay/lit.local.cfg
create mode 100644 test/Driver/XRay/xray-instrument-cpu.c
create mode 100644 test/Driver/XRay/xray-instrument-os.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 gcc-6-branch
in repository gcc.
from b1c5d9e Daily bump.
new 419bdbb 2016-10-26 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-intrinsic.c | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr78092.f90 | 21 +++++++++++++++++++++
4 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr78092.f90
--
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 eaf5ad0 Add canonicalize, canonicalizef, canonicalizel.
new be7991c Static inline functions for mallopt helpers
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 | 12 ++++++
malloc/malloc.c | 127 +++++++++++++++++++++++++++++++++++++++++---------------
2 files changed, 105 insertions(+), 34 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 2d0f5c3 Daily bump.
new 1d05fbd 2016-10-26 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-intrinsic.c | 4 +++-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr78092.f90 | 21 +++++++++++++++++++++
4 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr78092.f90
--
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 7925f54 [sanitizers] Set Darwin specific linker and compiler flags fo [...]
new 1a7e8ec Atomics library: provide operations for __int128 when it is 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/builtins/atomic.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 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 b40469b Fix bug when compiling CUDA code with -emit-llvm and -o.
new 56e1208 Remove check for -o option in offloading actions builder.
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/Driver/Driver.cpp | 19 +------------------
test/Driver/cuda-output-asm.cu | 2 ++
2 files changed, 3 insertions(+), 18 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 a896e9a Refactor call emission to package the function pointer togeth [...]
new b40469b Fix bug when compiling CUDA code with -emit-llvm and -o.
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/Driver/Driver.cpp | 5 +++++
test/Driver/cuda-output-asm.cu | 4 +++-
2 files changed, 8 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 9df8914 [libFuzzer] revert 285259 -- hit commit too soon
new eb87ccc xray-extract.cc: Quick fix for mingw, to avoid errc::protocol_error.
new 56a90b6 [libFuzzer] speculatively trying to fix the Mac build; second [...]
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/Fuzzer/FuzzerTracePC.cpp | 5 ++++-
lib/Fuzzer/FuzzerTracePC.h | 13 -------------
tools/llvm-xray/xray-extract.cc | 4 ++--
3 files changed, 6 insertions(+), 16 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 cf6a8a6 [IR] Retire unused getGEPReturnType overload. NFCI.
new 0628937 [libFuzzer] speculatively trying to fix the Mac build
new 9df8914 [libFuzzer] revert 285259 -- hit commit too soon
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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.