This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6bf4f875472 [pdb] Don't verify TPI hash values up front.
new 8038a28b4ba [ADT] A few minor improvements to BitVector
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 | 4 ++--
include/llvm/Support/MathExtras.h | 12 ++++++++++++
unittests/ADT/BitVectorTest.cpp | 19 +++++++++++++++++++
3 files changed, 33 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 ea3a0ef86d Fix whitespace before token-paste of an argument.
new 5b63c98542 Document that Multilib flags must be actual flags
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/Driver/Multilib.h | 7 +++++++
lib/Driver/ToolChains/Gnu.cpp | 22 ++++++++++++----------
test/Driver/android-ndk-standalone.cpp | 14 ++++++++++++++
3 files changed, 33 insertions(+), 10 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 ae33f654a11 gcc/ChangeLog: * builtins.c: Fix a trivial typo in a comment.
new f3435e76610 Daily bump.
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/DATESTAMP | 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 gcc-7-branch
in repository gcc.
from f96891e1356 2017-05-04 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 9b1a12bfe4a Daily bump.
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/DATESTAMP | 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 gcc-5-branch
in repository gcc.
from fef478cf581 Daily bump.
new fc6b88e576b Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from d78147ef25c Daily bump.
new 79b75422895 Daily bump.
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/DATESTAMP | 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 llvm.
from 15650770132 Remap metadata attached to global variables.
new b18693c52df [llvm-pdbdump] Only build the TypeDatabase if necessary.
new 505c76a9265 [PDB] Don't build the entire source file list up front.
new 6bf4f875472 [pdb] Don't verify TPI hash values up front.
The 3 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:
.../DebugInfo/PDB/Native/DbiModuleDescriptor.h | 8 -
include/llvm/DebugInfo/PDB/Native/DbiModuleList.h | 114 +++++++++
include/llvm/DebugInfo/PDB/Native/DbiStream.h | 13 +-
.../DebugInfo/PDB/Native/NativeCompilandSymbol.h | 4 +-
.../llvm/DebugInfo/PDB/Native/NativeEnumModules.h | 8 +-
include/llvm/DebugInfo/PDB/Native/RawTypes.h | 11 +-
include/llvm/DebugInfo/PDB/Native/TpiStream.h | 6 +-
include/llvm/Support/BinaryStreamArray.h | 4 +
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Native/DbiModuleList.cpp | 273 +++++++++++++++++++++
lib/DebugInfo/PDB/Native/DbiStream.cpp | 112 +--------
lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp | 8 +-
lib/DebugInfo/PDB/Native/NativeEnumModules.cpp | 15 +-
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 2 +-
lib/DebugInfo/PDB/Native/TpiStream.cpp | 26 +-
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 172 ++++++++-----
tools/llvm-pdbdump/LLVMOutputStyle.h | 7 +-
tools/llvm-pdbdump/StreamUtil.cpp | 13 +-
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 19 +-
19 files changed, 566 insertions(+), 250 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Native/DbiModuleList.h
create mode 100644 lib/DebugInfo/PDB/Native/DbiModuleList.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 binutils-gdb.
from d512d31c39 Fix gdb.python/py-record-btrace-threads.exp with Python 3
new 323449189c Automatic date update in version.in
new e13cb306f0 gdb: Disable -Werror for -Wmaybe-uninitialized
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:
bfd/version.h | 2 +-
gdb/ChangeLog | 5 +++++
gdb/configure | 2 +-
gdb/gdbserver/ChangeLog | 4 ++++
gdb/gdbserver/configure | 2 +-
gdb/warning.m4 | 2 +-
6 files changed, 13 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 gdb-8.0-branch
in repository binutils-gdb.
from 65ea01b592 Bump GDB version number to 7.99.91.DATE-git.
new dd924a5f0f Automatic date update in version.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:
bfd/version.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 binutils-2_28-branch
in repository binutils-gdb.
from 28ce8afed7 Automatic date update in version.in
new 1f55e6e48a Automatic date update in version.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:
bfd/version.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.