This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from dd0c68e17f Revert r329684 (and follow-ups 329693, 329714). See discussi [...]
new 58670e4b98 [X86] Split up -march=icelake to -client & -server
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/clang/Basic/X86Target.def | 6 +-
lib/Basic/Targets/X86.cpp | 6 +-
test/Driver/x86-march.c | 10 ++-
test/Frontend/x86-target-cpu.c | 3 +-
test/Misc/target-invalid-cpu-note.c | 4 +-
test/Preprocessor/predefined-arch-macros.c | 119 ++++++++++++++++++++++++++++-
6 files changed, 136 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 gcc.
from d297c68a29d gcc/ChangeLog:
new 74fc2c55840 rs6000: Improve --help=target (PR85321)
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 | 9 +++++++++
gcc/config/rs6000/rs6000.opt | 4 ++--
gcc/config/rs6000/sysv4.opt | 4 ++--
3 files changed, 13 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 7348635232 [X86] Add test case for llvm change r329734
new dd0c68e17f Revert r329684 (and follow-ups 329693, 329714). See discussi [...]
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/clang/Frontend/FrontendAction.h | 3 --
include/clang/Lex/HeaderSearch.h | 6 +--
include/clang/Parse/Parser.h | 2 -
include/clang/Sema/Sema.h | 3 --
lib/CodeGen/CodeGenAction.cpp | 83 ++++++++++++++++++---------------
lib/Frontend/ASTMerge.cpp | 5 +-
lib/Frontend/CompilerInstance.cpp | 6 ---
lib/Frontend/FrontendAction.cpp | 1 -
lib/Frontend/FrontendActions.cpp | 4 --
lib/Lex/HeaderSearch.cpp | 26 -----------
lib/Lex/PPMacroExpansion.cpp | 17 +------
lib/Lex/Pragma.cpp | 12 +----
lib/Parse/ParseTemplate.cpp | 3 --
lib/Parse/Parser.cpp | 44 +----------------
lib/Sema/Sema.cpp | 22 ---------
lib/Sema/SemaChecking.cpp | 25 +---------
lib/Sema/SemaDecl.cpp | 5 --
lib/Sema/SemaExpr.cpp | 15 ------
lib/Sema/SemaTemplate.cpp | 7 ---
19 files changed, 55 insertions(+), 234 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 4ac5e40a [clang-tidy] [modernize-use-auto] Add a threshold for minimal [...]
new f2fba50e [clang-tidy] [modernize-use-auto] Fix members initialization order
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/UseAutoCheck.cpp | 5 +++--
1 file changed, 3 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 b8b9efdf7ea [X86] Change the name string for the newly add DF flag regi [...]
new 8eacad4a415 [InstSimplify] fix formatting; 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:
lib/Analysis/InstructionSimplify.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 344b6ca4d1 [Parser] Fix assertion-on-invalid for unexpected typename.
new f0da8db07f [CUDA] Added --[no-]cuda-include-ptx=sm_XX|all option.
new 7348635232 [X86] Add test case for llvm change r329734
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:
docs/ClangCommandLineReference.rst | 4 +++
include/clang/Driver/Options.td | 4 +++
lib/Driver/ToolChains/Cuda.cpp | 19 ++++++++++++++
test/CodeGen/ms-inline-asm.c | 7 ++++++
test/Driver/cuda-options.cu | 51 ++++++++++++++++++++++++++++++++++++++
5 files changed, 85 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 28e0b48b2a I removed the failed test.
new 344b6ca4d1 [Parser] Fix assertion-on-invalid for unexpected typename.
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/Parse/ParseDecl.cpp | 3 ++-
test/Parser/cxx-decl.cpp | 5 +++++
2 files changed, 7 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 9970be81763 [DebugInfoPDB] Add missing test for findSymbolByRVA and fin [...]
new b8b9efdf7ea [X86] Change the name string for the newly add DF flag regi [...]
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/X86RegisterInfo.td | 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 6592e3d4b59 [llvm-mca] fix formatting
new 15a9f5b86ce [LLVM-C] Add Missing 'break's in InlineAsm bindings
new 30c344c9458 [llvm-mca] reorder text
new 9970be81763 [DebugInfoPDB] Add missing test for findSymbolByRVA and fin [...]
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:
docs/CommandGuide/llvm-mca.rst | 18 +++++++++---------
lib/IR/Core.cpp | 2 ++
unittests/DebugInfo/PDB/PDBApiTest.cpp | 9 +++++++++
3 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 871d0344 [clangd] Use operator<< to prevent printers issues in Gtest
new 4ac5e40a [clang-tidy] [modernize-use-auto] Add a threshold for minimal [...]
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/UseAutoCheck.cpp | 12 +++++++--
clang-tidy/modernize/UseAutoCheck.h | 1 +
docs/ReleaseNotes.rst | 5 ++++
docs/clang-tidy/checks/modernize-use-auto.rst | 20 +++++++++++++++
.../modernize-use-auto-cast-remove-stars.cpp | 2 +-
test/clang-tidy/modernize-use-auto-cast.cpp | 5 ++--
.../modernize-use-auto-min-type-name-length.cpp | 30 ++++++++++++++++++++++
test/clang-tidy/modernize-use-auto-new.cpp | 4 ++-
8 files changed, 73 insertions(+), 6 deletions(-)
create mode 100644 test/clang-tidy/modernize-use-auto-min-type-name-length.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.