This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8969e2c Attempt to pacify windows bots.
new 568d841 [PGO] Fix profile mismatch in COMDAT function with pre-inliner
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:
.../Instrumentation/PGOInstrumentation.cpp | 155 +++++++++++++++++++--
.../PGOProfile/Inputs/indirect_call.proftext | 2 +-
test/Transforms/PGOProfile/comdat_internal.ll | 12 +-
test/Transforms/PGOProfile/comdat_rename.ll | 59 ++++++++
.../Transforms/PGOProfile/indirect_call_profile.ll | 8 +-
5 files changed, 210 insertions(+), 26 deletions(-)
create mode 100644 test/Transforms/PGOProfile/comdat_rename.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 5b3d02d Revert NewGVN N^2 behavior patch
new 569213a StringSwitch cannot be copied (take 2).
new 8969e2c Attempt to pacify windows bots.
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/ADT/StringSwitch.h | 7 +++++++
lib/Passes/PassBuilder.cpp | 14 +++++++-------
lib/Transforms/Utils/SymbolRewriter.cpp | 26 +++++++++++++-------------
3 files changed, 27 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 gcc.
from 874e20e PR middle-end/71732 * cselib.c (cselib_process_insn): Inval [...]
new 0649098 * g++.dg/init/elide5.C: Don't use unsigned long for size_t.
new 14869f2 PR c++/71972 - constexpr array self-modification
new 21483ab PR c++/65970 - constexpr infinite loop
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:
gcc/c-family/ChangeLog | 5 ++
gcc/c-family/c.opt | 4 ++
gcc/cp/ChangeLog | 11 ++++
gcc/cp/constexpr.c | 74 +++++++++++++++++----------
gcc/cp/cp-gimplify.c | 9 +---
gcc/doc/invoke.texi | 9 +++-
gcc/testsuite/g++.dg/cpp1y/constexpr-array5.C | 13 +++++
gcc/testsuite/g++.dg/cpp1y/constexpr-loop6.C | 11 ++++
gcc/testsuite/g++.dg/init/elide5.C | 3 +-
9 files changed, 100 insertions(+), 39 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-array5.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/constexpr-loop6.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 llvm.
from 875b0da Don't use iplist in SymbolRewriter. NFC.
new 731237c Add a modulemap for LLVMDebugInfoMsf.
new 5b3d02d Revert NewGVN N^2 behavior patch
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/module.modulemap | 7 +++++++
lib/Transforms/Scalar/GVNHoist.cpp | 41 ++++++++++++++++++--------------------
2 files changed, 26 insertions(+), 22 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 topic/locales
in repository newlib.
from dd6e659 Get rid of LCID, reformat type definitions in setlocale.h
new 1866d7c Fix typo in isalnum_l doc
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:
newlib/libc/ctype/isalnum_l.c | 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 3757ea8 [X86][SSE] Added 2048-bit vector comparison tests
new 7e6a258 cmake: When adding lit testsuites, ignore Output directories
new 875b0da Don't use iplist in SymbolRewriter. NFC.
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:
cmake/modules/AddLLVM.cmake | 3 +-
include/llvm/Transforms/Utils/SymbolRewriter.h | 48 ++++----------------------
lib/Transforms/Utils/SymbolRewriter.cpp | 25 ++++++++------
3 files changed, 23 insertions(+), 53 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 release_39
in repository llvm.
from 2adc29e Merging r276389: -------------------------------------------- [...]
new 065c539 Merging r276236 and r276237: -------------------------------- [...]
new 8830176 Merging r275928 and r276438: -------------------------------- [...]
new fc9c4d6 Merging r276077: -------------------------------------------- [...]
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:
include/llvm-c/Core.h | 6 ++
include/llvm/IR/Attributes.h | 1 +
lib/IR/AttributeImpl.h | 69 +--------------
lib/IR/AttributeSetNode.h | 98 ++++++++++++++++++++++
lib/IR/Core.cpp | 28 +++++++
lib/Target/AMDGPU/SIISelLowering.cpp | 6 +-
lib/Transforms/Utils/LCSSA.cpp | 22 ++++-
lib/Transforms/Utils/LoopSimplify.cpp | 62 +++++++++++---
...aticgroup.ll => llvm.amdgcn.groupstaticsize.ll} | 24 ++++--
test/Transforms/LCSSA/pr28424.ll | 87 +++++++++++++++++++
test/Transforms/LCSSA/pr28608.ll | 35 ++++++++
test/Transforms/LoopSimplify/pr28272.ll | 76 +++++++++++++++++
12 files changed, 421 insertions(+), 93 deletions(-)
create mode 100644 lib/IR/AttributeSetNode.h
rename test/CodeGen/AMDGPU/{llvm.amdgcn.groupstaticgroup.ll => llvm.amdgcn.groupst [...]
create mode 100644 test/Transforms/LCSSA/pr28424.ll
create mode 100644 test/Transforms/LCSSA/pr28608.ll
create mode 100644 test/Transforms/LoopSimplify/pr28272.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 d1e02cb NFC: Make a few asserts in GVNHoist do the same thing, but cheaper.
new 3757ea8 [X86][SSE] Added 2048-bit vector comparison tests
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/CodeGen/X86/vector-compare-results.ll | 1757 ++++++++++++++++++++++++++++
1 file changed, 1757 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 llvm.
from c0eeb4b Revert "StringSwitch cannot be copied or moved."
new d1e02cb NFC: Make a few asserts in GVNHoist do the same thing, but cheaper.
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/GVNHoist.cpp | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.