This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 5083fc5 [Support] Add a StringError convenience class to Error.h
new c93d4ea [Support] Rename unconvertibleErrorCode to inconvertibleErrorCode.
new 0212bc8 [codeview,pdb] Try really hard to conserve memory when reading.
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/ByteStream.h | 14 +-
include/llvm/DebugInfo/CodeView/StreamArray.h | 188 +++++++++++++++++++++
include/llvm/DebugInfo/CodeView/StreamInterface.h | 11 +-
include/llvm/DebugInfo/CodeView/StreamReader.h | 38 ++++-
include/llvm/DebugInfo/CodeView/StreamRef.h | 82 +++++++++
include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 19 ++-
include/llvm/DebugInfo/PDB/Raw/MappedBlockStream.h | 11 +-
include/llvm/DebugInfo/PDB/Raw/ModInfo.h | 30 ++--
include/llvm/DebugInfo/PDB/Raw/ModStream.h | 7 +-
include/llvm/DebugInfo/PDB/Raw/NameHashTable.h | 4 +-
include/llvm/DebugInfo/PDB/Raw/PublicsStream.h | 4 +-
include/llvm/DebugInfo/PDB/Raw/TpiStream.h | 9 +-
include/llvm/Support/Error.h | 2 +-
lib/DebugInfo/CodeView/ByteStream.cpp | 27 ++-
lib/DebugInfo/CodeView/StreamReader.cpp | 66 ++++++--
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 85 +++++-----
lib/DebugInfo/PDB/Raw/InfoStream.cpp | 14 +-
lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp | 85 +++++++---
lib/DebugInfo/PDB/Raw/ModInfo.cpp | 77 ++++-----
lib/DebugInfo/PDB/Raw/ModStream.cpp | 8 +-
lib/DebugInfo/PDB/Raw/NameHashTable.cpp | 30 ++--
lib/DebugInfo/PDB/Raw/NameMap.cpp | 2 +-
lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 7 +-
lib/DebugInfo/PDB/Raw/SymbolStream.cpp | 4 +-
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 13 +-
lib/Support/Error.cpp | 12 +-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 10 +-
unittests/Support/ErrorTest.cpp | 2 +-
29 files changed, 619 insertions(+), 243 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/StreamArray.h
create mode 100644 include/llvm/DebugInfo/CodeView/StreamRef.h
--
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 6d77ea5 Add missing test case changes
new 3e8af06 [esan] Fix workingset-memset test 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:
test/esan/TestCases/workingset-memset.cpp | 7 +++----
1 file changed, 3 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 llvm.
from 3e20a7a [libFuzzer] make check-fuzzer a bit faster
new 5083fc5 [Support] Add a StringError convenience class to Error.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:
include/llvm/Support/Error.h | 40 +++++++++++++++++++++----------
lib/Support/Error.cpp | 52 +++++++++++++++++++++++++++++++++++++----
unittests/Support/ErrorTest.cpp | 16 +++++++++++++
3 files changed, 92 insertions(+), 16 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 317420a [LoopUnrollAnalyzer] Bail out instead of dying with assert wh [...]
new 3e20a7a [libFuzzer] make check-fuzzer a bit faster
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/Fuzzer/test/fuzzer-traces.test | 5 ++---
1 file changed, 2 insertions(+), 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 gcc-6-branch
in repository gcc.
from 76d1daa Daily bump.
new a64301f 2016-05-26 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/scanner.c | 1 +
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gfortran.dg/unexpected_eof.f | 8 ++++++++
4 files changed, 22 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/unexpected_eof.f
--
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 1334ad3 ValueMapper: fix typo in minor optimization on constant mappi [...]
new 6effb71 [libFuzzer] make OOM-handling more portable. Instead of sendi [...]
new 317420a [LoopUnrollAnalyzer] Bail out instead of dying with assert wh [...]
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/Analysis/LoopUnrollAnalyzer.cpp | 4 +-
lib/Fuzzer/FuzzerInternal.h | 7 +--
lib/Fuzzer/FuzzerLoop.cpp | 62 +++++++---------------
lib/Fuzzer/FuzzerUtil.cpp | 7 ---
test/Transforms/LoopUnroll/full-unroll-crashers.ll | 21 ++++++++
5 files changed, 44 insertions(+), 57 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 d59f71d [libFuzzer] more refactoring: make sure CurrentUnitData is aw [...]
new 4c87e7c pdbdump: print out the name of the stream 0.
new 1334ad3 ValueMapper: fix typo in minor optimization on constant mappi [...]
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/PDB/Raw/RawConstants.h | 5 +++++
lib/Transforms/Utils/ValueMapper.cpp | 3 ++-
test/DebugInfo/PDB/pdbdump-headers.test | 4 ++--
tools/llvm-pdbdump/llvm-pdbdump.cpp | 4 +++-
4 files changed, 12 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 llvm.
from 3438b38 pdbdump: Add -raw-all to enable all -raw-* flags.
new d59f71d [libFuzzer] more refactoring: make sure CurrentUnitData is aw [...]
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/Fuzzer/FuzzerInternal.h | 6 +++---
lib/Fuzzer/FuzzerLoop.cpp | 32 ++++++++++++++++++++------------
lib/Fuzzer/test/fuzzer-leak.test | 3 +++
3 files changed, 26 insertions(+), 15 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 lldb.
from c618449 Lock the access to the BreakpointLocationCollection.
new b7fd0d2 Add a new "lldb" log channel named "demangle". If we have cra [...]
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/lldb/Core/Logging.h | 1 +
source/Core/Logging.cpp | 3 +++
source/Core/Mangled.cpp | 23 +++++++++++++++++++++++
3 files changed, 27 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 95ae53b Produce better pretty stack traces from crashes in template i [...]
new 696cff0 OpenMPClause.h: Fix r270882. [-Wdocumentation]
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/AST/OpenMPClause.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.