This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch
in repository gcc.
from b00be04fd80 Daily bump.
new a8e03c19c35 PR libstdc++/66059 optimise _Build_index_tuple
new cfb5dce5688 PR libstdc++/62045 fix O(N) insertion in pd_ds binary heap
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:
libstdc++-v3/ChangeLog | 30 ++++++++++++++++++++
.../ext/pb_ds/detail/binary_heap_/binary_heap_.hpp | 21 ++------------
.../pb_ds/detail/binary_heap_/insert_fn_imps.hpp | 1 -
libstdc++-v3/include/std/utility | 19 ++++++++++---
.../priority_queue_binary_heap-62045.cc} | 32 +++++++++++++++-------
.../ext/pb_ds/regression/priority_queues.cc | 2 +-
6 files changed, 71 insertions(+), 34 deletions(-)
copy libstdc++-v3/testsuite/{20_util/duration/literals/61166.cc => ext/pb_ds/regre [...]
--
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 8d2c1f540ea [CrashRecovery] Use SEH __try instead of VEH when available
new 0f42e5be40e Revert "[CrashRecovery] Use SEH __try instead of VEH when 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:
lib/Support/CrashRecoveryContext.cpp | 114 ++++++++++++++------------------
unittests/Support/CMakeLists.txt | 1 -
unittests/Support/CrashRecoveryTest.cpp | 83 -----------------------
3 files changed, 48 insertions(+), 150 deletions(-)
delete mode 100644 unittests/Support/CrashRecoveryTest.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 e9eda65f4b4 Workaround for incorrect Win32 header on GCC.
new 8d2c1f540ea [CrashRecovery] Use SEH __try instead of VEH when available
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/Support/CrashRecoveryContext.cpp | 114 ++++++++++++++++++--------------
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/CrashRecoveryTest.cpp | 83 +++++++++++++++++++++++
3 files changed, 150 insertions(+), 48 deletions(-)
create mode 100644 unittests/Support/CrashRecoveryTest.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 66b46e1a8bb [BitVector] Add find_[first,last]_[set,unset]_in.
new c254cb777d0 [CodeView] Simplify the use of visiting type records & streams.
new e9eda65f4b4 Workaround for incorrect Win32 header on GCC.
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:
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 32 ++++++-
.../DebugInfo/CodeView/RandomAccessTypeVisitor.h | 15 ----
include/llvm/DebugInfo/PDB/Native/TpiStream.h | 1 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 +-
lib/DebugInfo/CodeView/CVTypeDumper.cpp | 22 +----
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 99 ++++++++++++++++++++--
lib/DebugInfo/CodeView/RandomAccessTypeVisitor.cpp | 10 +--
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 3 +-
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 17 +---
lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp | 3 +-
lib/Support/CrashRecoveryContext.cpp | 10 +--
tools/llvm-pdbdump/Analyze.cpp | 15 +---
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 32 +++----
tools/llvm-pdbdump/PdbYaml.cpp | 14 ++-
tools/llvm-pdbdump/YamlTypeDumper.cpp | 80 ++++++-----------
.../DebugInfo/CodeView/RandomAccessVisitorTest.cpp | 1 +
unittests/DebugInfo/PDB/TypeServerHandlerTest.cpp | 20 ++---
17 files changed, 202 insertions(+), 174 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 compiler-rt.
from ea3b9d9e8 Revert "Implement tls scanning for darwin LSan"
new 63fe54047 Include setjmp.h unconditionally in asan_test_utils.h
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/asan/tests/asan_test_utils.h | 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 90a273845 [ELF] - Detemplate Thunk creation.
new cd7d8404d Revert r303225 "Garbage collect dllimported symbols."
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/InputFiles.cpp | 11 +---------
COFF/MarkLive.cpp | 38 +++++++++------------------------
COFF/Symbols.cpp | 3 +--
COFF/Symbols.h | 24 +++------------------
COFF/Writer.cpp | 12 +++--------
test/COFF/Inputs/import.yaml | 9 +-------
test/COFF/dllimport-gc.test | 51 --------------------------------------------
7 files changed, 19 insertions(+), 129 deletions(-)
delete mode 100644 test/COFF/dllimport-gc.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 gcc.
from 67a680eeb02 Fixes to Doxygen comments in libstdc++ headers
new 7274934135b * c-common.c: Use NULL_TREE instead of 0 where appropriate [...]
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/c-family/ChangeLog | 5 ++
gcc/c-family/c-common.c | 10 +--
gcc/c-family/c-warn.c | 2 +-
gcc/c/ChangeLog | 5 ++
gcc/c/c-decl.c | 144 +++++++++++++++++++------------------
gcc/c/c-typeck.c | 187 ++++++++++++++++++++++++------------------------
6 files changed, 184 insertions(+), 169 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 cc7e9046bde [InstCombine] add isCanonicalPredicate() helper function an [...]
new 66b46e1a8bb [BitVector] Add find_[first,last]_[set,unset]_in.
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/BitVector.h | 216 ++++++++++++++++++++++------------------
unittests/ADT/BitVectorTest.cpp | 155 +++++++++++++++++++++++++++-
2 files changed, 272 insertions(+), 99 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 03b3dcbd7b0 * cp-tree.h (default_hash_traits <lang_identifier *>): New [...]
new 67a680eeb02 Fixes to Doxygen comments in libstdc++ headers
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:
libstdc++-v3/ChangeLog | 13 +++++++++++++
libstdc++-v3/include/bits/refwrap.h | 2 +-
libstdc++-v3/include/bits/specfun.h | 4 ++--
libstdc++-v3/include/bits/std_function.h | 2 +-
libstdc++-v3/include/bits/stl_algo.h | 8 ++++++++
libstdc++-v3/include/bits/stl_iterator.h | 1 +
libstdc++-v3/include/bits/string_view.tcc | 2 +-
libstdc++-v3/include/std/mutex | 12 ++++++------
8 files changed, 33 insertions(+), 11 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 816bdf00bc [Frontend] Remove unused TemporaryFiles
new d4df3e3e59 clang-cl: Fix path-based MSVC version detection
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 | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.