This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 51cfee88b3 Refactor checking of switch conditions and case values.
new 3f01e7fca5 [VirtualFileSystem] InMemoryFileSystem::status: Return a Sta [...]
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/Basic/FileManager.cpp | 8 ++--
lib/Basic/VirtualFileSystem.cpp | 65 ++++++++++++++++++++++++-------
unittests/Basic/VirtualFileSystemTest.cpp | 59 +++++++++++++++++++++++-----
unittests/Driver/ToolChainTest.cpp | 2 +-
4 files changed, 106 insertions(+), 28 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 681015848a [COFF, ARM64] Decide when to mark struct returns as SRet
new 172cbdc41f [OPENMP, DOCS] Fixed typo, NFC.
new 51cfee88b3 Refactor checking of switch conditions and case values.
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:
docs/ReleaseNotes.rst | 2 +-
include/clang/Parse/Parser.h | 1 +
include/clang/Sema/ScopeInfo.h | 6 +-
include/clang/Sema/Sema.h | 7 +-
lib/Parse/ParseExpr.cpp | 8 ++
lib/Parse/ParseStmt.cpp | 26 ++---
lib/Sema/SemaCodeComplete.cpp | 2 +-
lib/Sema/SemaStmt.cpp | 247 +++++++++++++++++++--------------------
lib/Sema/TreeTransform.h | 4 +-
test/Parser/switch-recovery.cpp | 8 +-
test/Sema/complex-int.c | 4 +
test/Sema/switch.c | 2 +-
test/SemaCXX/i-c-e-cxx.cpp | 6 +-
test/SemaCXX/scope-check.cpp | 3 +-
test/SemaCXX/typo-correction.cpp | 2 +-
15 files changed, 163 insertions(+), 165 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-tools-extra.
from 771df33f [clangd] Use 'const Twine&' instead of 'Twine'. NFC
new f25f70d2 Revert Clangd Dex Iterators patch
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:
clangd/CMakeLists.txt | 1 -
clangd/index/dex/Iterator.cpp | 244 -------------------------------------
clangd/index/dex/Iterator.h | 143 ----------------------
unittests/clangd/DexIndexTests.cpp | 224 +---------------------------------
4 files changed, 1 insertion(+), 611 deletions(-)
delete mode 100644 clangd/index/dex/Iterator.cpp
delete mode 100644 clangd/index/dex/Iterator.h
--
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 a202b556c [tsan] Fix gcc pedantic warning
new 710b27eea [test] Use printf instead of C++ iostream, 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/ubsan/TestCases/Misc/monitor.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 openmp.
from 87b54ee [OMPT] Fix typo in test parallel/nested_thread_num.c
new 95fbd2d [test] Remove XFAIL of omp_for_bigbounds.c for Intel Compiler
new 942037e PR30734: Remove __kmp_ft_page_allocate()
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:
runtime/src/kmp.h | 9 --------
runtime/src/kmp_alloc.cpp | 27 ------------------------
runtime/test/worksharing/for/omp_for_bigbounds.c | 5 ++++-
3 files changed, 4 insertions(+), 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 glibc.
from c9dc4d5117 Fix string/tst-xbzero-opt if build with gcc head.
new 65d87ade1e x86: Correct index_cpu_LZCNT [BZ # 23456]
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:
ChangeLog | 6 ++++++
sysdeps/x86/cpu-features.h | 2 +-
2 files changed, 7 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 0e0e209a78 [OPENMP] What's new for OpenMP in clang.
new 681015848a [COFF, ARM64] Decide when to mark struct returns as SRet
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/CodeGen/CGFunctionInfo.h | 16 ++++++++++++++--
lib/CodeGen/CGCall.cpp | 3 ++-
lib/CodeGen/MicrosoftCXXABI.cpp | 12 ++++++++++++
test/CodeGen/arm64-microsoft-arguments.cpp | 25 +++++++++++++++++++++++++
4 files changed, 53 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/arm64-microsoft-arguments.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.
from a37cc0790f [RISCV] Add support for interrupt attribute
new dcd0309c08 [Sema][ObjC] Do not propagate the nullability specifier on t [...]
new 0e0e209a78 [OPENMP] What's new for OpenMP in clang.
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:
docs/OpenMPSupport.rst | 75 +++++++++++++++++++++++++++++++++++++++++----
docs/ReleaseNotes.rst | 16 +++++++++-
lib/Sema/SemaExprObjC.cpp | 5 +++
test/SemaObjC/nullability.m | 11 +++++++
4 files changed, 100 insertions(+), 7 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 24c0aa9af62 [DAGCombine] optimizeSetCCOfSignedTruncationCheck(): handle [...]
new 8aa95af9e5c MacroFusion: Fix macro fusion with ExitSU failing in top-do [...]
new 23f8b780224 [RISCV] Add support for _interrupt attribute
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/CodeGen/MacroFusion.cpp | 12 +-
lib/Target/RISCV/RISCVCallingConv.td | 37 +
lib/Target/RISCV/RISCVFrameLowering.cpp | 30 +
lib/Target/RISCV/RISCVISelLowering.cpp | 43 +
lib/Target/RISCV/RISCVISelLowering.h | 3 +
lib/Target/RISCV/RISCVInstrInfo.cpp | 6 +-
lib/Target/RISCV/RISCVInstrInfo.td | 10 +
lib/Target/RISCV/RISCVRegisterInfo.cpp | 16 +-
test/CodeGen/AArch64/macro-fusion-last.mir | 28 +
test/CodeGen/RISCV/interrupt-attr-args-error.ll | 11 +
test/CodeGen/RISCV/interrupt-attr-invalid.ll | 11 +
test/CodeGen/RISCV/interrupt-attr-nocall.ll | 217 +++++
test/CodeGen/RISCV/interrupt-attr-ret-error.ll | 12 +
test/CodeGen/RISCV/interrupt-attr.ll | 1066 +++++++++++++++++++++++
14 files changed, 1498 insertions(+), 4 deletions(-)
create mode 100644 test/CodeGen/AArch64/macro-fusion-last.mir
create mode 100644 test/CodeGen/RISCV/interrupt-attr-args-error.ll
create mode 100644 test/CodeGen/RISCV/interrupt-attr-invalid.ll
create mode 100644 test/CodeGen/RISCV/interrupt-attr-nocall.ll
create mode 100644 test/CodeGen/RISCV/interrupt-attr-ret-error.ll
create mode 100644 test/CodeGen/RISCV/interrupt-attr.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 01c573fe17b [DEBUGINFO, NVPTX] Emit correct debug information for local [...]
new 24c0aa9af62 [DAGCombine] optimizeSetCCOfSignedTruncationCheck(): handle [...]
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/SelectionDAG/TargetLowering.cpp | 27 ++++++++++++++--------
.../AArch64/lack-of-signed-truncation-check.ll | 6 ++---
.../CodeGen/X86/lack-of-signed-truncation-check.ll | 16 ++++++-------
3 files changed, 28 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.