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 47c25b1 Speed up scripts
new 5fa9ea9 Add support for armv8l.
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:
spec2xxx-install | 6 ++++++
1 file changed, 6 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 7aa16e4 Fix srcdir and builddir names when building from manifest.
new eea21d3 Add config directory for development ILP32 builds
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:
config/ilp32-dev/gcc.conf | 1 +
config/ilp32-dev/glibc.conf | 6 ++++++
config/ilp32-dev/linux.conf | 1 +
3 files changed, 8 insertions(+)
create mode 100644 config/ilp32-dev/gcc.conf
create mode 100644 config/ilp32-dev/glibc.conf
create mode 100644 config/ilp32-dev/linux.conf
--
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 97ca021 [DAGCombiner] Add vector support to (mul (shl X, Y), Z) -> (s [...]
new 262bc11 [LV] Avoid rounding errors for predicated instruction costs
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/Vectorize/LoopVectorize.cpp | 55 ++++++++++++----------
.../LoopVectorize/AArch64/predication_costs.ll | 53 +++++++++++++++++++++
2 files changed, 82 insertions(+), 26 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/AArch64/predication_costs.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 c31d80d AMDGPU: Assume spilling will occur at -O0
new 97ca021 [DAGCombiner] Add vector support to (mul (shl X, Y), Z) -> (s [...]
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/SelectionDAG/DAGCombiner.cpp | 13 ++++++-------
test/CodeGen/X86/combine-mul.ll | 5 ++---
2 files changed, 8 insertions(+), 10 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 a994aad [analyzer] Link libStaticAnalyzerCheckers to libASTMatchers.
new dcaaba5 Guard flag –fdenormal-fp-math with –fno-fast-math. This allow [...]
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/Driver/Tools.cpp | 13 ++++++++++---
test/Driver/denormal-fp-math.c | 3 +++
2 files changed, 13 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 libcxx.
from a469f83 Revert r282345 - Use __attribute__((internal_linkage)) when a [...]
new 698cce6 Add missing include in test; NFC. Thanks to Jonathan Wakely f [...]
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:
.../alg.modifying.operations/alg.partitions/is_partitioned.pass.cpp | 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 8517cfc Copy+pasts typo in comment describing combine test
new c31d80d AMDGPU: Assume spilling will occur at -O0
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/AMDGPU/SIISelLowering.cpp | 6 ++-
test/CodeGen/AMDGPU/control-flow-fastregalloc.ll | 64 ++++++++++++------------
test/CodeGen/AMDGPU/private-access-no-objects.ll | 33 ++++++++++++
3 files changed, 70 insertions(+), 33 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/private-access-no-objects.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 gcc.
from e0bb541 2016-10-13 Hristian Kirtchev <kirtchev(a)adacore.com>
new d721619 [ARM] Remove redundant TARGET_VFP
new 8187baf Fix typo in name.
new c496620 Add a "compact" mode to print_rtx_function
The 3 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 | 103 ++++++++++++++++++++++++++++-
gcc/config/arm/arm-builtins.c | 24 +++----
gcc/config/arm/arm-c.c | 2 +-
gcc/config/arm/arm.c | 58 +++++++---------
gcc/config/arm/arm.h | 37 +++++------
gcc/config/arm/arm.md | 29 ++++----
gcc/config/arm/constraints.md | 4 +-
gcc/config/arm/iterators.md | 2 +-
gcc/config/arm/predicates.md | 11 +--
gcc/config/arm/thumb2.md | 3 +-
gcc/config/arm/vfp.md | 80 +++++++++++-----------
gcc/function-tests.c | 4 +-
gcc/print-rtl-function.c | 76 ++++++++++++---------
gcc/print-rtl.c | 73 +++++++++++++++-----
gcc/print-rtl.h | 2 +-
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.target/i386/vararg-loc.c | 6 +-
17 files changed, 328 insertions(+), 191 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 9dbdf67 [DAGCombiner] Add vector support to C2-(A+C1) -> (C2-C1)-A folding
new 8517cfc Copy+pasts typo in comment describing combine test
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/combine-mul.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.