This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c02dc4f Update comment to match dr1770.
new eeb53f3 [PH] Teach the new PM code path to support -disable-llvm-passes.
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/BackendUtil.cpp | 23 +++++++++++++----------
test/CodeGen/inline.c | 4 ++++
2 files changed, 17 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 gcc.
from 22b753e PR target/78904 * config/i386/i386.md (addqi_ext_1): Canoni [...]
new 80e0ba1 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 gcc-6-branch
in repository gcc.
from 05fdc6c Daily bump.
new 55fbedc 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 gcc-5-branch
in repository gcc.
from d37ac89 Daily bump.
new 8087ef8 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 5474d94 dynrelro section for read-only dynamic symbols copied into ex [...]
new 28985b6 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.12-branch
in repository binutils-gdb.
from ff2d492 Automatic date update in version.in
new a0e79ec 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_27-branch
in repository binutils-gdb.
from 64bf966 Automatic date update in version.in
new 59325dc 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 5c40baf [ADT] Add an llvm::erase_if utility to make the standard eras [...]
new 390d667 [doc] Add mention of the difference in optimization level bet [...]
new 0b88030 [PM] Teach the always inliner in the new pass manager to supp [...]
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:
docs/CMake.rst | 2 +
include/llvm/Transforms/Utils/ModuleUtils.h | 16 ++++++++
lib/Transforms/IPO/AlwaysInliner.cpp | 28 +++++++++----
lib/Transforms/IPO/Inliner.cpp | 40 ++++--------------
lib/Transforms/Utils/ModuleUtils.cpp | 64 +++++++++++++++++++++++++++++
test/Transforms/Inline/always-inline.ll | 27 ++++++++++++
6 files changed, 139 insertions(+), 38 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 915b45f [InstCombine][X86] Add DemandedElts support for PMULDQ/PMULUD [...]
new 5c40baf [ADT] Add an llvm::erase_if utility to make the standard eras [...]
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/ADT/STLExtras.h | 12 ++++++++++++
unittests/ADT/STLExtrasTest.cpp | 11 +++++++++++
2 files changed, 23 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 llvm.
from 8541911 [ADT] Add a boring std::partition wrapper similar to our std: [...]
new 915b45f [InstCombine][X86] Add DemandedElts support for PMULDQ/PMULUD [...]
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/InstCombine/InstCombineCalls.cpp | 15 ++++++++++
.../InstCombine/InstCombineSimplifyDemanded.cpp | 27 ++++++++++++++++++
test/Transforms/InstCombine/x86-muldq.ll | 32 ++++++++++------------
3 files changed, 56 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.