This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 07e4072 [llvm-cov] Remove some asserts in the html renderer (NFC)
new 6ad7067 [pdb] Print out some more info when dumping a raw stream.
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/DebugInfo/MSF/MappedBlockStream.cpp | 4 +++
test/DebugInfo/PDB/pdbdump-raw-stream.test | 26 +++++++++------
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 53 +++++++++++++++++++++---------
tools/llvm-pdbdump/LLVMOutputStyle.h | 3 ++
4 files changed, 60 insertions(+), 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 compiler-rt.
from 8dfde80 [asan] Since r280945 fixed the OS X abort() problem, merge sc [...]
new 8a49986 [asan] Disable handle_abort in Android tests.
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/asan/TestCases/Linux/abort_on_error.cc | 2 ++
test/asan/TestCases/atexit_stats.cc | 4 ++--
test/asan/android_commands/android_run.py | 9 +++++++--
test/asan/lit.cfg | 6 ++++++
4 files changed, 17 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 18f2ff8 Fix another -Wunused-variable for non-assert build.
new 961ef79 Do not widen load for different variable in GVN.
new 07e4072 [llvm-cov] Remove some asserts in the html renderer (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/Analysis/MemoryDependenceAnalysis.cpp | 38 +---------------------
.../AddressSanitizer/asan-vs-gvn.ll | 5 +--
test/Transforms/GVN/PRE/load-pre-nonlocal.ll | 11 ++++---
test/Transforms/GVN/PRE/rle.ll | 9 +++--
test/Transforms/GVN/big-endian.ll | 6 ++--
.../GVN/no_speculative_loads_with_asan.ll | 4 +--
test/Transforms/GVN/pr25440.ll | 4 +--
tools/llvm-cov/SourceCoverageViewHTML.cpp | 6 +---
8 files changed, 24 insertions(+), 59 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 892ff5d [pdb] Add command line options for dumping individual streams [...]
new 5e2e757 [llvm-cov] Try to fix the native_separators.c test some more
new 18f2ff8 Fix another -Wunused-variable for non-assert 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:
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 7 ++++---
test/tools/llvm-cov/native_separators.c | 2 +-
2 files changed, 5 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 gcc.
from edd0f33 2016-09-09 Steven G. Kargl <kargl(a)gcc.gnu.org>
new ff4c16f compiler: add abstraction layer for sha1 checksums.
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/go/ChangeLog | 6 ++++
gcc/go/Make-lang.in | 2 ++
gcc/go/go-sha1.cc | 71 +++++++++++++++++++++++++++++++++++++++++++++
gcc/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/export.cc | 22 +++++---------
gcc/go/gofrontend/export.h | 6 ++--
gcc/go/gofrontend/go-sha1.h | 33 +++++++++++++++++++++
7 files changed, 124 insertions(+), 18 deletions(-)
create mode 100644 gcc/go/go-sha1.cc
create mode 100644 gcc/go/gofrontend/go-sha1.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 8b2faaa Fix -Wunused-variable for non-assert build.
new 892ff5d [pdb] Add command line options for dumping individual streams [...]
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/DebugInfo/PDB/pdbdump-headers.test | 114 +---------------------------
test/DebugInfo/PDB/pdbdump-raw-blocks.test | 35 +++++++++
test/DebugInfo/PDB/pdbdump-raw-stream.test | 17 +++++
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 115 +++++++++++++----------------
tools/llvm-pdbdump/LLVMOutputStyle.h | 4 +-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 45 +++++++----
tools/llvm-pdbdump/llvm-pdbdump.h | 11 ++-
7 files changed, 148 insertions(+), 193 deletions(-)
create mode 100644 test/DebugInfo/PDB/pdbdump-raw-blocks.test
create mode 100644 test/DebugInfo/PDB/pdbdump-raw-stream.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 clang.
from 09a0c48 Also cleanup comments around redundant colons/commas in forma [...]
new 27f089e Myriad: nominally "support" ASAN.
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/Driver/ToolChains.cpp | 4 ++++
lib/Driver/ToolChains.h | 1 +
lib/Driver/Tools.cpp | 15 +++++++++++----
test/Driver/sanitizer-ld.c | 9 +++++++++
4 files changed, 25 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 9af2b5e [libFuzzer] one more puzzle, value_profile cracks it in a second
new 27d122c [pdb] Pass CVRecord's through the visitor as non-const references.
new 8b2faaa Fix -Wunused-variable for non-assert 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:
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 2 +-
include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 6 +-
include/llvm/DebugInfo/CodeView/TypeDumper.h | 13 ++--
.../DebugInfo/CodeView/TypeSerializationVisitor.h | 19 ++++--
.../CodeView/TypeVisitorCallbackPipeline.h | 29 +++------
.../llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h | 13 ++--
include/llvm/DebugInfo/PDB/Raw/TpiStreamBuilder.h | 4 +-
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 5 +-
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 51 ++++++++-------
lib/DebugInfo/CodeView/TypeDumper.cpp | 76 +++++++++++-----------
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 24 ++++---
lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 4 +-
lib/DebugInfo/PDB/Raw/TpiStream.cpp | 15 ++---
tools/llvm-pdbdump/CodeViewYaml.cpp | 19 ++----
tools/llvm-pdbdump/CodeViewYaml.h | 11 ++--
tools/llvm-pdbdump/PdbYaml.cpp | 15 -----
16 files changed, 141 insertions(+), 165 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 openmp.
from 26eea9e [OPENMP] Implementation of omp_get_default_device and omp_set [...]
new a24629d [OPENMP] ppc64le recognized as big-endian
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:
runtime/CMakeLists.txt | 2 ++
1 file changed, 2 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 gcc.
from fdb00a8 2016-09-09 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new edd0f33 2016-09-09 Steven G. Kargl <kargl(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 | 6 ++++++
gcc/fortran/array.c | 9 +++++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr77506.f90 | 4 ++++
4 files changed, 24 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/pr77506.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.