This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a925a3b1249 [Analysis] Only use _unlocked stdio functions on linux
new fadab83bc04 Require DominatorTree when requiring/preserving LoopInfo in [...]
new 1963cc1ac1e [AArch64][SVE] Asm: Support for structured ST2, ST3 and ST4 [...]
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/Analysis/BranchProbabilityInfo.cpp | 5 +++
lib/Analysis/LazyBlockFrequencyInfo.cpp | 5 +++
lib/Analysis/LazyBranchProbabilityInfo.cpp | 5 +++
lib/Target/AArch64/AArch64SVEInstrInfo.td | 16 +++++++-
lib/Target/AArch64/SVEInstrFormats.td | 22 +++++++++++
test/MC/AArch64/SVE/st2b-diagnostics.s | 24 ++++++++++++
test/MC/AArch64/SVE/st2b.s | 12 ++++++
test/MC/AArch64/SVE/st2d-diagnostics.s | 29 ++++++++++++++
test/MC/AArch64/SVE/st2d.s | 12 ++++++
test/MC/AArch64/SVE/st2h-diagnostics.s | 29 ++++++++++++++
test/MC/AArch64/SVE/st2h.s | 12 ++++++
test/MC/AArch64/SVE/st2w-diagnostics.s | 29 ++++++++++++++
test/MC/AArch64/SVE/st2w.s | 12 ++++++
test/MC/AArch64/SVE/st3b-diagnostics.s | 24 ++++++++++++
test/MC/AArch64/SVE/st3b.s | 12 ++++++
test/MC/AArch64/SVE/st3d-diagnostics.s | 29 ++++++++++++++
test/MC/AArch64/SVE/st3d.s | 12 ++++++
test/MC/AArch64/SVE/st3h-diagnostics.s | 29 ++++++++++++++
test/MC/AArch64/SVE/st3h.s | 12 ++++++
test/MC/AArch64/SVE/st3w-diagnostics.s | 29 ++++++++++++++
test/MC/AArch64/SVE/st3w.s | 12 ++++++
test/MC/AArch64/SVE/st4b-diagnostics.s | 24 ++++++++++++
test/MC/AArch64/SVE/st4b.s | 12 ++++++
test/MC/AArch64/SVE/st4d-diagnostics.s | 30 +++++++++++++++
test/MC/AArch64/SVE/st4d.s | 12 ++++++
test/MC/AArch64/SVE/st4h-diagnostics.s | 29 ++++++++++++++
test/MC/AArch64/SVE/st4h.s | 12 ++++++
test/MC/AArch64/SVE/st4w-diagnostics.s | 29 ++++++++++++++
test/MC/AArch64/SVE/st4w.s | 12 ++++++
.../Util/PR37334-break-crit-edges-require-dt.ll | 44 ++++++++++++++++++++++
30 files changed, 574 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/Util/PR37334-break-crit-edges-require-dt.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/tcwg-regression.
from 6c1553d bug-3344: New test.
new 7d69faf bug-1925: Make executable name more unique.
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:
bug-1925/build.sh | 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 clang.
from 96865fb14c [libclang] Allow skipping function bodies in preamble only
new b9ed9dc471 [clang-format] Fix putting ObjC message arguments in one lin [...]
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/Format/ContinuationIndenter.cpp | 28 +++++++++++++++++++++++++++-
unittests/Format/FormatTestObjC.cpp | 29 +++++++++++++++++++++++++++++
2 files changed, 56 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 e831748eaa Fix rL332458: [AST] Added a helper to extract a user-friendl [...]
new 96865fb14c [libclang] Allow skipping function bodies in preamble only
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-c/Index.h | 22 ++++++----
include/clang/Frontend/ASTUnit.h | 64 +++++++++++++++-------------
lib/Frontend/ASTUnit.cpp | 83 +++++++++++++++++++++----------------
test/Parser/skip-function-bodies.h | 3 ++
test/Parser/skip-function-bodies.mm | 37 +++++++++++------
tools/c-index-test/c-index-test.c | 14 ++++---
tools/libclang/CIndex.cpp | 24 +++++++----
7 files changed, 148 insertions(+), 99 deletions(-)
create mode 100644 test/Parser/skip-function-bodies.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 llvm.
from 7244daec7e4 [SROA] pr37267: fix assertion failure in integer widening
new 9b79c170c15 [SROA] Handle PHI with multiple duplicate predecessors
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/SROA.cpp | 14 ++++++-
test/Transforms/SROA/phi-with-duplicate-pred.ll | 51 +++++++++++++++++++++++++
2 files changed, 64 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/SROA/phi-with-duplicate-pred.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 release_60
in repository clang.
from 6289e4b781 Merging r327322:
new 0a3364fed0 Merging r325446:
new f0ac6bbc7e Merging r327354:
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/clang/Driver/Options.td | 2 ++
lib/Basic/Targets/X86.cpp | 11 +++++++++++
lib/Basic/Targets/X86.h | 1 +
test/CodeGen/attr-target-x86.c | 4 ++--
test/Index/reparsed-live-issue.cpp | 2 +-
5 files changed, 17 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 08472b552c [analyzer] Extend ObjCAutoreleaseWriteChecker to catch block [...]
new e831748eaa Fix rL332458: [AST] Added a helper to extract a user-friendl [...]
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:
unittests/AST/CommentTextTest.cpp | 30 ++++++++++++++++++------------
1 file changed, 18 insertions(+), 12 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 d2427ff0af6 [RISCV] Add support for .half, .hword, .word, .dword directives
new 7244daec7e4 [SROA] pr37267: fix assertion failure in integer widening
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/SROA.cpp | 8 +++++
test/Transforms/SROA/pr37267.ll | 74 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
create mode 100644 test/Transforms/SROA/pr37267.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.