This is an automated email from the git hooks/post-receive script.
Maxim Kuvyrkov pushed a change to branch linaro-local/gcc-7-integration-branch
in repository toolchain/gcc.
from 287c269ce82 gcc/ * LINARO-VERSION: Bump version number, post snapshot.
new d0468e277db gcc/ Backport from trunk r251558. 2017-08-31 Tamar Chri [...]
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/config/aarch64/aarch64-builtins.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 release_60
in repository llvm.
from d88ca292702 Merging r328755:
new 417182e1825 Backport of rL326666 and rL326668 for PR36607 and PR36608.
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/Scalar/CallSiteSplitting.cpp | 77 +++++++++++++++++-
test/Transforms/CallSiteSplitting/musttail.ll | 109 ++++++++++++++++++++++++++
2 files changed, 184 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/CallSiteSplitting/musttail.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 llvm.
from 2d438c016c3 [llvm-mca] Move the logic that prints scheduler statistics [...]
new 900cf755f0a [llvm-mca] Renamed BackendStatistics to RetireControlUnitSt [...]
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:
docs/CommandGuide/llvm-mca.rst | 11 ++---
test/tools/llvm-mca/X86/BtVer2/rcu-statistics.s | 56 ++++++++++++++++++++++
tools/llvm-mca/CMakeLists.txt | 2 +-
...tistics.cpp => RetireControlUnitStatistics.cpp} | 13 ++---
...dStatistics.h => RetireControlUnitStatistics.h} | 22 ++++-----
tools/llvm-mca/llvm-mca.cpp | 15 ++++--
6 files changed, 87 insertions(+), 32 deletions(-)
create mode 100644 test/tools/llvm-mca/X86/BtVer2/rcu-statistics.s
rename tools/llvm-mca/{BackendStatistics.cpp => RetireControlUnitStatistics.cpp} (74%)
rename tools/llvm-mca/{BackendStatistics.h => RetireControlUnitStatistics.h} (65%)
--
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 3227db0643e Eliminate a bitwise 'not' op of 'not' min/max by inverting [...]
new 2d438c016c3 [llvm-mca] Move the logic that prints scheduler statistics [...]
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:
docs/CommandGuide/llvm-mca.rst | 8 ++-
.../AArch64/Exynos/scheduler-queue-usage.s | 12 +++-
.../llvm-mca/X86/BtVer2/scheduler-queue-usage.s | 28 +++++++-
tools/llvm-mca/BackendStatistics.cpp | 77 +---------------------
tools/llvm-mca/BackendStatistics.h | 53 ++-------------
tools/llvm-mca/CMakeLists.txt | 1 +
...ckendStatistics.cpp => SchedulerStatistics.cpp} | 49 +++-----------
.../{BackendStatistics.h => SchedulerStatistics.h} | 35 +++-------
tools/llvm-mca/llvm-mca.cpp | 9 +++
9 files changed, 75 insertions(+), 197 deletions(-)
copy tools/llvm-mca/{BackendStatistics.cpp => SchedulerStatistics.cpp} (61%)
copy tools/llvm-mca/{BackendStatistics.h => SchedulerStatistics.h} (66%)
--
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 1f2008e1706 fix PR 84659 references in ChangeLog files
new 6b45b140edc PR target/85281 * config/i386/sse.md (iptr): Add V16SFmod [...]
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 | 8 ++++++++
gcc/config/i386/sse.md | 8 +++-----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr85281.c | 15 +++++++++++++++
4 files changed, 31 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr85281.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 binutils-gdb.
from 20db9c52a2 File I/O file handles after target closes
new c43b2c546b binutils/testsuite: Also consider `*-*-lynxos*' and `*-*-sym [...]
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:
binutils/ChangeLog | 5 +++++
binutils/testsuite/lib/binutils-common.exp | 2 ++
2 files changed, 7 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 gcc.
from 27f6c2d6655 sel-sched: run cleanup_cfg just before loop_optimizer_init [...]
new 1f2008e1706 fix PR 84659 references in ChangeLog files
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 | 2 +-
gcc/testsuite/ChangeLog | 2 +-
2 files changed, 2 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 newlib.
from 92f4e0500 Cygwin: wincap: expose more SYSTEM_INFO members and use as ap [...]
new cef1070bc Cygwin: cpuinfo: Use active CPU count per group
new 5d9925661 Cygwin: add cuinof changes to release text
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:
winsup/cygwin/fhandler_proc.cc | 56 +++++++++++++++++++++++++++---------------
winsup/cygwin/release/2.10.1 | 5 ++++
2 files changed, 41 insertions(+), 20 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 18e404c4e2 Silence nds32 pic warnings
new 5ff79300ae C++ify fileio_fh_t, replace VEC with std::vector
new 20db9c52a2 File I/O file handles after target closes
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:
gdb/ChangeLog | 24 +++++++++++++
gdb/remote.c | 3 +-
gdb/target.c | 108 +++++++++++++++++++++++++++++++++++++---------------------
3 files changed, 94 insertions(+), 41 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 9574a856d4c PR debug/85302 * dwarf2out.c (skip_loc_list_entry): Don't [...]
new aade59afd28 Clean up attribute value comparison in lto-symtab.c.
new 27f6c2d6655 sel-sched: run cleanup_cfg just before loop_optimizer_init [...]
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 | 5 +++++
gcc/lto/ChangeLog | 5 +++++
gcc/lto/lto-symtab.c | 8 ++------
gcc/sel-sched-ir.c | 4 ++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr84659.c | 19 +++++++++++++++++++
6 files changed, 40 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr84659.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.