This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3895db1bce8 [Sparc] Add unimp alias
new 79b8d8e2688 [llvm-exegesis] Fix PR39096.
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:
.../analysis-inconsistencies-uops-backwards.test | 28 ++++++++++++
...ops.test => analysis-inconsistencies-uops.test} | 5 +-
tools/llvm-exegesis/lib/Analysis.cpp | 53 +++++++++++++++-------
3 files changed, 67 insertions(+), 19 deletions(-)
create mode 100644 test/tools/llvm-exegesis/X86/analysis-inconsistencies-uops-back [...]
copy test/tools/llvm-exegesis/X86/{analysis-uops.test => analysis-inconsistencies- [...]
--
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 e6b3cbefe6 Revert untintentionally commited changes
new c34ba24749 [OpenCL] Improve extension-version.cl and to_addr_builtin.cl 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/SemaOpenCL/extension-version.cl | 12 ++++++
test/SemaOpenCL/to_addr_builtin.cl | 76 ++++++++++++++++++++++++++++++++++++
2 files changed, 88 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 clang.
from 4d8a679e36 [Sema] Handle __va_start for Windows/ARM64 in the same way a [...]
new f21be14334 [Lex] TokenConcatenation now takes const Preprocessor
new e6b3cbefe6 Revert untintentionally commited changes
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/Lex/TokenConcatenation.h | 4 ++--
lib/Lex/TokenConcatenation.cpp | 4 ++--
2 files 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 llvm.
from df5d1bc4b16 [X86][Btver2] TZCNT instructions take 2uops not 1
new 589b3f884a9 [Sparc] Add support for the partial write PSR instruction
new 3895db1bce8 [Sparc] Add unimp alias
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/Target/Sparc/Sparc.td | 6 +++++-
lib/Target/Sparc/SparcInstrAliases.td | 5 +++++
lib/Target/Sparc/SparcInstrInfo.td | 16 ++++++++++++++++
lib/Target/Sparc/SparcSubtarget.cpp | 1 +
lib/Target/Sparc/SparcSubtarget.h | 2 ++
test/MC/Sparc/leon-pwrpsr-instruction.s | 10 ++++++++++
test/MC/Sparc/sparc-misc-instructions.s | 8 ++++++++
7 files changed, 47 insertions(+), 1 deletion(-)
create mode 100644 test/MC/Sparc/leon-pwrpsr-instruction.s
create mode 100644 test/MC/Sparc/sparc-misc-instructions.s
--
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 4518b975 [clang-tidy] use CHECK-NOTES in tests for bugprone-use-after-move
new c31a1ffc [clang-tidy] use CHECK-NOTES in tests for bugprone suspicious [...]
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:
.../bugprone-suspicious-enum-usage-strict.cpp | 20 ++++++++++----------
test/clang-tidy/bugprone-suspicious-enum-usage.cpp | 4 ++--
2 files changed, 12 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 glibc.
from f841c97e51 Fix stack overflow in tst-setcontext9 (bug 23717)
new 9755bc4686 Use round functions not __round functions in glibc libm.
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 | 40 ++++++++++++++++++++++
include/math.h | 1 +
sysdeps/aarch64/fpu/s_round.c | 1 +
sysdeps/aarch64/fpu/s_roundf.c | 1 +
sysdeps/ieee754/dbl-64/e_gamma_r.c | 2 +-
sysdeps/ieee754/dbl-64/s_round.c | 1 +
sysdeps/ieee754/dbl-64/wordsize-64/s_round.c | 1 +
sysdeps/ieee754/float128/s_roundf128.c | 1 +
sysdeps/ieee754/flt-32/e_gammaf_r.c | 2 +-
sysdeps/ieee754/flt-32/s_roundf.c | 1 +
sysdeps/ieee754/ldbl-128/e_gammal_r.c | 2 +-
sysdeps/ieee754/ldbl-128/s_roundl.c | 1 +
sysdeps/ieee754/ldbl-128ibm/e_expl.c | 11 ++++--
sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c | 2 +-
sysdeps/ieee754/ldbl-128ibm/s_roundl.c | 7 ++--
sysdeps/ieee754/ldbl-96/e_gammal_r.c | 2 +-
sysdeps/ieee754/ldbl-96/s_roundl.c | 1 +
sysdeps/powerpc/fpu/math_private.h | 24 -------------
.../powerpc32/power4/fpu/multiarch/s_round.c | 1 +
.../powerpc32/power4/fpu/multiarch/s_roundf.c | 1 +
sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c | 1 +
sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c | 1 +
sysdeps/riscv/rv64/rvd/s_round.c | 1 +
sysdeps/riscv/rvf/s_roundf.c | 1 +
sysdeps/x86/fpu/powl_helper.c | 2 +-
25 files changed, 74 insertions(+), 35 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/2.28/master
in repository glibc.
from 2339d6a55e i386: Use ENTRY and END in start.S [BZ #23606]
new 3a67c72c15 Fix stack overflow in tst-setcontext9 (bug 23717)
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 ++++++
NEWS | 1 +
stdlib/tst-setcontext9.c | 4 ++--
3 files changed, 9 insertions(+), 2 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 1ffbf26a1a0 [PowerPC] [NFC] Refactor code for printing register operands
new df5d1bc4b16 [X86][Btver2] TZCNT instructions take 2uops not 1
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/X86/X86ScheduleBtVer2.td | 2 +-
test/tools/llvm-mca/X86/BtVer2/resources-bmi1.s | 8 ++++----
2 files changed, 5 insertions(+), 5 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 4b1b3c36 [clang-tidy] use CHECK-NOTES in tests for bugprone-forward-de [...]
new 4518b975 [clang-tidy] use CHECK-NOTES in tests for bugprone-use-after-move
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/clang-tidy/bugprone-use-after-move.cpp | 220 ++++++++++++++--------------
1 file changed, 110 insertions(+), 110 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 3776b242 [clang-tidy] Add dependency to clangAnalysis after rC343160
new 6bc49326 Improve diagnostics range reporting.
new 4b1b3c36 [clang-tidy] use CHECK-NOTES in tests for bugprone-forward-de [...]
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:
clangd/Diagnostics.cpp | 11 ++++++
.../bugprone-forward-declaration-namespace.cpp | 44 +++++++++++-----------
unittests/clangd/ClangdUnitTests.cpp | 12 ++++--
3 files changed, 42 insertions(+), 25 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.