This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-4_9-branch
in repository gcc.
from 7e5cdc6 2016-06-13 Richard Biener <rguenther(a)suse.de>
new d185079 Daily bump.
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/DATESTAMP | 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 3328c04 Add .got.plt to testsuite/script_test_2.t
new 57bc0e7 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-7.11-branch
in repository binutils-gdb.
from 53772f1 Automatic date update in version.in
new 9a6eed2 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_26-branch
in repository binutils-gdb.
from b3ec896 Fix PR 20221 - adjust syms and relocs only if relax shrunk section.
new 43b95d8 Automatic date update in version.in
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:
bfd/version.h | 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 llvm.
from ba53b88 [PM/MergedLoadStoreMotion] Remove unneeded pass dependency.
new d1714dc Add support for collating profiles for use with code coverage
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:
CMakeLists.txt | 15 +++++++++
cmake/modules/HandleLLVMOptions.cmake | 10 +++++-
utils/prepare-code-coverage-artifact.py | 55 +++++++++++++++++++++++++++++++++
3 files changed, 79 insertions(+), 1 deletion(-)
create mode 100644 utils/prepare-code-coverage-artifact.py
--
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 b8cca84 [PM] Port JumpThreading to the new PM
new ba53b88 [PM/MergedLoadStoreMotion] Remove unneeded pass dependency.
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/MergedLoadStoreMotion.cpp | 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 gcc.
from 61958e9 * config/i386/i386-builtin-types.def (INT_FTYPE_FLOAT128): [...]
new 48cdc7d * Partially revert my previous commit.
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/i386-builtin-types.def | 1 -
gcc/config/i386/i386.c | 41 +++++++-------------------
gcc/doc/extend.texi | 1 -
gcc/testsuite/ChangeLog | 7 -----
gcc/testsuite/gcc.target/i386/float128-3.c | 21 --------------
gcc/testsuite/gcc.target/i386/quad-sse4.c | 11 -------
libgcc/ChangeLog | 12 --------
libgcc/config.host | 4 ++-
libgcc/config/i386/32/t-softfp | 3 +-
libgcc/config/i386/32/tf-signs.c | 11 -------
libgcc/config/i386/64/t-softfp | 2 --
libgcc/config/i386/64/tf-signs.c | 46 ------------------------------
libgcc/config/i386/libgcc-glibc.ver | 8 ------
libgcc/config/ia64/libgcc-glibc.ver | 4 +++
libgcc/config/ia64/t-softfp | 3 +-
libgcc/config/ia64/tf-signs.c | 15 ++++++++--
17 files changed, 33 insertions(+), 165 deletions(-)
delete mode 100644 gcc/testsuite/gcc.target/i386/float128-3.c
delete mode 100644 gcc/testsuite/gcc.target/i386/quad-sse4.c
delete mode 100644 libgcc/config/i386/64/t-softfp
delete mode 100644 libgcc/config/i386/64/tf-signs.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 llvm.
from 194b42e [PM/MergeLoadStoreMotion] Convert the logic to static functions.
new b8cca84 [PM] Port JumpThreading to the new PM
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/Transforms/Scalar/JumpThreading.h | 133 +++++++++++++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Scalar/JumpThreading.cpp | 195 +++++++++++--------------
test/Transforms/JumpThreading/thread-loads.ll | 1 +
5 files changed, 218 insertions(+), 113 deletions(-)
create mode 100644 include/llvm/Transforms/Scalar/JumpThreading.h
--
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 lld.
from 631d8e4 [ELF] - Change wording of error message.
new 81367a3 Update numbers.
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/NewLLD.rst | 5 +++--
1 file changed, 3 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 llvm.
from 9ce41c3 [PM] Port LVI to the new PM.
new 121cd17 [MBP] Interface cleanups /NFC
new 194b42e [PM/MergeLoadStoreMotion] Convert the logic to static functions.
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/CodeGen/MachineBlockPlacement.cpp | 120 +++++++++----------
lib/Transforms/Scalar/MergedLoadStoreMotion.cpp | 148 ++++++++++--------------
2 files changed, 124 insertions(+), 144 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.