This is an automated email from the git hooks/post-receive script.
Charles Baylis pushed a change to branch master
in repository toolchain/abe.
from a439b81 Fix --build <arg>
new 475a89a When updating a branch, make sure the branch is checked out.
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/checkout.sh | 15 +++++++--------
1 file changed, 7 insertions(+), 8 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 9a7c8cb Daily bump.
new fa9e084 2016-10-18 Kugan Vivekanandarajah <kuganv(a)linaro.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/ChangeLog | 8 ++++++++
gcc/tree-vrp.c | 5 ++++-
2 files changed, 12 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 gcc-5-branch
in repository gcc.
from 732186f Daily bump.
new da30852 2016-10-18 Kugan Vivekanandarajah <kuganv(a)linaro.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/ChangeLog | 8 ++++++++
gcc/tree-vrp.c | 5 ++++-
2 files changed, 12 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 7297515 [ARM] Assign cost of scaling for Cortex-R52
new 1ba4231 [X86][SSE] Added extra (mul x, (1 << c)) -> x << c style vect [...]
new 8bb4ccc Revert "Resubmit "Add support for advanced number formatting.""
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:
include/llvm/Support/NativeFormatting.h | 57 +----
lib/Support/NativeFormatting.cpp | 389 +++++++-------------------------
lib/Support/raw_ostream.cpp | 28 +--
test/CodeGen/X86/combine-mul.ll | 76 +++++++
unittests/Support/CMakeLists.txt | 1 -
unittests/Support/NativeFormatTests.cpp | 349 ----------------------------
6 files changed, 176 insertions(+), 724 deletions(-)
delete mode 100644 unittests/Support/NativeFormatTests.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 clang.
from 4538dad [c++1z] Include "noexcept" in builtin function types where ap [...]
new 6faa0fe [libclang] Fix a failure in a test for python bindings on Cur [...]
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:
bindings/python/tests/cindex/test_cursor_kind.py | 3 ++-
1 file changed, 2 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 3acc4c4 Fix configure for RHEL and clean up for Arch.
new a439b81 Fix --build <arg>
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:
abe.sh | 1 +
1 file changed, 1 insertion(+)
--
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 e615ec6 [X86][SSE] Add lowering to cvttpd2dq/cvttps2dq for sitofp v2f [...]
new 7297515 [ARM] Assign cost of scaling for Cortex-R52
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/ARM/ARM.td | 3 ++-
test/CodeGen/ARM/lsr-scale-addr-mode.ll | 8 ++++----
2 files changed, 6 insertions(+), 5 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-buildapp.
from 6527d89 Add spec2k app.
new 7f6c283 Fix git server name for spec2k
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:
build-spec2k.sh | 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/spec2xxx-utils.
from 7a7ab93 Stash binaries for perf investigations
new ae8bef0 Set -std=c++98 for 447.dealII
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:
cpu2006.cfg | 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 gcc.
from ca0ecad 2016-10-18 Richard Biener <rguenther(a)suse.de>
new 723c387 2016-10-18 Richard Biener <rguenther(a)suse.de>
new 9bd25c4 rs6000: Fix separate shrink-wrapping for TARGET_MULTIPLE
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 | 22 ++++++++++++++++++++++
gcc/config/rs6000/rs6000.c | 8 +++++++-
gcc/ira.c | 2 ++
gcc/tree-ssa-ccp.c | 3 +--
gcc/tree-ssa-copy.c | 2 +-
gcc/tree-ssa-propagate.c | 20 ++++++--------------
gcc/tree-ssa-propagate.h | 3 +--
gcc/tree-vrp.c | 5 +----
8 files changed, 41 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.