This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ece82f9 [PDB] Re-add BinaryStreamTest.
new 0d19bb2 [Hexagon] Fix lowering of formal arguments of type i1
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/Hexagon/HexagonISelLowering.cpp | 23 ++++++++++++++++++++---
test/CodeGen/Hexagon/isel-i1arg-crash.ll | 6 ++++++
2 files changed, 26 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/Hexagon/isel-i1arg-crash.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 ac59e4b [GVNHoist] Don't hoist unsafe scalars at -Oz (PR31729)
new ece82f9 [PDB] Re-add BinaryStreamTest.
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/DebugInfo/PDB/BinaryStreamTest.cpp | 700 +++++++++++++++++++++++++++
unittests/DebugInfo/PDB/CMakeLists.txt | 1 +
2 files changed, 701 insertions(+)
create mode 100644 unittests/DebugInfo/PDB/BinaryStreamTest.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 952e639 [PDB] Remove use of std error codes.
new e6c13ec Remove unittests/DebugInfo/PDB/BinaryStreamTest.cpp (from r296555)
new ac59e4b [GVNHoist] Don't hoist unsafe scalars at -Oz (PR31729)
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:
lib/Transforms/Scalar/GVNHoist.cpp | 30 +-
test/Transforms/GVNHoist/hoist-unsafe-pr31729.ll | 81 +++
unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 700 -----------------------
unittests/DebugInfo/PDB/CMakeLists.txt | 1 -
4 files changed, 89 insertions(+), 723 deletions(-)
create mode 100644 test/Transforms/GVNHoist/hoist-unsafe-pr31729.ll
delete mode 100644 unittests/DebugInfo/PDB/BinaryStreamTest.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 1896046 clang-format r296631
new 952e639 [PDB] Remove use of std error codes.
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/DebugInfo/PDB/BinaryStreamTest.cpp | 13 ++++++-------
1 file changed, 6 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 zorg.
from 172491e [zorg] Fix no-exceptions libcxx configurations
new ec10d6a [Sanitizer Win] Use relative path to clang-cl
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:
zorg/buildbot/builders/SanitizerBuilderWindows.py | 8 ++++----
1 file changed, 4 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 5495879 [clang-format] Add a new flag FixNamespaceComments to FormatStyle
new a3101db [clang-format] Don't add namespace end comments for unbalance [...]
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/Format/UnwrappedLineParser.cpp | 1 +
unittests/Format/NamespaceEndCommentsFixerTest.cpp | 12 ++++++++++++
2 files changed, 13 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-tools-extra.
from 6fbfc84 [clangd] Add support for FixIts.
new ef841ba [clangd] Unbreak the shared build.
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/CMakeLists.txt | 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 clang-tools-extra.
from 72f44cc [clang-tidy] Attempt to fix the test where exceptions are dis [...]
new 6fbfc84 [clangd] Add support for FixIts.
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 | 115 ++++++++++++++++----------
clangd/ASTManager.h | 20 ++++-
clangd/ClangDMain.cpp | 13 ++-
clangd/Protocol.cpp | 113 +++++++++++++++++++++++++
clangd/Protocol.h | 61 ++++++++++++++
clangd/ProtocolHandlers.cpp | 64 +++++++++++---
clangd/ProtocolHandlers.h | 14 +++-
clangd/clients/clangd-vscode/src/extension.ts | 18 +++-
test/clangd/fixits.test | 22 +++++
test/clangd/formatting.test | 5 +-
10 files changed, 384 insertions(+), 61 deletions(-)
create mode 100644 test/clangd/fixits.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 release_40
in repository llvm.
from b0c5322 ReleaseNotes: Add some X86 target bullets.
new 7cdbbe0 Added pocl and TCE to releasenotes. Both of them now work wit [...]
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 | 28 ++++++++++++++++++++++++++++
1 file changed, 28 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 llvm.
from efd69e6 [ARM] GlobalISel: Lower call params that need extensions
new 1896046 clang-format r296631
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/ARM/ARMCallLowering.cpp | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.