This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d47a423c5e0 [InstCombine] use m_APInt to allow icmp-mul-mul vector fold
new 1c3064b7b3a [coroutines] Allow rematerialization upto 4 times. Remove i [...]
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/Coroutines/CoroFrame.cpp | 34 ++++++++++--------
...coro-spill-after-phi.ll => coro-materialize.ll} | 40 +++++++++-------------
2 files changed, 35 insertions(+), 39 deletions(-)
copy test/Transforms/Coroutines/{coro-spill-after-phi.ll => coro-materialize.ll} (51%)
--
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 7941a520069 [InstCombine] add tests for icmp eq (mul X, C), (mul Y, C); NFC
new d47a423c5e0 [InstCombine] use m_APInt to allow icmp-mul-mul vector fold
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/InstCombineCompares.cpp | 23 +++++++++++-----------
test/Transforms/InstCombine/icmp.ll | 10 ++++------
2 files changed, 16 insertions(+), 17 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 compiler-rt.
from 303455b44 Fix negate-overflow.cpp test on Windows after r303440
new 0ee4ae2fe Allow builds to set COMPILER_RT_OS_DIR differently from CMAKE [...]
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:
cmake/base-config-ix.cmake | 4 +++-
1 file changed, 3 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 llvm.
from f717c76e133 [InstCombine] move tests and use FileCheck; NFC
new 7941a520069 [InstCombine] add tests for icmp eq (mul X, C), (mul Y, C); NFC
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/Transforms/InstCombine/icmp.ll | 43 +++++++++++++++++++++++++++++++++++++
1 file changed, 43 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 lld.
from 859596155 Garbage collect dllimported symbols.
new 1478859ee Reduce indentation. NFC.
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/Writer.cpp | 19 +++++++++++--------
1 file changed, 11 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 lld.
from ccff4925e Simplify MipsRldMapSection::writeTo.
new 859596155 Garbage collect dllimported symbols.
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/InputFiles.h | 13 ++++++++++-
COFF/MarkLive.cpp | 17 +++++++++-----
COFF/Symbols.cpp | 2 +-
COFF/Symbols.h | 3 ++-
COFF/Writer.cpp | 17 ++++++++++++++
test/COFF/Inputs/import.yaml | 9 +++++++-
test/COFF/Inputs/oldname.yaml | 26 ++++++++++++++++++++++
.../COFF/{Inputs/import.yaml => dllimport-gc.test} | 19 +++++++++++++++-
8 files changed, 96 insertions(+), 10 deletions(-)
create mode 100644 test/COFF/Inputs/oldname.yaml
copy test/COFF/{Inputs/import.yaml => dllimport-gc.test} (65%)
--
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 hjl/tunables/master
in repository glibc.
discards 409ebf4d4a Add TUNABLES to control IFUNC selection
new b4fdf8fb53 Add TUNABLES to control IFUNC selection
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (409ebf4d4a)
\
N -- N -- N refs/heads/hjl/tunables/master (b4fdf8fb53)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
sysdeps/x86/cpu-features.c | 4 ++--
sysdeps/x86/cpu-tunables.c | 7 ++++---
2 files changed, 6 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 5497518e68 Basic: fix whitespace in file header (NFC)
new 03e95d2ffb Revert "Sema: allow imaginary constants via GNU extension if [...]
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/clang/Basic/DiagnosticLexKinds.td | 2 ++
include/clang/Basic/DiagnosticSemaKinds.td | 2 --
include/clang/Sema/Sema.h | 5 +---
lib/Lex/LiteralSupport.cpp | 44 ++++++++++++++++--------------
lib/Sema/SemaExpr.cpp | 25 ++++++-----------
lib/Sema/SemaLookup.cpp | 16 ++++-------
test/SemaCXX/imaginary-constants.cpp | 44 ------------------------------
7 files changed, 41 insertions(+), 97 deletions(-)
delete mode 100644 test/SemaCXX/imaginary-constants.cpp
--
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 hjl/tunables/master
in repository glibc.
discards cfea338266 Add TUNABLES to control IFUNC selection
new 409ebf4d4a Add TUNABLES to control IFUNC selection
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (cfea338266)
\
N -- N -- N refs/heads/hjl/tunables/master (409ebf4d4a)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
sysdeps/x86/cpu-tunables.c | 28 ++++++++++++++++++++++++----
1 file changed, 24 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.