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 d01c9058 [clangd] Don't override the preamble while completing inside [...]
new e3bc2b43 [modernize-use-transparent-functors] TypeLocs can be implicit [...]
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:
clang-tidy/modernize/UseTransparentFunctorsCheck.cpp | 2 ++
test/clang-tidy/modernize-use-transparent-functors.cpp | 5 ++++-
2 files changed, 6 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 llvm.
from 8c4c37e7244 Introduce explicit add_unittest_with_input_files target for [...]
new 59d74e3c8ac [InstCombine] regenerate test checks; 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/Transforms/InstCombine/sink-zext.ll | 10 +++++-----
1 file 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 binutils-gdb.
from 5074ad8a66 i386: Reformat OP_E_memory
new d20dee9efa x86: Properly decode EVEX.W in vcvt[u]si2s[sd] in 32-bit mode
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:
gas/ChangeLog | 7 +++++++
gas/testsuite/gas/i386/evex.d | 16 ++++++++++++++++
gas/testsuite/gas/i386/evex.s | 11 +++++++++++
gas/testsuite/gas/i386/i386.exp | 1 +
opcodes/ChangeLog | 11 +++++++++++
opcodes/i386-dis-evex.h | 8 ++++----
opcodes/i386-dis.c | 8 ++++++++
7 files changed, 58 insertions(+), 4 deletions(-)
create mode 100644 gas/testsuite/gas/i386/evex.d
create mode 100644 gas/testsuite/gas/i386/evex.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 llvm.
from b804bf5cf4e SelectionDAG: Add compact SDDbgValue representation to -dag [...]
new 71e86497f44 fix noasserts build
new 8c4c37e7244 Introduce explicit add_unittest_with_input_files target for [...]
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 | 15 ++++++++++-----
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 2 ++
unittests/CMakeLists.txt | 3 +++
unittests/DebugInfo/PDB/CMakeLists.txt | 2 +-
4 files changed, 16 insertions(+), 6 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 2f62ceaf73 [clang-cl] Fix PR38934: failing to dllexport class template [...]
new ccd349c348 Remove PseudoConstantAnalysis
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/Analyses/PseudoConstantAnalysis.h | 45 ----
include/clang/Analysis/AnalysisDeclContext.h | 3 -
lib/Analysis/AnalysisDeclContext.cpp | 7 -
lib/Analysis/CMakeLists.txt | 1 -
lib/Analysis/PseudoConstantAnalysis.cpp | 226 ---------------------
5 files changed, 282 deletions(-)
delete mode 100644 include/clang/Analysis/Analyses/PseudoConstantAnalysis.h
delete mode 100644 lib/Analysis/PseudoConstantAnalysis.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 google/grte/v5-2.27/master
in repository glibc.
from 33caf2b08a Fix regressions in async-safe TLS, add run-time control for [...]
new 83c02e85d7 Change de-nesting fix to use added argument instead of globals
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/dl-conflict.c | 6 ++-
elf/dl-reloc.c | 6 ++-
elf/do-rel.h | 30 ++++++++++--
elf/dynamic-link.h | 90 +++++++++++++++++++++++++++++++++-
elf/rtld.c | 13 +++--
sysdeps/powerpc/powerpc64/dl-machine.h | 10 +++-
sysdeps/x86_64/dl-machine.h | 10 +++-
7 files changed, 152 insertions(+), 13 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 28819633369 compiler: don't use address of temporary for deferred delete
new 84578769d97 * config/i386/movdirintrin.h: Fix copyright year.
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:
gcc/ChangeLog | 4 ++++
gcc/config/i386/movdirintrin.h | 2 +-
2 files changed, 5 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 llvm.
from 7eee232c9ae Revert r342233.
new b804bf5cf4e SelectionDAG: Add compact SDDbgValue representation to -dag [...]
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/SelectionDAG.h | 6 +++---
lib/CodeGen/SelectionDAG/SDNodeDbgValue.h | 3 +++
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 16 ++++++++++++++++
3 files changed, 22 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 gcc.
from bc3ef9be334 c++/61941 - Mis-parsing of warn_unused_result function with [...]
new 28819633369 compiler: don't use address of temporary for deferred delete
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:
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 47 +++++++++++++++++++++++++++++++++++++---
gcc/go/gofrontend/parse.cc | 10 +++++++--
3 files changed, 53 insertions(+), 6 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 6764b4552f4 fix typos
new 7eee232c9ae Revert r342233.
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-c/lto.h | 12 +-----------
include/llvm/LTO/legacy/ThinLTOCodeGenerator.h | 2 +-
test/ThinLTO/X86/cache.ll | 13 -------------
tools/llvm-lto/llvm-lto.cpp | 2 +-
tools/lto/lto.cpp | 7 -------
tools/lto/lto.exports | 1 -
6 files changed, 3 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.