This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 8368f4c15e5 Daily bump.
new 6fb115fa164 * gcc.dg/tree-ssa/vrp101.c: Fix scan-tree-dump regex. * g [...]
new cb6bafc7eda * gcc.dg/tree-ssa/vrp101.c: Fix scan-tree-dump regex. * g [...]
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:
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/tree-ssa/builtin-sprintf-2.c | 10 +++++-----
gcc/testsuite/gcc.dg/tree-ssa/vrp101.c | 2 +-
3 files changed, 11 insertions(+), 6 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 f0a6e52293b Use make_shared instead of make_unique.
new 76c210df336 Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
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:
.../DebugInfo/CodeView/DebugFrameDataSubsection.h | 1 -
.../DebugInfo/CodeView/DebugSubsectionRecord.h | 7 +-
.../DebugInfo/CodeView/DebugSubsectionVisitor.h | 80 ++++-
.../llvm/DebugInfo/CodeView/StringsAndChecksums.h | 104 -------
.../PDB/Native/DbiModuleDescriptorBuilder.h | 2 +-
.../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 5 +-
include/llvm/ObjectYAML/COFFYAML.h | 4 -
.../llvm/ObjectYAML/CodeViewYAMLDebugSections.h | 25 +-
include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 3 -
lib/DebugInfo/CodeView/CMakeLists.txt | 3 +-
.../CodeView/DebugStringTableSubsection.cpp | 5 -
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp | 2 +-
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp | 37 ++-
lib/DebugInfo/CodeView/StringsAndChecksums.cpp | 48 ---
.../PDB/Native/DbiModuleDescriptorBuilder.cpp | 2 +-
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 5 -
lib/ObjectYAML/COFFYAML.cpp | 11 +-
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 327 +++++++++++----------
lib/ObjectYAML/CodeViewYAMLTypes.cpp | 40 ---
tools/llvm-pdbutil/LLVMOutputStyle.cpp | 27 +-
tools/llvm-pdbutil/YAMLOutputStyle.cpp | 7 +-
tools/llvm-pdbutil/llvm-pdbutil.cpp | 17 +-
tools/obj2yaml/coff2yaml.cpp | 57 ----
tools/yaml2obj/yaml2coff.cpp | 56 ----
24 files changed, 308 insertions(+), 567 deletions(-)
delete mode 100644 include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
delete mode 100644 lib/DebugInfo/CodeView/StringsAndChecksums.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 lld.
from a9274e109 [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.
new f086bf9e4 Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..."
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/COFF/Inputs/pdb1.yaml | 138 +--------------------------------------------
test/COFF/Inputs/pdb2.yaml | 119 +-------------------------------------
test/COFF/sort-debug.test | 41 +-------------
3 files changed, 5 insertions(+), 293 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 libcxx.
from 0175dfdfd Implement the non-parallel versions of reduce and transform_r [...]
new c590dae5d Add an `__is_inplace_index` metafunction.
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/utility | 6 ++++
.../utilities/utility/__is_inplace_index.pass.cpp | 32 ++++++++++++++++++++++
.../utilities/utility/__is_inplace_type.pass.cpp | 32 ++++++++++++++++++++++
3 files changed, 70 insertions(+)
create mode 100644 test/libcxx/utilities/utility/__is_inplace_index.pass.cpp
create mode 100644 test/libcxx/utilities/utility/__is_inplace_type.pass.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 7eef7f8a9b6 Add some #includes to appease the build.
new e4b3feefd48 Fix some more errors.
new f0a6e52293b Use make_shared instead of make_unique.
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/ObjectYAML/CodeViewYAMLDebugSections.cpp | 24 ++++++++++++------------
lib/ObjectYAML/CodeViewYAMLTypes.cpp | 2 +-
tools/yaml2obj/yaml2coff.cpp | 27 ---------------------------
3 files changed, 13 insertions(+), 40 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 08c98a90f51 Support: Remove MSVC 2013 workarounds in ThreadPool class.
new 16e473d50a9 [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.
new 7eef7f8a9b6 Add some #includes to appease the build.
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:
.../DebugInfo/CodeView/DebugFrameDataSubsection.h | 1 +
.../DebugInfo/CodeView/DebugSubsectionRecord.h | 7 +-
.../DebugInfo/CodeView/DebugSubsectionVisitor.h | 80 ++----
.../llvm/DebugInfo/CodeView/StringsAndChecksums.h | 104 +++++++
.../PDB/Native/DbiModuleDescriptorBuilder.h | 2 +-
.../DebugInfo/PDB/Native/PDBStringTableBuilder.h | 5 +-
include/llvm/ObjectYAML/COFFYAML.h | 4 +
.../llvm/ObjectYAML/CodeViewYAMLDebugSections.h | 25 +-
include/llvm/ObjectYAML/CodeViewYAMLTypes.h | 3 +
lib/DebugInfo/CodeView/CMakeLists.txt | 3 +-
.../CodeView/DebugStringTableSubsection.cpp | 5 +
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp | 2 +-
lib/DebugInfo/CodeView/DebugSubsectionVisitor.cpp | 37 +--
lib/DebugInfo/CodeView/StringsAndChecksums.cpp | 48 ++++
.../PDB/Native/DbiModuleDescriptorBuilder.cpp | 2 +-
lib/DebugInfo/PDB/Native/PDBStringTableBuilder.cpp | 5 +
lib/ObjectYAML/COFFYAML.cpp | 11 +-
lib/ObjectYAML/CodeViewYAMLDebugSections.cpp | 313 ++++++++++-----------
lib/ObjectYAML/CodeViewYAMLTypes.cpp | 40 +++
tools/llvm-pdbutil/LLVMOutputStyle.cpp | 27 +-
tools/llvm-pdbutil/YAMLOutputStyle.cpp | 7 +-
tools/llvm-pdbutil/llvm-pdbutil.cpp | 17 +-
tools/obj2yaml/coff2yaml.cpp | 57 ++++
tools/yaml2obj/yaml2coff.cpp | 83 ++++++
24 files changed, 587 insertions(+), 301 deletions(-)
create mode 100644 include/llvm/DebugInfo/CodeView/StringsAndChecksums.h
create mode 100644 lib/DebugInfo/CodeView/StringsAndChecksums.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 lld.
from 43e8a5b04 Use StringRef::split instead of StringRef::find and StringRef [...]
new a9274e109 [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections.
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/COFF/Inputs/pdb1.yaml | 138 ++++++++++++++++++++++++++++++++++++++++++++-
test/COFF/Inputs/pdb2.yaml | 119 +++++++++++++++++++++++++++++++++++++-
test/COFF/sort-debug.test | 41 +++++++++++++-
3 files changed, 293 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 binutils-gdb.
from f9a36b297d Automatic date update in version.in
new 319c2dbe24 Accept more epiphany targets
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/ChangeLog | 4 ++++
bfd/config.bfd | 2 +-
ld/ChangeLog | 4 ++++
ld/configure.tgt | 2 +-
4 files changed, 10 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 libcxx.
from 246eb897c Fix bug 33389 - __is_transparent check requires too much
new 0175dfdfd Implement the non-parallel versions of reduce and transform_r [...]
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/numeric | 93 ++++++++++++++++
.../numeric.ops/reduce/reduce_iter_iter.pass.cpp | 63 +++++++++++
.../reduce_iter_iter_T.pass.cpp} | 34 ++++--
.../reduce/reduce_iter_iter_T_op.pass.cpp | 74 ++++++++++++
...ransform_reduce_iter_iter_init_bop_uop.pass.cpp | 124 +++++++++++++++++++++
.../transform_reduce_iter_iter_iter_init.pass.cpp | 95 ++++++++++++++++
...sform_reduce_iter_iter_iter_init_op_op.pass.cpp | 97 ++++++++++++++++
7 files changed, 570 insertions(+), 10 deletions(-)
create mode 100644 test/std/numerics/numeric.ops/reduce/reduce_iter_iter.pass.cpp
copy test/std/numerics/numeric.ops/{accumulate/accumulate.pass.cpp => reduce/reduc [...]
create mode 100644 test/std/numerics/numeric.ops/reduce/reduce_iter_iter_T_op.pass.cpp
create mode 100644 test/std/numerics/numeric.ops/transform.reduce/transform_reduce [...]
create mode 100644 test/std/numerics/numeric.ops/transform.reduce/transform_reduce [...]
create mode 100644 test/std/numerics/numeric.ops/transform.reduce/transform_reduce [...]
--
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 f456b8e36 Simplify. NFC.
new 43e8a5b04 Use StringRef::split instead of StringRef::find and StringRef [...]
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:
ELF/Driver.cpp | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.