This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 297c443 [libFuzzer] extend -print_coverage to print the comma-separat [...]
new 76914be Clarify rules for reserved regs, fix aarch64 ones.
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/Target/TargetRegisterInfo.h | 18 ++++++++++++++++--
lib/CodeGen/MachineVerifier.cpp | 10 ----------
lib/CodeGen/TargetRegisterInfo.cpp | 30 ++++++++++++++++++++++++++++++
lib/Target/AArch64/AArch64RegisterInfo.cpp | 21 +++++++++++----------
lib/Target/ARM/ARMBaseRegisterInfo.cpp | 20 +++++++++++---------
lib/Target/X86/X86RegisterInfo.cpp | 2 ++
6 files changed, 70 insertions(+), 31 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 7f5fcbb runtime: print C functions in traceback
new d8173c1 * es.po: Update.
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/po/ChangeLog | 4 +
gcc/po/es.po | 3299 ++++++++++++++++++++++++------------------------------
2 files changed, 1476 insertions(+), 1827 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 gcc-6-branch
in repository gcc.
from 32f847a Daily bump.
new fce6678 * es.po: Update.
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/po/ChangeLog | 4 +
gcc/po/es.po | 3299 ++++++++++++++++++++++++------------------------------
2 files changed, 1476 insertions(+), 1827 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 1288944 [LibFuzzer] Add Windows implementations of some IO functions.
new 297c443 [libFuzzer] extend -print_coverage to print the comma-separat [...]
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/FuzzerIO.h | 3 +++
lib/Fuzzer/FuzzerIOPosix.cpp | 11 ++++++++++-
lib/Fuzzer/FuzzerIOWindows.cpp | 4 ++++
lib/Fuzzer/FuzzerTracePC.cpp | 12 +++++++++++-
lib/Fuzzer/test/coverage.test | 1 +
5 files changed, 29 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 release/2.24/master
in repository glibc.
from 2d16e81 x86_64: fix static build of __memcpy_chk for compilers defaul [...]
new 4b8790c X86-64: Add _dl_runtime_resolve_avx[512]_{opt|slow} [BZ #20508]
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 | 25 ++++++++++
sysdeps/x86/cpu-features.c | 14 ++++++
sysdeps/x86/cpu-features.h | 6 +++
sysdeps/x86_64/dl-machine.h | 24 +++++++++-
sysdeps/x86_64/dl-trampoline.S | 20 ++++++++
sysdeps/x86_64/dl-trampoline.h | 104 ++++++++++++++++++++++++++++++++++++++++-
6 files changed, 190 insertions(+), 3 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 39c1e3d [LoopUnroll] Implement profile-based loop peeling
new 1288944 [LibFuzzer] Add Windows implementations of some IO functions.
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/CMakeLists.txt | 4 +-
lib/Fuzzer/FuzzerIO.cpp | 54 +++-------------
lib/Fuzzer/FuzzerIO.h | 20 ++++--
lib/Fuzzer/FuzzerIOPosix.cpp | 78 ++++++++++++++++++++++
lib/Fuzzer/FuzzerIOWindows.cpp | 143 +++++++++++++++++++++++++++++++++++++++++
5 files changed, 250 insertions(+), 49 deletions(-)
create mode 100644 lib/Fuzzer/FuzzerIOPosix.cpp
create mode 100644 lib/Fuzzer/FuzzerIOWindows.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 b34fe0f [InstCombine] allow more narrowing transforms for logic ops
new 39c1e3d [LoopUnroll] Implement profile-based loop peeling
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/Analysis/TargetTransformInfo.h | 7 +
include/llvm/Transforms/Utils/UnrollLoop.h | 13 +-
lib/Transforms/Scalar/LoopUnrollPass.cpp | 49 +++-
lib/Transforms/Utils/CMakeLists.txt | 1 +
lib/Transforms/Utils/LoopUnroll.cpp | 36 ++-
lib/Transforms/Utils/LoopUnrollPeel.cpp | 405 ++++++++++++++++++++++++++++
lib/Transforms/Utils/LoopUtils.cpp | 14 +-
test/Transforms/LoopUnroll/peel-loop-pgo.ll | 47 ++++
test/Transforms/LoopUnroll/peel-loop.ll | 96 +++++++
9 files changed, 635 insertions(+), 33 deletions(-)
create mode 100644 lib/Transforms/Utils/LoopUnrollPeel.cpp
create mode 100644 test/Transforms/LoopUnroll/peel-loop-pgo.ll
create mode 100644 test/Transforms/LoopUnroll/peel-loop.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 binutils-gdb.
from 7913a64 [ARM] Read memory as unsigned integer
new ad02e4f Makefiles: Disable suffix rules and implicit rules
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 | 7 ++++++
gdb/Makefile.in | 3 +++
gdb/data-directory/Makefile.in | 3 +++
...nt-create-fail.py => disable-implicit-rules.mk} | 28 ++++++++++------------
gdb/doc/ChangeLog | 4 ++++
gdb/doc/Makefile.in | 3 +++
gdb/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/Makefile.in | 3 +++
gdb/gnulib/Makefile.in | 3 +++
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/Makefile.in | 3 +++
11 files changed, 49 insertions(+), 16 deletions(-)
copy gdb/{testsuite/gdb.python/py-breakpoint-create-fail.py => disable-implicit-ru [...]
--
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 ba32f78 [InstCombine] add tests to show potentially missed logic+trun [...]
new b34fe0f [InstCombine] allow more narrowing transforms for logic ops
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/InstCombine/InstCombineCasts.cpp | 32 +++++++++++++++++-------
lib/Transforms/InstCombine/InstCombineInternal.h | 1 +
test/Transforms/InstCombine/narrow.ll | 24 +++++++++---------
3 files changed, 36 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.