This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3fc144c9304 [X86] Fix isel pattern that was looking for a bitcasted loa [...]
new 5fae5e00b26 Fix typo in comment; 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:
lib/Transforms/Scalar/IndVarSimplify.cpp | 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 d77254d26ef [Tests] Autogen and improve test readability
new 3fc144c9304 [X86] Fix isel pattern that was looking for a bitcasted loa [...]
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/Target/X86/X86InstrAVX512.td | 14 +-------------
1 file changed, 1 insertion(+), 13 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 649340d41b5 [Darwin, PPC, testsuite] Fix pr71785 testcase for Darwin.
new e4f48d22eb7 [Darwin, PPC] Emit uppercase versions of ppc defines.
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 | 4 ++++
gcc/config/rs6000/darwin.h | 2 ++
2 files changed, 6 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 gcc.
from 4ae8e0c9a04 Rename DEFAULT_ARG to DEFERRED_PARSE.
new 649340d41b5 [Darwin, PPC, testsuite] Fix pr71785 testcase for Darwin.
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 | 6 ++++++
gcc/testsuite/gcc.target/powerpc/pr71785.c | 7 ++++++-
2 files changed, 12 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 clang.
from 4acc9d8752 Revert "builtins: relax __iso_volatile_{load,store}32"
new 11817fac44 Fix test for 32-bit targets.
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/CodeGenCXX/tail-padding.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 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 91371a51532 [IndVars] Remove dead instructions after folding trivial loop exit
new d77254d26ef [Tests] Autogen and improve test readability
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:
.../Transforms/IndVarSimplify/floating-point-iv.ll | 141 ++++++++++++++-------
1 file changed, 95 insertions(+), 46 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 9aa1807084a SlotIndexes: delete unused functions
new 91371a51532 [IndVars] Remove dead instructions after folding trivial loop 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:
lib/Transforms/Scalar/IndVarSimplify.cpp | 8 +++++---
test/Transforms/IndVarSimplify/eliminate-comparison.ll | 8 +-------
test/Transforms/IndVarSimplify/eliminate-trunc.ll | 8 --------
test/Transforms/IndVarSimplify/floating-point-iv.ll | 2 +-
4 files changed, 7 insertions(+), 19 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 newlib.
from ad101bcb0 Rename <xlocale.h> back to <sys/_locale.h>
new 724c18ff7 Cygwin: FIFO: fix signal handling in raw_read and raw_write
new a9b6d3288 Cygwin: FIFO: add some error checking
new 281d3bf06 Cygwin: FIFO: clean up locks
new d1b36ea94 Cygwin: FIFO: avoid deadlock when closing
new 5bd5e3dc6 Cygwin: FIFO: improve termination of the listen_client thread
new 5b2696cb8 Cygwin: FIFO: simplify raw_read
new 6e7e82fee Cygwin: FIFO: remove fifo_client_handler::connect_evt
new 235709161 Cygwin: FIFO: slightly change the use of write_ready
new d54edfdf8 Cygwin: FIFO: minor cleanup
The 9 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 | 24 ++--
winsup/cygwin/fhandler_fifo.cc | 272 +++++++++++++++++++++++++++--------------
2 files changed, 195 insertions(+), 101 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 3c6fdf0329b [InstCombine] squash is-power-of-2 that uses ctpop
new 9aa1807084a SlotIndexes: delete unused functions
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/CodeGen/SlotIndexes.h | 56 --------------------------------------
lib/CodeGen/SlotIndexes.cpp | 15 ----------
2 files changed, 71 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 b39c1788610 Daily bump.
new 4ae8e0c9a04 Rename DEFAULT_ARG to DEFERRED_PARSE.
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/cp/ChangeLog | 47 +++++++++++++++++++++++++++++++++++++++++++++++
gcc/cp/call.c | 2 +-
gcc/cp/cp-objcp-common.c | 2 +-
gcc/cp/cp-tree.def | 8 ++++----
gcc/cp/cp-tree.h | 20 ++++++++++----------
gcc/cp/decl.c | 10 +++++-----
gcc/cp/decl2.c | 2 +-
gcc/cp/error.c | 6 +++---
gcc/cp/init.c | 4 ++--
gcc/cp/parser.c | 36 ++++++++++++++++++------------------
gcc/cp/pt.c | 9 +++++----
gcc/cp/tree.c | 4 ++--
gcc/cp/typeck.c | 2 +-
13 files changed, 100 insertions(+), 52 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.