This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from ee2becf5cf7 Fix a typo.
new 8d6c6ef5a68 PR libstdc++/54924 - Warn for std::string constructor with [...]
new ae33f654a11 gcc/ChangeLog: * builtins.c: Fix a trivial typo in a comment.
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:
gcc/ChangeLog | 24 ++
gcc/builtins.c | 304 +++++++++++++--------
gcc/testsuite/ChangeLog | 14 +
gcc/testsuite/g++.dg/ext/strncpy-chk1.C | 2 +-
.../g++.dg/torture/Wsizeof-pointer-memaccess1.C | 2 +-
gcc/testsuite/gcc.dg/builtin-stringop-chk-1.c | 10 +-
gcc/testsuite/gcc.dg/builtin-stringop-chk-4.c | 85 +++---
gcc/testsuite/gcc.dg/builtin-stringop-chk-8.c | 173 ++++++++++++
gcc/testsuite/gcc.dg/builtin-strncat-chk-1.c | 6 +-
gcc/testsuite/gcc.dg/out-of-bounds-1.c | 2 +-
gcc/testsuite/gcc.dg/pr78138.c | 2 +-
.../gcc.dg/torture/Wsizeof-pointer-memaccess1.c | 2 +-
.../gcc.dg/tree-ssa/builtin-sprintf-warn-1.c | 4 +-
gcc/testsuite/gfortran.dg/mvbits_7.f90 | 2 +-
14 files changed, 451 insertions(+), 181 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/builtin-stringop-chk-8.c
--
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 197e49d664c [RegisterBankInfo] Fix 80-col introduced in r293506.
new 15650770132 Remap metadata attached to global variables.
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/Utils/ValueMapper.cpp | 17 ++++++++++++-----
test/Linker/metadata-global.ll | 11 +++++++++++
2 files changed, 23 insertions(+), 5 deletions(-)
create mode 100644 test/Linker/metadata-global.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 24aaeeb480b AMDGPU: GFX9 GS and HS shaders always have the scratch wave [...]
new b39d7934a9f [GlobalISel] Add missing doxygen keyword for doxygen groups.
new 197e49d664c [RegisterBankInfo] Fix 80-col introduced in r293506.
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/llvm/CodeGen/GlobalISel/IRTranslator.h | 2 +-
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 6 +++---
include/llvm/CodeGen/GlobalISel/RegBankSelect.h | 8 ++++----
include/llvm/CodeGen/GlobalISel/RegisterBankInfo.h | 15 +++++++++------
4 files changed, 17 insertions(+), 14 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 7d7f10bcdd4 [GISel]:Skip legalizing Intermediate inst(with generic types)
new 24aaeeb480b AMDGPU: GFX9 GS and HS shaders always have the scratch wave [...]
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/AMDGPU/SIFrameLowering.cpp | 3 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 14 +++-
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 8 ++-
test/CodeGen/AMDGPU/local-stack-slot-bug.ll | 26 -------
test/CodeGen/AMDGPU/scratch-simple.ll | 103 ++++++++++++++++++++++++++++
5 files changed, 123 insertions(+), 31 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/local-stack-slot-bug.ll
create mode 100644 test/CodeGen/AMDGPU/scratch-simple.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 195a2d9be0a [JumpThreading] When processing compares, explicitly check [...]
new 7d7f10bcdd4 [GISel]:Skip legalizing Intermediate inst(with generic types)
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/GlobalISel/Legalizer.cpp | 9 +++++++--
1 file changed, 7 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 09867ca6767 [ConstantRange] Add LLVM_NODISCARD to ConstantRange since a [...]
new 6007e7215bc [GISel]: Add support to translate ConstantVectors
new 0e59845978f [JumpThreading] Change a dyn_cast that is already protected [...]
new 195a2d9be0a [JumpThreading] When processing compares, explicitly check [...]
The 3 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/GlobalISel/IRTranslator.cpp | 8 ++++++
lib/Transforms/Scalar/JumpThreading.cpp | 32 ++++++++++------------
.../AArch64/GlobalISel/arm64-irtranslator.ll | 9 ++++++
3 files changed, 32 insertions(+), 17 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 3e84c2c9419 Strip trailing whitespace. NFCI.
new 7a94f0ce912 [Float2Int] Remove return of ConstantRange from seen method [...]
new 09867ca6767 [ConstantRange] Add LLVM_NODISCARD to ConstantRange since a [...]
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/llvm/IR/ConstantRange.h | 2 +-
include/llvm/Transforms/Scalar/Float2Int.h | 2 +-
lib/Transforms/Scalar/Float2Int.cpp | 3 +--
3 files changed, 3 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 clang.
from 16025ddd30 Turn on -Wmicrosoft-enum-forward-reference by default.
new ea3a0ef86d Fix whitespace before token-paste of an argument.
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/Lex/TokenLexer.cpp | 30 ++++++++++++++++++------------
test/Preprocessor/macro_paste_commaext.c | 21 ++++++++++++++-------
test/Preprocessor/stringize_space.c | 11 +++++++++++
3 files changed, 43 insertions(+), 19 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 4d317237240 PR preprocessor/79214 - -Wno-system-header defeats strncat [...]
new ee2becf5cf7 Fix a typo.
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 | 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 llvm.
from 0eebc2900c1 [InstSimplify] add folds for or-of-casted-icmps
new 3e84c2c9419 Strip trailing whitespace. NFCI.
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/X86InstrInfo.td | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.