This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 27f68cfeafa Revert "[CodeView] Provide a common interface for type coll [...]
new a269f90b327 Fix compilation failure.
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:
tools/llvm-pdbdump/llvm-pdbdump.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 lld.
from 642e85e7c [CodeView] Raise the source to ID map out of the TypeStreamMerger.
new 173da60f9 Revert "[CodeView] Provide a common interface for type collections."
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/PDB.cpp | 10 +++++-----
1 file changed, 5 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 ac2e7855196 [CodeView] Reduce memory usage in TypeSerializer.
new 95239b531cd Don't crash if someone tries to visit an empty type stream.
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/DebugInfo/CodeView/CVTypeVisitor.cpp | 3 +++
1 file changed, 3 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 bd8c7210cda [NewGVN] Delete the old store when we find congruent to a load.
new ac2e7855196 [CodeView] Reduce memory usage in TypeSerializer.
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/CodeView/TypeSerializer.h | 2 ++
lib/DebugInfo/CodeView/TypeSerializer.cpp | 33 ++++++++++++++++++++----
2 files changed, 30 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 4f44e8f7460 Fix a broken test.
new bd8c7210cda [NewGVN] Delete the old store when we find congruent to a load.
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/Scalar/NewGVN.cpp | 4 +--
test/Transforms/NewGVN/pr33086.ll | 59 +++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/NewGVN/pr33086.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 586584b84ad Revert "[ADT] Fix some Clang-tidy modernize-use-using warni [...]
new 4f44e8f7460 Fix a broken test.
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/DebugInfo/PDB/pdbdump-headers.test | 4 ++--
1 file changed, 2 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 943db674050 Fix crasher in CodeView test.
new 586584b84ad Revert "[ADT] Fix some Clang-tidy modernize-use-using warni [...]
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/ImmutableList.h | 8 +--
include/llvm/ADT/ImmutableMap.h | 62 +++++++++--------
include/llvm/ADT/ImmutableSet.h | 121 +++++++++++++++++-----------------
include/llvm/ADT/IndexedMap.h | 16 ++---
include/llvm/ADT/IntervalMap.h | 49 +++++++-------
include/llvm/ADT/IntrusiveRefCntPtr.h | 18 ++---
include/llvm/ADT/MapVector.h | 24 +++----
include/llvm/ADT/Optional.h | 33 ++++------
include/llvm/ADT/PackedVector.h | 6 +-
include/llvm/ADT/PointerEmbeddedInt.h | 30 ++++-----
include/llvm/ADT/PointerIntPair.h | 29 +++-----
include/llvm/ADT/PointerSumType.h | 49 +++++++-------
include/llvm/ADT/PointerUnion.h | 74 ++++++++++-----------
include/llvm/ADT/simple_ilist.h | 33 ++++------
14 files changed, 250 insertions(+), 302 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 release_40
in repository llvm.
from 5ed13a6cd92 Merging r296163:
new f717a4e7508 Merging r294690:
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/config-ix.cmake | 2 +-
cmake/modules/AddLLVM.cmake | 6 +++---
cmake/modules/LLVMConfig.cmake.in | 4 ++++
examples/ParallelJIT/CMakeLists.txt | 2 +-
lib/CodeGen/CMakeLists.txt | 2 +-
lib/ExecutionEngine/IntelJITEvents/CMakeLists.txt | 2 +-
lib/Fuzzer/CMakeLists.txt | 4 ++--
lib/Support/CMakeLists.txt | 2 +-
unittests/ExecutionEngine/Orc/CMakeLists.txt | 2 +-
unittests/Support/CMakeLists.txt | 2 +-
utils/unittest/CMakeLists.txt | 4 ++--
11 files changed, 18 insertions(+), 14 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 86fb5b7268 clang-format: [JS] for await, and fix a crash with for loops.
new 635020a50d When a type-id is unexpectedly given a name, assume that the [...]
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/Sema/DeclSpec.h | 35 -----------------------------------
lib/Parse/ParseDecl.cpp | 27 ++++++++++++++++++++++-----
test/Parser/cxx-template-argument.cpp | 2 +-
test/Parser/cxx0x-decl.cpp | 3 +++
test/Sema/block-args.c | 2 +-
5 files changed, 27 insertions(+), 42 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.