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 50a1fdd59c Fix displaced-stepping RIP-relative VEX-encoded instructions [...]
new 7403715e30 Update manual for Rust change
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 | 4 ++++
gdb/NEWS | 3 +++
gdb/doc/ChangeLog | 4 ++++
gdb/doc/gdb.texinfo | 3 ---
4 files changed, 11 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 newlib.
from 8f7c712bb ssp: add Object Size Checking for wchar.h, part 1
new 67e628fa3 newlib: vfwscanf: fix negation bug in %[ conversion
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:
newlib/libc/stdio/vfwscanf.c | 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 binutils-gdb.
from 826c3f1edc x86 map file textrel
new 50a1fdd59c Fix displaced-stepping RIP-relative VEX-encoded instructions [...]
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 | 10 ++
gdb/amd64-tdep.c | 58 +++++++++--
gdb/testsuite/ChangeLog | 6 ++
gdb/testsuite/gdb.arch/amd64-disp-step-avx.S | 70 +++++++++++++
gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp | 139 +++++++++++++++++++++++++
5 files changed, 274 insertions(+), 9 deletions(-)
create mode 100644 gdb/testsuite/gdb.arch/amd64-disp-step-avx.S
create mode 100644 gdb/testsuite/gdb.arch/amd64-disp-step-avx.exp
--
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 a4456b3fa85 combine: Remove use_crosses_set_p
new 256aaca01d0 * gimple-ssa-evrp-analyze.c (evrp_range_analyzer::extract [...]
new 5e3bbe7725f PR tree-optimizatin/78496 * gimple-ssa-evrp-analyze.h (e [...]
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 | 23 ++++
gcc/gimple-ssa-evrp-analyze.c | 3 +-
gcc/gimple-ssa-evrp-analyze.h | 8 +-
gcc/gimple-ssa-evrp.c | 2 +-
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/gcc.dg/builtin-unreachable-6.c | 2 +-
gcc/testsuite/gcc.dg/builtin-unreachable-6a.c | 7 ++
gcc/testsuite/gcc.dg/tree-ssa/20030922-2.c | 4 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-branch-1.c | 7 +-
gcc/tree-ssa-dom.c | 135 ++++++++++++++++++++++-
10 files changed, 180 insertions(+), 19 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/builtin-unreachable-6a.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 glibc.
from 7863a71181 New generic sinf
new 478593e637 S390: Fix backtrace in vdso functions.
new 4c1d801a59 aarch64: Avoid hidden symbols for memcpy/memmove into static [...]
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/aarch64/multiarch/memcpy_generic.S | 2 ++
sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h | 36 ---------------------------
sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h | 36 ---------------------------
4 files changed, 15 insertions(+), 72 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 7dc4922bbe6 2017-12-04 Richard Biener <rguenther(a)suse.de>
new a4456b3fa85 combine: Remove use_crosses_set_p
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 | 7 ++++++
gcc/combine.c | 69 ++++++-----------------------------------------------------
2 files changed, 14 insertions(+), 62 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 7bbe1bb4ce [OpenCL] Define __IMAGE_SUPPORT__ macro for SPIR
new 1d00b51338 [OPENMP] Codegen for `distribute simd` directive.
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/CodeGen/CGStmtOpenMP.cpp | 75 ++++++++----
lib/Sema/SemaOpenMP.cpp | 14 ++-
...ibute_parallel_for_simd_lastprivate_codegen.cpp | 9 ++
...ute_codegen.cpp => distribute_simd_codegen.cpp} | 19 +--
...pp => distribute_simd_firstprivate_codegen.cpp} | 8 +-
...cpp => distribute_simd_lastprivate_codegen.cpp} | 19 ++-
...gen.cpp => distribute_simd_private_codegen.cpp} | 10 +-
...n.cpp => distribute_simd_reduction_codegen.cpp} | 136 +++++++++------------
8 files changed, 174 insertions(+), 116 deletions(-)
copy test/OpenMP/{distribute_codegen.cpp => distribute_simd_codegen.cpp} (96%)
copy test/OpenMP/{distribute_firstprivate_codegen.cpp => distribute_simd_firstpriv [...]
copy test/OpenMP/{distribute_lastprivate_codegen.cpp => distribute_simd_lastprivat [...]
copy test/OpenMP/{distribute_private_codegen.cpp => distribute_simd_private_codege [...]
copy test/OpenMP/{teams_distribute_reduction_codegen.cpp => distribute_simd_reduct [...]
--
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 ba19c689aa7 [NVPTX] Assign valid global names
new 7c3eddc7d6c [Loop Predication] Teach LP about reverse loops
new 4effab6b152 [ARM] CodeGen test
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/Scalar/LoopPredication.cpp | 193 ++++++++++++++++++++---------
test/CodeGen/ARM/and-load-combine.ll | 51 ++++++++
test/Transforms/LoopPredication/reverse.ll | 140 +++++++++++++++++++++
3 files changed, 326 insertions(+), 58 deletions(-)
create mode 100644 test/Transforms/LoopPredication/reverse.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 b779bc4dd1 Fix bug where we wouldn't break columns over the limit.
new 7bbe1bb4ce [OpenCL] Define __IMAGE_SUPPORT__ macro for SPIR
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/InitPreprocessor.cpp | 4 ++++
test/Preprocessor/predefined-macros.c | 4 ++++
2 files 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 llvm.
from e0e7476d4c2 [NFC][lit] Use proper semantic versioning names for variables
new ba19c689aa7 [NVPTX] Assign valid global names
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/IR/ValueSymbolTable.cpp | 15 +++++++++--
lib/Target/NVPTX/NVPTXAssignValidGlobalNames.cpp | 6 +++++
test/CodeGen/NVPTX/symbol-naming.ll | 33 +++++++++++++++++-------
3 files changed, 43 insertions(+), 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.