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 566eae1 [clang-tidy] google-readability-casting: Handle user-defined [...]
new 135c59a clangd/ASTManager.cpp: Appease msc19 Debug build -- Don't der [...]
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:
clangd/ASTManager.cpp | 3 ++-
1 file changed, 2 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 1ca7d17 Re-add debugcounter.ll with Requires: Asserts so that it only [...]
new 3473662 Untabify.
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/DebugInfoMetadata.h | 4 ++--
include/llvm/IR/Intrinsics.td | 2 +-
2 files changed, 3 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 llvm.
from 87d7001 Which, in turn, causes build bots to fail that have it unexpe [...]
new 1ca7d17 Re-add debugcounter.ll with Requires: Asserts so that it 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:
test/Other/debugcounter.ll | 40 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 40 insertions(+)
create mode 100644 test/Other/debugcounter.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 8b1bda0 Add two files lost in rebase, causing build break
new 996ea53 XFAIL this test until we figure out what to do here, since it [...]
new 87d7001 Which, in turn, causes build bots to fail that have it unexpe [...]
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/Other/debugcounter.ll | 39 ---------------------------------------
1 file changed, 39 deletions(-)
delete mode 100644 test/Other/debugcounter.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 7cca07f llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll should require +A [...]
new ad47702 Add initial support for debug counting
new 2287817 Add a DebugCounter for PredicateInfo renaming, and an associa [...]
new 8b1bda0 Add two files lost in rebase, causing build break
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:
include/llvm/Support/CommandLine.h | 3 +
include/llvm/Support/DebugCounter.h | 141 +++++++++++++++++++++++++++++++++
lib/Support/CMakeLists.txt | 1 +
lib/Support/CommandLine.cpp | 10 +--
lib/Support/DebugCounter.cpp | 108 +++++++++++++++++++++++++
lib/Transforms/Utils/PredicateInfo.cpp | 8 ++
test/Other/debugcounter.ll | 39 +++++++++
7 files changed, 305 insertions(+), 5 deletions(-)
create mode 100644 include/llvm/Support/DebugCounter.h
create mode 100644 lib/Support/DebugCounter.cpp
create mode 100644 test/Other/debugcounter.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 clang.
from 8e45436 [X86][XOP] Fix type conversion warning in vpcmov generic impl [...]
new d025010 clang/CMakeLists.txt: Rework r294954 -- use file(TO_CMAKE_PATH).
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:
CMakeLists.txt | 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 9981ab3 [X86] Remove patterns for MOVSD with v4i32 types. We don't ap [...]
new 7cca07f llvm/test/CodeGen/AMDGPU/r600.alu-limits.ll should require +A [...]
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/CodeGen/AMDGPU/r600.alu-limits.ll | 1 +
1 file changed, 1 insertion(+)
--
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 lld.
from 92e7562 [COFF] support /ERRORLIMIT option
new 48e8ec2 Revert "[COFF] support /ERRORLIMIT option"
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:
COFF/Driver.cpp | 81 ++++++++++++++++------------------------------
COFF/Error.cpp | 3 +-
COFF/Options.td | 2 --
COFF/SymbolTable.cpp | 2 +-
test/COFF/error-limit.test | 33 -------------------
5 files changed, 29 insertions(+), 92 deletions(-)
delete mode 100644 test/COFF/error-limit.test
--
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 f5547b3 [X86] Tighten up some of the SDNode type constraints.
new 9981ab3 [X86] Remove patterns for MOVSD with v4i32 types. We don't ap [...]
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/X86InstrAVX512.td | 4 ----
lib/Target/X86/X86InstrSSE.td | 8 --------
2 files changed, 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 3da1c31 Fix unused variable warning when assertions are disabled.
new f5547b3 [X86] Tighten up some of the SDNode type constraints.
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/X86InstrFragmentsSIMD.td | 69 ++++++++++++++++++++-------------
1 file changed, 43 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.