This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bd99a1f1df9 Back out "Re-land: Teach CorrelatedValuePropagation to redu [...]
new d7e41ba27b9 [ThinLTO] Recommit of import global variables
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/Linker/IRMover.cpp | 12 +--
lib/Transforms/IPO/FunctionImport.cpp | 95 +++++++++++++++++++---
...rsonality-local.ll => globals-import-cf-baz.ll} | 4 +-
test/ThinLTO/X86/Inputs/globals-import.ll | 9 ++
test/ThinLTO/X86/globals-import-const-fold.ll | 23 ++++++
test/ThinLTO/X86/globals-import.ll | 35 ++++++++
test/Transforms/FunctionImport/funcimport.ll | 13 ++-
.../PGOProfile/thinlto_samplepgo_icp3.ll | 2 +-
8 files changed, 167 insertions(+), 26 deletions(-)
copy test/ThinLTO/X86/Inputs/{personality-local.ll => globals-import-cf-baz.ll} (66%)
create mode 100644 test/ThinLTO/X86/Inputs/globals-import.ll
create mode 100644 test/ThinLTO/X86/globals-import-const-fold.ll
create mode 100644 test/ThinLTO/X86/globals-import.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.
from 295d429ca1 Don't re-format raw string literal contents when formatting [...]
new ab55018afc clang-format: Properly handle implicit string concatenation [...]
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/Format/Format.cpp | 1 +
lib/Format/FormatTokenLexer.cpp | 4 +++-
lib/Format/TokenAnnotator.cpp | 2 +-
unittests/Format/FormatTestProto.cpp | 5 ++---
unittests/Format/FormatTestTextProto.cpp | 17 +++++++++++++++++
5 files changed, 24 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.
unknown user pushed a change to branch master
in repository clang.
from cb7363e391 [Driver] Update the comment about incompatible sanitizers
new 295d429ca1 Don't re-format raw string literal contents when formatting [...]
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/Format/ContinuationIndenter.cpp | 2 +-
unittests/Format/FormatTestRawStrings.cpp | 14 ++++++++++++++
2 files changed, 15 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 newlib.
from 99796906a Cygwin: AF_UNIX: fix up thread parameter block allocation
new 71291047e generated width data, Unicode 10.0
new 8e8fd6c84 use generated width data
new 37132125b width data generation
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:
newlib/libc/string/WIDTH-A | 569 +++++++++++++++++++++++++++++++++
newlib/libc/string/ambiguous.t | 61 ++++
newlib/libc/string/combining.t | 107 +++++++
newlib/libc/string/mkunidata | 54 ++++
newlib/libc/string/mkwide | 49 +++
newlib/libc/string/mkwidthA | 20 ++
newlib/libc/string/uniset | 696 +++++++++++++++++++++++++++++++++++++++++
newlib/libc/string/wcwidth.c | 150 ++-------
newlib/libc/string/wide.t | 33 ++
9 files changed, 1613 insertions(+), 126 deletions(-)
create mode 100644 newlib/libc/string/WIDTH-A
create mode 100644 newlib/libc/string/ambiguous.t
create mode 100644 newlib/libc/string/combining.t
create mode 100755 newlib/libc/string/mkunidata
create mode 100755 newlib/libc/string/mkwide
create mode 100755 newlib/libc/string/mkwidthA
create mode 100755 newlib/libc/string/uniset
create mode 100644 newlib/libc/string/wide.t
--
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 1c193f4abb7 [X86] Don't compute known bits twice for the same SDValue i [...]
new bd99a1f1df9 Back out "Re-land: Teach CorrelatedValuePropagation to redu [...]
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:
.../Scalar/CorrelatedValuePropagation.cpp | 54 -----------
test/Transforms/CorrelatedValuePropagation/udiv.ll | 95 -------------------
test/Transforms/CorrelatedValuePropagation/urem.ll | 101 ---------------------
3 files changed, 250 deletions(-)
delete mode 100644 test/Transforms/CorrelatedValuePropagation/udiv.ll
delete mode 100644 test/Transforms/CorrelatedValuePropagation/urem.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 newlib.
from 8b6804b8a Cygwin: don't skip O_TMPFILE files in readdir
new 1bb3d6518 Cygwin: AF_UNIX: fix creating abstract socket symlink name
new 7b1028974 Cygwin: AF_UNIX: Add fixup_after_exec method
new 4f1ee1a3e Cygwin: AF_UNIX: fix dup
new de29476ed Cygwin: AF_UNIX: use get_unique_id to create pipe name
new 99796906a Cygwin: AF_UNIX: fix up thread parameter block allocation
The 5 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:
winsup/cygwin/fhandler.h | 1 +
winsup/cygwin/fhandler_socket_unix.cc | 39 ++++++++++++++++++++++++++++-------
2 files changed, 32 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 master
in repository binutils-gdb.
from be2daae6b8 Use std::vector for field lists in dwarf2read.c
new 933522d1db Fix ia64 GDB build
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:
gdb/ChangeLog | 7 +++++++
gdb/ia64-libunwind-tdep.c | 2 +-
gdb/ia64-libunwind-tdep.h | 2 +-
3 files changed, 9 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 gcc.
from 60f68abe014 2018-03-12 Richard Biener <rguenther(a)suse.de>
new 54f56eceb3f PR c++/84813 * g++.dg/debug/pr84813.C: New 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:
gcc/testsuite/ChangeLog | 7 ++++++-
gcc/testsuite/g++.dg/debug/pr84813.C | 33 +++++++++++++++++++++++++++++++++
2 files changed, 39 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/debug/pr84813.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 gcc.
from fc164c236b6 [NDS32] Implement TARGET_MD_ASM_ADJUST hook.
new 60f68abe014 2018-03-12 Richard Biener <rguenther(a)suse.de>
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 | 6 ++++++
gcc/tree-ssa-loop-ch.c | 3 ++-
2 files changed, 8 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.