This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a80d09e Swift Calling Convention: use %RAX for sret.
new 783db05 [SimplifyLibCalls] sprintf doesn't copy null bytes
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/SimplifyLibCalls.cpp | 7 ++++---
test/Transforms/InstCombine/sprintf-1.ll | 5 +++--
2 files changed, 7 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 llvm.
from d632f47 tests: tweak MIR for ARM tests to correct MI issues
new a80d09e Swift Calling Convention: use %RAX for 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:
lib/Target/X86/X86CallingConv.td | 4 ++++
lib/Target/X86/X86FastISel.cpp | 5 ++++-
lib/Target/X86/X86ISelLowering.cpp | 8 +++++++
test/CodeGen/X86/swift-return.ll | 43 +++++++++++++++++++++-----------------
4 files changed, 40 insertions(+), 20 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 5027779 [AMDGPU] Move reserved vgpr count for trap handler usage to S [...]
new 6568fd1 test: remove some bleeding whitespace
new d632f47 tests: tweak MIR for ARM tests to correct MI issues
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:
test/CodeGen/MIR/ARM/ARMLoadStoreDBG.mir | 67 ++++++++++++++-------------
test/CodeGen/MIR/ARM/sched-it-debug-nodes.mir | 59 +++++++++++------------
2 files changed, 64 insertions(+), 62 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 compiler-rt.
from 3eab866 [sanitizer] [SystemZ] Add ptrace support bits.
new b8eab08 [CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode [...]
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:
cmake/Modules/CompilerRTDarwinUtils.cmake | 2 ++
cmake/config-ix.cmake | 6 ++++--
2 files changed, 6 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 clang-tools-extra.
from bec6447 [clang-tidy] New checker for redundant expressions.
new 83addc4 [Release notes] Mention Clang-tidy misc-fold-init-type check.
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:
docs/ReleaseNotes.rst | 6 ++++++
docs/clang-tidy/checks/misc-fold-init-type.rst | 8 ++++----
2 files changed, 10 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 6f5aa79 [CodeGenPrepare] use branch weight metadata to decide if a se [...]
new 5027779 [AMDGPU] Move reserved vgpr count for trap handler usage to S [...]
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/AMDGPUAsmPrinter.cpp | 6 +++---
lib/Target/AMDGPU/AMDGPUAsmPrinter.h | 3 +++
lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 ----
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 4 ++++
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 7 +++++++
lib/Target/AMDGPU/SIRegisterInfo.cpp | 5 +++--
6 files changed, 20 insertions(+), 9 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 46085a7 [clang-tidy] Enhance misc-suspicious-string-compare to move d [...]
new bec6447 [clang-tidy] New checker for redundant expressions.
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/misc/CMakeLists.txt | 1 +
clang-tidy/misc/MiscTidyModule.cpp | 3 +
clang-tidy/misc/RedundantExpressionCheck.cpp | 133 +++++++++++++++++++++
...nusedRAIICheck.h => RedundantExpressionCheck.h} | 16 +--
docs/ReleaseNotes.rst | 5 +
docs/clang-tidy/checks/list.rst | 1 +
.../checks/misc-redundant-expression.rst | 20 ++++
test/clang-tidy/misc-redundant-expression.cpp | 120 +++++++++++++++++++
8 files changed, 291 insertions(+), 8 deletions(-)
create mode 100644 clang-tidy/misc/RedundantExpressionCheck.cpp
copy clang-tidy/misc/{UnusedRAIICheck.h => RedundantExpressionCheck.h} (55%)
create mode 100644 docs/clang-tidy/checks/misc-redundant-expression.rst
create mode 100644 test/clang-tidy/misc-redundant-expression.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 llvm.
from c81ec9b Fix build broken due to order of initialization problem.
new 6f5aa79 [CodeGenPrepare] use branch weight metadata to decide if a se [...]
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/IR/Instruction.h | 5 +++++
include/llvm/IR/Instructions.h | 5 -----
include/llvm/Target/TargetLowering.h | 5 +++++
lib/CodeGen/CodeGenPrepare.cpp | 32 +++++++++++++++++++++-----------
lib/CodeGen/TargetLoweringBase.cpp | 15 +++++++++++++++
lib/IR/Instructions.cpp | 22 ----------------------
lib/IR/Metadata.cpp | 24 ++++++++++++++++++++++++
test/CodeGen/X86/cmov-into-branch.ll | 29 ++++++++++++++++++++++++++---
8 files changed, 96 insertions(+), 41 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 hjl/pr70155/master
in repository gcc.
discards 76dfd35 Extend STV pass to 64-bit mode
new 9aa6e19 Extend STV pass to 64-bit mode
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (76dfd35)
\
N -- N -- N refs/heads/hjl/pr70155/master (9aa6e19)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/config/i386/i386.c | 31 ++++++++++++++-----------------
1 file changed, 14 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 5571fd8 Refactor some more PDB reading code into DebugInfoPDB.
new c81ec9b Fix build broken due to order of initialization problem.
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/DebugInfo/PDB/Raw/PDBInfoStream.h | 6 ++++--
lib/DebugInfo/PDB/Raw/PDBInfoStream.cpp | 3 +--
2 files changed, 5 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.