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 49f9745 2016-08-16 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 2b8f1b9 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 fc319ab * doc/install.texi (*-*-solaris2*): Adjust latest change.
new 597bd3d 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 3cc2cd3 Revert "Write the TPI stream from a PDB to Yaml."
new cbbc1ca SimplifyCFG: Avoid dereferencing end()
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/Utils/SimplifyCFG.cpp | 5 ++++-
1 file changed, 4 insertions(+), 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 binutils-gdb.
from fa0843f sim: m68hc11: use standard STATIC_INLINE helper
new 2c103b3 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 gdb-7.12-branch
in repository binutils-gdb.
from bf967d6 Automatic date update in version.in
new d4c9ba9 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_27-branch
in repository binutils-gdb.
from a817b8e Automatic date update in version.in
new 7baa398 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 master
in repository llvm.
from d75cab6 Write the TPI stream from a PDB to Yaml.
new e3c3e55 CodeGen: Avoid dereferencing end() when unconstifying iterators
new 3cc2cd3 Revert "Write the TPI stream from a PDB to Yaml."
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/CodeGen/MachineInstrBundleIterator.h | 13 +
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 2 -
include/llvm/DebugInfo/CodeView/EnumTables.h | 1 -
include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 37 +-
include/llvm/DebugInfo/CodeView/TypeDumper.h | 1 -
include/llvm/DebugInfo/CodeView/TypeRecord.h | 243 ++---
include/llvm/DebugInfo/MSF/StreamReader.h | 1 -
lib/CodeGen/MachineScheduler.cpp | 12 +-
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 87 +-
lib/DebugInfo/CodeView/EnumTables.cpp | 10 -
lib/DebugInfo/CodeView/TypeDeserializer.cpp | 68 ++
lib/DebugInfo/CodeView/TypeDumper.cpp | 48 +-
lib/DebugInfo/CodeView/TypeRecord.cpp | 9 +-
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 14 +-
test/DebugInfo/COFF/big-type.ll | 5 -
test/DebugInfo/COFF/enum.ll | 1 -
test/DebugInfo/COFF/inheritance.ll | 4 -
test/DebugInfo/COFF/virtual-method-kinds.ll | 6 -
test/DebugInfo/COFF/virtual-methods.ll | 2 -
test/DebugInfo/PDB/pdbdump-headers.test | 5 -
test/DebugInfo/PDB/pdbdump-yaml-types.test | 1087 --------------------
tools/llvm-pdbdump/CMakeLists.txt | 1 -
tools/llvm-pdbdump/CodeViewYaml.cpp | 506 ---------
tools/llvm-pdbdump/CodeViewYaml.h | 71 --
tools/llvm-pdbdump/PdbYaml.cpp | 48 +-
tools/llvm-pdbdump/PdbYaml.h | 25 +-
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 28 -
tools/llvm-pdbdump/YAMLOutputStyle.h | 1 -
tools/llvm-pdbdump/llvm-pdbdump.cpp | 7 +-
tools/llvm-pdbdump/llvm-pdbdump.h | 1 -
30 files changed, 277 insertions(+), 2067 deletions(-)
delete mode 100644 test/DebugInfo/PDB/pdbdump-yaml-types.test
delete mode 100644 tools/llvm-pdbdump/CodeViewYaml.cpp
delete mode 100644 tools/llvm-pdbdump/CodeViewYaml.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 llvm.
from 96f8a57 [InstCombine] add tests for fold with no coverage and missing [...]
new e24b74a Introduce LLVM_FALLTHROUGH, which expands to the C++17 attribute.
new d75cab6 Write the TPI stream from a PDB to Yaml.
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 | 2 +
include/llvm/DebugInfo/CodeView/EnumTables.h | 1 +
include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 37 +-
include/llvm/DebugInfo/CodeView/TypeDumper.h | 1 +
include/llvm/DebugInfo/CodeView/TypeRecord.h | 243 +++--
include/llvm/DebugInfo/MSF/StreamReader.h | 1 +
include/llvm/Support/Compiler.h | 13 +
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 87 +-
lib/DebugInfo/CodeView/EnumTables.cpp | 10 +
lib/DebugInfo/CodeView/TypeDeserializer.cpp | 68 --
lib/DebugInfo/CodeView/TypeDumper.cpp | 48 +-
lib/DebugInfo/CodeView/TypeRecord.cpp | 9 +-
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 14 +-
test/DebugInfo/COFF/big-type.ll | 5 +
test/DebugInfo/COFF/enum.ll | 1 +
test/DebugInfo/COFF/inheritance.ll | 4 +
test/DebugInfo/COFF/virtual-method-kinds.ll | 6 +
test/DebugInfo/COFF/virtual-methods.ll | 2 +
test/DebugInfo/PDB/pdbdump-headers.test | 5 +
test/DebugInfo/PDB/pdbdump-yaml-types.test | 1087 ++++++++++++++++++++
tools/llvm-pdbdump/CMakeLists.txt | 1 +
tools/llvm-pdbdump/CodeViewYaml.cpp | 506 +++++++++
tools/llvm-pdbdump/CodeViewYaml.h | 71 ++
tools/llvm-pdbdump/PdbYaml.cpp | 48 +-
tools/llvm-pdbdump/PdbYaml.h | 25 +-
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 28 +
tools/llvm-pdbdump/YAMLOutputStyle.h | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 7 +-
tools/llvm-pdbdump/llvm-pdbdump.h | 1 +
29 files changed, 2072 insertions(+), 260 deletions(-)
create mode 100644 test/DebugInfo/PDB/pdbdump-yaml-types.test
create mode 100644 tools/llvm-pdbdump/CodeViewYaml.cpp
create mode 100644 tools/llvm-pdbdump/CodeViewYaml.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 llvm.
from 3f979e7 Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough.
new 96f8a57 [InstCombine] add tests for fold with no coverage and missing [...]
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/Transforms/InstCombine/2008-01-29-AddICmp.ll | 21 +++++++++++++++++++++
1 file changed, 21 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 7de6651 [InstCombine] clean up foldICmpAddConstant(); NFCI
new 3f979e7 Codegen: Don't tail-duplicate blocks with un-analyzable fallthrough.
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/CodeGen/TailDuplicator.cpp | 10 +++++++
.../PowerPC/tail-dup-analyzable-fallthrough.ll | 34 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
create mode 100644 test/CodeGen/PowerPC/tail-dup-analyzable-fallthrough.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.