This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 87d8be53fdd [Mips][FastISel] Fix handling of icmp with i1 type
new a5d63899381 Recommit r334887: [SmallSet] Add SmallSetIterator.
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/ADT/SmallSet.h | 101 +++++++++++++++++++++++++++++++++++++++++
unittests/ADT/SmallSetTest.cpp | 55 ++++++++++++++++++++++
2 files changed, 156 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 lldb.
from 36e6c9965 Move pretty stack trace printer into driver.
new e71634d55 [CMake] Have check-lldb-unit use CMAKE_CURRENT_BINARY_DIR
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:
lit/CMakeLists.txt | 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 clang.
from 2a5e6fd94b [Fixed Point Arithmetic] Fix for bug where integer literals [...]
new 2ef9975583 clang-cl: Postpone Wmsvc-not-found emission until link.exe g [...]
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/Driver/ToolChains/MSVC.cpp | 5 +++--
lib/Driver/ToolChains/MSVC.h | 2 ++
2 files changed, 5 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 35603461c5a [IPSCCP] Run Solve each time we resolved an undef in a function.
new 87d8be53fdd [Mips][FastISel] Fix handling of icmp with i1 type
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/Mips/MipsFastISel.cpp | 4 ++++
test/CodeGen/Mips/Fast-ISel/icmpi1.ll | 14 ++++++++++++++
test/CodeGen/Mips/Fast-ISel/sel1.ll | 3 +--
3 files changed, 19 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/Mips/Fast-ISel/icmpi1.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 e4bc29d07f Remove superfluous ; to fix -Wpedantic warning from gcc
new 2a5e6fd94b [Fixed Point Arithmetic] Fix for bug where integer literals [...]
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/LiteralSupport.cpp | 15 ++++--
test/Frontend/fixed_point_errors.c | 84 +++++++++++++++++++++++++++++++++
test/Frontend/fixed_point_errors.cpp | 5 ++
test/Frontend/fixed_point_not_enabled.c | 6 +++
4 files changed, 105 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 lld.
from d95b41d86 [ELF] - Remove dead code from EhFrameSection::addCie. NFC.
new 665659bb0 [ELF] - Eliminate dead 'return' in EhFrameSection::finalizeCo [...]
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/SyntheticSections.cpp | 4 +---
1 file changed, 1 insertion(+), 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 clang-tools-extra.
from 0068d003 [clang-tidy] Force exceptions to be enabled in test
new b33ccb9a [clang-tidy: modernize] Fix modernize-use-equals-default with [...]
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/UseEqualsDefaultCheck.cpp | 1 +
test/clang-tidy/modernize-use-equals-default-copy.cpp | 8 ++++++++
2 files changed, 9 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 5e12144b17 [Tooling] Add operator== to CompileCommand
new e4bc29d07f Remove superfluous ; to fix -Wpedantic warning from gcc
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:
unittests/AST/ASTImporterTest.cpp | 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 clang.
from 30ed46c734 Revert "[Sema] Reword warning for constant captures that are [...]
new 5e12144b17 [Tooling] Add operator== to CompileCommand
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/Tooling/CompilationDatabase.h | 9 +++++++++
unittests/Tooling/CompilationDatabaseTest.cpp | 28 +++++++++++++++++++++++++++
2 files changed, 37 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.