This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a2f87f2 * tree-ssa-loop-split.c: Remove trailing spaces. * match.pd [...]
new 53f3423 * MAINTAINERS: Update email address
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 | 5 +++++
MAINTAINERS | 2 +-
2 files changed, 6 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 lldb.
from 2cb50e7 Revert "Fix a race condition between "ephemeral watchpoint di [...]
new 3305086 Add TestMultipleHits.py
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:
.../multiple_hits}/Makefile | 0
.../watchpoint/multiple_hits/TestMultipleHits.py | 58 ++++++++++++++++++++++
.../watchpoint/multiple_hits/main.cpp | 29 +++++++++++
3 files changed, 87 insertions(+)
copy packages/Python/lldbsuite/test/functionalities/{breakpoint/breakpoint_set_res [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/watchpoint/multi [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/watchpoint/multi [...]
--
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 4b5784c [X86][AVX] Add 32-bit target tests for vector lzcnt/tzcnt to [...]
new 9e0c61c [LoopUnroll] Keep the loop test only on the first iteration 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:
include/llvm/Analysis/ScalarEvolution.h | 32 +++++--
include/llvm/Transforms/Utils/UnrollLoop.h | 5 +-
lib/Analysis/ScalarEvolution.cpp | 57 +++++++++----
lib/Transforms/Scalar/LoopUnrollPass.cpp | 28 ++++---
lib/Transforms/Utils/LoopUnroll.cpp | 13 +--
test/Analysis/ScalarEvolution/trip-count13.ll | 8 +-
test/Analysis/ScalarEvolution/trip-count14.ll | 16 ++--
.../LoopUnroll/full-unroll-keep-first-exit.ll} | 98 ++++++++++++++--------
8 files changed, 167 insertions(+), 90 deletions(-)
copy test/{Analysis/ScalarEvolution/trip-count14.ll => Transforms/LoopUnroll/full- [...]
--
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 0d734fe Guard GetEscapedHostname against a nullptr hostname. This can [...]
new 2cb50e7 Revert "Fix a race condition between "ephemeral watchpoint di [...]
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:
.../command/TestWatchpointCommandPython.py | 7 ++-
source/Breakpoint/Watchpoint.cpp | 2 +-
source/Target/StopInfo.cpp | 73 +++++++---------------
3 files changed, 28 insertions(+), 54 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 46ab1d2 [AArch64] Corrected spill size for DDD register class. NFCI
new 4b5784c [X86][AVX] Add 32-bit target tests for vector lzcnt/tzcnt to [...]
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/X86/vector-lzcnt-256.ll | 275 ++++++++++++++++++++++++++++++++++
test/CodeGen/X86/vector-tzcnt-256.ll | 281 +++++++++++++++++++++++++++++++----
2 files changed, 524 insertions(+), 32 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 16017f1 Automatic date update in version.in
new 4db41a0 Delete target_so_ops->special_symbol_handling hook
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 | 18 ++++++++++++++++++
gdb/solib-aix.c | 10 ----------
gdb/solib-darwin.c | 9 ---------
gdb/solib-dsbt.c | 10 ----------
gdb/solib-frv.c | 9 ---------
gdb/solib-svr4.c | 9 ---------
gdb/solib-target.c | 8 --------
gdb/solib.c | 6 ------
gdb/solist.h | 6 ------
9 files changed, 18 insertions(+), 67 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 3fc87cc Revert "DR583, DR1512: Implement a rewrite to C++'s 'composit [...]
new f857a79 Remove non-existing file from modulemap.
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/Modules/Inputs/libc-libcxx/sysroot/usr/include/module.modulemap | 1 -
1 file changed, 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 c2cab9b [Support] Fix AlignOf test on i386-linux.
new 02d2642 Fix WebAssembly test after r284757.
new 46ab1d2 [AArch64] Corrected spill size for DDD register class. NFCI
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/Target/AArch64/AArch64RegisterInfo.td | 2 +-
test/CodeGen/WebAssembly/cfg-stackify.ll | 4 ++--
2 files changed, 3 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 7413606 [AVX-512] Add tests to show opportunities for commuting vperm [...]
new c2cab9b [Support] Fix AlignOf test on i386-linux.
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:
unittests/Support/AlignOfTest.cpp | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 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 f1ea412 2016-10-21 Andre Vieira <andre.simoesdiasvieira(a)arm.com>
new 121d313 * config/sparc/sparc-modes.def (CCV): New. (CCXV): Likewise [...]
new a2f87f2 * tree-ssa-loop-split.c: Remove trailing spaces. * match.pd [...]
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 | 50 +++
gcc/config/sparc/predicates.md | 7 +
gcc/config/sparc/sparc-modes.def | 6 +
gcc/config/sparc/sparc.c | 41 +-
gcc/config/sparc/sparc.md | 645 ++++++++++++++++++++++++++++
gcc/match.pd | 2 +-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gcc.target/sparc/overflow-1.c | 43 ++
gcc/testsuite/gcc.target/sparc/overflow-2.c | 46 ++
gcc/testsuite/gcc.target/sparc/overflow-3.c | 44 ++
gcc/tree-ssa-loop-split.c | 6 +-
11 files changed, 886 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/sparc/overflow-1.c
create mode 100644 gcc/testsuite/gcc.target/sparc/overflow-2.c
create mode 100644 gcc/testsuite/gcc.target/sparc/overflow-3.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.