This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ba52469 [coroutines] Add co_return statement emission
new a53bfab Don't assume cleanup emission preserves dominance in expr evaluation
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/CGCleanup.cpp | 41 +++++++++++++++++++---
lib/CodeGen/CGExpr.cpp | 14 +++++++-
lib/CodeGen/CGExprComplex.cpp | 6 +++-
lib/CodeGen/CGExprScalar.cpp | 17 ++++++---
lib/CodeGen/CodeGenFunction.h | 30 +++++++++-------
test/CodeGenCXX/stmtexpr.cpp | 82 +++++++++++++++++++++++++++++++++++++++++++
6 files changed, 165 insertions(+), 25 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 openmp.
from 14e9308 Mixed type atomic routines added to Windows DLL
new d3acdf9 OpenMP version 5.0 added
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:
runtime/Build_With_CMake.txt | 4 ++--
runtime/CMakeLists.txt | 14 ++++++--------
runtime/cmake/LibompHandleFlags.cmake | 3 +++
runtime/src/include/{45 => 50}/omp.h.var | 2 +-
runtime/src/include/{45 => 50}/omp_lib.f.var | 2 +-
runtime/src/include/{45 => 50}/omp_lib.f90.var | 2 +-
runtime/src/include/{45 => 50}/omp_lib.h.var | 2 +-
runtime/src/include/{45 => 50}/ompt.h.var | 2 +-
runtime/src/kmp_runtime.cpp | 4 +++-
runtime/src/kmp_version.cpp | 4 +++-
10 files changed, 22 insertions(+), 17 deletions(-)
copy runtime/src/include/{45 => 50}/omp.h.var (99%)
copy runtime/src/include/{45 => 50}/omp_lib.f.var (99%)
copy runtime/src/include/{45 => 50}/omp_lib.f90.var (99%)
copy runtime/src/include/{45 => 50}/omp_lib.h.var (99%)
copy runtime/src/include/{45 => 50}/ompt.h.var (99%)
--
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 openmp.
from fb0f861 Add AArch64 support.
new 14e9308 Mixed type atomic routines added to Windows DLL
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:
runtime/src/dllexports | 4 ++++
runtime/src/kmp_atomic.h | 4 ++++
2 files changed, 8 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 490469a [TableGen] Ensure proper ordering of subtarget feature names
new d43adee [Outliner] Fixed Asan bot failure in r296418
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/Passes.h | 5 +
include/llvm/InitializePasses.h | 1 +
include/llvm/Target/TargetInstrInfo.h | 57 +
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/MachineOutliner.cpp | 1399 ++++++++++++++++++++++++
lib/CodeGen/TargetPassConfig.cpp | 6 +
lib/Target/X86/X86InstrInfo.cpp | 80 ++
lib/Target/X86/X86InstrInfo.h | 19 +
test/CodeGen/X86/machine-outliner-debuginfo.ll | 75 ++
test/CodeGen/X86/machine-outliner.ll | 110 ++
11 files changed, 1754 insertions(+)
create mode 100644 lib/CodeGen/MachineOutliner.cpp
create mode 100644 test/CodeGen/X86/machine-outliner-debuginfo.ll
create mode 100644 test/CodeGen/X86/machine-outliner.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 0de969b Disable gvn-hoist (PR32153)
new 7a4af42 [AArch64][Redundant Copy Elim] Add support for CMN and shifted imm.
new 490469a [TableGen] Ensure proper ordering of subtarget feature names
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:
.../AArch64/AArch64RedundantCopyElimination.cpp | 19 ++-
test/CodeGen/AArch64/machine-copy-remove.mir | 135 +++++++++++++++++++++
utils/TableGen/SubtargetFeatureInfo.cpp | 21 +++-
3 files changed, 165 insertions(+), 10 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 libcxx.
from f158316 Mark LWG 2806 as complete. Libc++ speculatively shiped this c [...]
new 6f8ab3e Add list of filesystem NB comments to TODO.TXT so they can be [...]
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:
TODO.TXT | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 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 441d8e7 Verifier: Change Assert to AssertDI. This error can be recove [...]
new 0de969b Disable gvn-hoist (PR32153)
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/IPO/PassManagerBuilder.cpp | 4 ++--
test/Feature/optnone-opt.ll | 1 -
2 files changed, 2 insertions(+), 3 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 0178473 [MS] Add support for __ud2 and __int2c MSVC intrinsics
new ba52469 [coroutines] Add co_return statement emission
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/CGCoroutine.cpp | 36 ++++++++++++++++++++++-
lib/CodeGen/CGStmt.cpp | 2 +-
lib/CodeGen/CodeGenFunction.h | 1 +
test/CodeGenCoroutines/coro-alloc.cpp | 10 +++----
test/CodeGenCoroutines/coro-return.cpp | 52 ++++++++++++++++++++++++++++++++++
5 files changed, 94 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGenCoroutines/coro-return.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 libcxx.
from 27d4f66 Mark LWG 2789 as complete. No changes required
new f158316 Mark LWG 2806 as complete. Libc++ speculatively shiped this c [...]
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:
www/cxx1z_status.html | 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 lld.
from 1e7bce0 Fix -Werror build error.
new 81caa80 Detemplate EhInputSection. 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:
ELF/InputFiles.cpp | 2 +-
ELF/InputSection.cpp | 46 +++++++++++++++++++++++++++++-----------------
ELF/InputSection.h | 15 ++++++++-------
ELF/MarkLive.cpp | 12 ++++++------
ELF/OutputSections.h | 2 +-
ELF/Relocations.cpp | 2 +-
ELF/SyntheticSections.cpp | 12 ++++++------
ELF/SyntheticSections.h | 4 ++--
ELF/Writer.cpp | 2 +-
9 files changed, 55 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.