This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_39
in repository llvm.
from 5139e4f Merging r278938: -------------------------------------------- [...]
new 24ba7d3 Merging r278999: -------------------------------------------- [...]
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/Analysis/ScalarEvolution.cpp | 4 ++
test/Analysis/ScalarEvolution/flags-from-poison.ll | 49 ++++++++++++++++++++++
2 files changed, 53 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 cd8d034 Reapply "ADT: Remove references in has_rbegin for reverse()"
new 1197bbf [InstCombine] clean up foldICmpUDivConstant; NFC
new 4446526 Fix -Wpessimizing-move error, NFC
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/DebugInfo/CodeView/TypeStreamMerger.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 28 ++++++++++------------
2 files changed, 13 insertions(+), 17 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 3fe902e Resubmit "Write the TPI stream from a PDB to Yaml."
new cd8d034 Reapply "ADT: Remove references in has_rbegin for reverse()"
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/STLExtras.h | 10 +++--
unittests/ADT/RangeAdapterTest.cpp | 76 +++++++++++++++++++++++++++++++++-----
2 files changed, 74 insertions(+), 12 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 584ba6b [libclang] Fixed signed/unsigned comparison warning introduce [...]
new 8dceb4d [libclang] Added missing entry for newly introduced 'clang_ge [...]
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:
tools/libclang/libclang.exports | 1 +
1 file changed, 1 insertion(+)
--
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 361569f [compiler-rt][tests] cpu_model_test.c test fails to compile i [...]
new 1308eb2 [CMake] Stop building eprintf library on Darwin
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:
cmake/Modules/CompilerRTDarwinUtils.cmake | 26 --------------------------
1 file changed, 26 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 8a83602 llvm-objdump: add coff import library symbol listing support
new 3fe902e Resubmit "Write the TPI stream from a PDB to Yaml."
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/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/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 +
28 files changed, 2059 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 vehre/coarray
in repository gcc.
from b5189ea Major rework.
new b49982b Fix many regressions.
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/expr.c | 30 +-
gcc/fortran/trans-array.c | 2 +-
gcc/fortran/trans-expr.c | 169 +++----
gcc/fortran/trans-intrinsic.c | 139 +++++-
gcc/fortran/trans-types.c | 6 +-
gcc/fortran/trans.c | 9 +-
gcc/fortran/trans.h | 5 +-
gcc/testsuite/gfortran.dg/coarray_38.f90 | 8 +-
gcc/testsuite/gfortran.dg/coarray_allocate_7.f08 | 4 +-
gcc/testsuite/gfortran.dg/coarray_lib_alloc_1.f90 | 4 +-
gcc/testsuite/gfortran.dg/coarray_lib_alloc_2.f90 | 4 +-
gcc/testsuite/gfortran.dg/coarray_lib_alloc_3.f90 | 4 +-
gcc/testsuite/gfortran.dg/coarray_lib_comm_1.f90 | 8 +-
gcc/testsuite/gfortran.dg/coarray_lib_token_3.f90 | 4 +-
gcc/testsuite/gfortran.dg/coarray_lock_7.f90 | 12 +-
gcc/testsuite/gfortran.dg/coarray_poly_5.f90 | 2 +-
gcc/testsuite/gfortran.dg/coindexed_1.f90 | 12 +-
libgfortran/caf/libcaf.h | 6 +-
libgfortran/caf/single.c | 544 +++++++++++++++++++---
19 files changed, 742 insertions(+), 230 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 67f2890 Revert "ADT: Remove references in has_rbegin for reverse()"
new 8a83602 llvm-objdump: add coff import library symbol listing support
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:
.../Inputs/library.lib | Bin
test/tools/llvm-objdump/coff-import-library.test | 12 +++++++++++
tools/llvm-objdump/COFFDump.cpp | 24 +++++++++++++++++++++
tools/llvm-objdump/llvm-objdump.cpp | 17 +++++++++++++++
tools/llvm-objdump/llvm-objdump.h | 2 ++
5 files changed, 55 insertions(+)
copy test/tools/{llvm-readobj => llvm-objdump}/Inputs/library.lib (100%)
create mode 100644 test/tools/llvm-objdump/coff-import-library.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 360e911 Increase MOVE_RATIO to 17 for Lakemont
new 7ec388e selftest.h: add class line_table_test
new 26040f0 PR c/71514 * c-common.c (get_atomic_generic_size): Disallow [...]
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/ChangeLog | 27 +++++++++
gcc/c-family/ChangeLog | 6 ++
gcc/c-family/c-common.c | 14 +++++
gcc/input.c | 126 ++++++++++++++++++++++++-----------------
gcc/input.h | 1 +
gcc/selftest.h | 42 ++++++++++++++
gcc/testsuite/ChangeLog | 5 ++
gcc/testsuite/gcc.dg/pr71514.c | 23 ++++++++
8 files changed, 192 insertions(+), 52 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr71514.c
--
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 2e26f15 CVP. Turn marking adds as no wrap (introduced by r278107) off [...]
new e32f5ce ADT: Remove references in has_rbegin for reverse()
new 67f2890 Revert "ADT: Remove references in has_rbegin for reverse()"
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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.