This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 9d3e89a03 Replace CRLF.
new 91fc2165d COFF: Implement ThinLTO cache and cache pruning support.
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:
COFF/Config.h | 6 ++++
COFF/Driver.cpp | 10 +++++++
COFF/LTO.cpp | 32 ++++++++++++++++++----
COFF/LTO.h | 1 +
COFF/Options.td | 2 ++
.../Inputs/{msvclto-order-b.ll => lto-cache.ll} | 10 +++----
test/COFF/lto-cache.ll | 21 ++++++++++++++
7 files changed, 72 insertions(+), 10 deletions(-)
copy test/COFF/Inputs/{msvclto-order-b.ll => lto-cache.ll} (50%)
create mode 100644 test/COFF/lto-cache.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 clang-tools-extra.
from e790a95e Make run-clang-tidy compatible with Python 3.x
new 03192673 Update for PrintHelpMessage not calling exit.
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:
clang-tidy/tool/ClangTidyMain.cpp | 4 ++--
modularize/Modularize.cpp | 2 +-
2 files changed, 3 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 binutils-gdb.
from bd757a5bf2 Automatic date update in version.in
new 7a382c1c50 x86; Don't add elf64-x86-64.lo nor elf64.lo together with el [...]
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/ChangeLog | 16 ++++++++++++++++
bfd/configure | 7 -------
bfd/configure.ac | 7 -------
bfd/elf32-i386.c | 3 +++
bfd/elf64-x86-64.c | 11 +++++++++++
bfd/elfxx-x86.c | 17 +++++------------
bfd/elfxx-x86.h | 3 +++
7 files changed, 38 insertions(+), 26 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 803b2c7e693 [x86] Extend the manual ISel of `add` and `sub` with both R [...]
new 7480eb99335 WholeProgramDevirt: When promoting for single-impl devirt, [...]
new 575526c0828 [x86] Flesh out the custom ISel for RMW aritmetic ops with [...]
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/Target/X86/X86ISelDAGToDAG.cpp | 34 +-
lib/Transforms/IPO/WholeProgramDevirt.cpp | 17 +-
test/CodeGen/X86/fold-rmw-ops.ll | 1423 ++++++++++++++++++++
.../WholeProgramDevirt/export-single-impl.ll | 18 +-
4 files changed, 1483 insertions(+), 9 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 a00c195901f PR target/80897 * config/sparc/sparc.c (sparc_emit_set_sy [...]
new 115e60dc65b 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-7-branch
in repository gcc.
from dce575b1ac5 Backported from mainline 2017-09-05 Jakub Jelinek <jaku [...]
new 1a4978fa30f 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 5927885f767 2017-09-07 Matthias Klose <doko(a)ubuntu.com>
new 0469c3c102b 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 9b9287cde20 2017-09-07 Matthias Klose <doko(a)ubuntu.com>
new 4a542a2bdf2 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 clang.
from d579a6ffbf [Sema] -Wtautological-compare: handle comparison of unsigned [...]
new 10809bcd26 Update for llvm change.
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:
tools/clang-format/ClangFormat.cpp | 4 +++-
tools/clang-offload-bundler/ClangOffloadBundler.cpp | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.