This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 672c64a527b [CGP] add a reference to DataLayout in MemCmpExpansion; NFCI
new a1e0378901f [PowerPC] add memcmp test with one constant operand and equ [...]
new b8e9164d09d [InstSimplify] Don't constant fold or DCE calls that are ma [...]
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:
include/llvm/Analysis/ConstantFolding.h | 6 ++--
include/llvm/Analysis/InstructionSimplify.h | 6 ++--
lib/Analysis/ConstantFolding.cpp | 19 +++++++++----
lib/Analysis/InlineCost.cpp | 4 +--
lib/Analysis/InstructionSimplify.cpp | 25 +++++++++--------
lib/Analysis/ScalarEvolution.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +--
lib/Transforms/Scalar/SCCP.cpp | 4 +--
lib/Transforms/Utils/Evaluator.cpp | 2 +-
.../PowerPC/memCmpUsedInZeroEqualityComparison.ll | 32 ++++++++++++++++++++--
test/Transforms/DCE/calls-errno.ll | 4 +++
.../InstCombine/constant-fold-libfunc.ll | 20 ++++++++++++++
12 files changed, 97 insertions(+), 31 deletions(-)
create mode 100644 test/Transforms/InstCombine/constant-fold-libfunc.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 llvm.
from 9ac60a697c4 [AArch64] Add fallback in FastISel fp16 conversions
new 672c64a527b [CGP] add a reference to DataLayout in MemCmpExpansion; NFCI
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/CodeGenPrepare.cpp | 42 ++++++++++++++++++++++--------------------
1 file changed, 22 insertions(+), 20 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 6feeb00acd Support operator keywords used in Windows SDK(fix ubsan)
new 4bd0ca0a2f Revert r305110 to fix buildbot
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/AST/ODRHash.cpp | 20 +-------------------
test/Modules/odr_hash.cpp | 18 ------------------
2 files changed, 1 insertion(+), 37 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 bc18067b2d 27037: Use correct CVR qualifier on an upcast on method poin [...]
new 6feeb00acd Support operator keywords used in Windows SDK(fix ubsan)
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/Lex/Preprocessor.cpp | 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 7bdba100fbd Enable c++1z experimental builds.
new 9ac60a697c4 [AArch64] Add fallback in FastISel fp16 conversions
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/AArch64/AArch64FastISel.cpp | 6 +-
.../AArch64/arm64-fast-isel-conversion-fallback.ll | 131 +++++++++++++++++++++
2 files changed, 136 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AArch64/arm64-fast-isel-conversion-fallback.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 gcc.
from 112ca2a889b Add support for mutually-incompatible fix-it hints
new d93ee6f87d4 Don't fold conversion from a constant variable.
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 | 4 ++++
gcc/cp/call.c | 31 +++++++++----------------------
gcc/cp/cp-gimplify.c | 28 ++++++++++++++--------------
3 files changed, 27 insertions(+), 36 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 dd4ce29ba0 Revert r305117
new a991320022 [clang] Cleanup fixit.c
new bc18067b2d 27037: Use correct CVR qualifier on an upcast on method poin [...]
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/Sema/SemaExprCXX.cpp | 4 +++-
test/FixIt/fixit.c | 3 +--
test/SemaCXX/PR27037.cpp | 13 +++++++++++++
3 files changed, 17 insertions(+), 3 deletions(-)
create mode 100644 test/SemaCXX/PR27037.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 master
in repository clang-tools-extra.
from 9fd3636d [clang-tidy] readability-function-size: add NestingThreshold param.
new 2a9062cb [clang-tidy] D33930: Do not pick up by default the LLVM style [...]
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/run-clang-tidy.py | 4 ++++
1 file changed, 4 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 binutils-gdb.
from 9845682bda Include <signal.h> on gdbserver/fork-child.c (and fix regressions)
new 6d45d4b42b gdbarch: Remove displaced_step_free_closure
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 | 17 +++++++++++++++++
gdb/aarch64-linux-tdep.c | 2 --
gdb/amd64-linux-tdep.c | 2 --
gdb/arch-utils.c | 8 --------
gdb/arch-utils.h | 7 -------
gdb/arm-linux-tdep.c | 2 --
gdb/gdbarch.c | 24 ------------------------
gdb/gdbarch.h | 15 ---------------
gdb/gdbarch.sh | 12 ------------
gdb/i386-linux-tdep.c | 2 --
gdb/infrun.c | 8 ++------
gdb/rs6000-aix-tdep.c | 1 -
gdb/rs6000-tdep.c | 2 --
gdb/s390-linux-tdep.c | 2 --
14 files changed, 19 insertions(+), 85 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 af1531a5be2 [Support] Fix some Clang-tidy modernize-use-using and Inclu [...]
new 7bdba100fbd Enable c++1z experimental builds.
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:
CMakeLists.txt | 1 +
cmake/modules/HandleLLVMOptions.cmake | 3 +++
2 files changed, 4 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.