This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 468ae9f [gold] Split plugin options controlling ThinLTO and codegen p [...]
new b5dbd9f [libFuzzer] first steps in adding a proper automated test sui [...]
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:
.../fuzzer-test-suite/re2-2014-12-09/build.sh | 21 +++++++++++++++++
.../fuzzer-test-suite/re2-2014-12-09/target.cc | 27 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
create mode 100755 lib/Fuzzer/fuzzer-test-suite/re2-2014-12-09/build.sh
create mode 100644 lib/Fuzzer/fuzzer-test-suite/re2-2014-12-09/target.cc
--
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 a428e7b [LTO] Add -flto-jobs=N to control backend parallelism
new 714e179 [analyzer] Fix crash in RetainCountChecker::checkEndFunction
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/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 2 +-
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 8 ++++++--
test/Analysis/NSString.m | 8 ++++++--
3 files changed, 13 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 llvm.
from 5438741 [Coverage] Clarify a function contract (NFC)
new 468ae9f [gold] Split plugin options controlling ThinLTO and codegen p [...]
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/tools/gold/X86/parallel.ll | 2 +-
tools/gold/gold-plugin.cpp | 21 +++++++++++----------
2 files changed, 12 insertions(+), 11 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 560b6b6 set the underlying value of “#pragma STDC FP_CONTRACT” on by default
new 0cfdd4d Revert "set the underlying value of “#pragma STDC FP_CONTRACT [...]
new a428e7b [LTO] Add -flto-jobs=N to control backend parallelism
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/clang/Driver/Options.td | 5 +
lib/Driver/Tools.cpp | 30 +++-
lib/Frontend/CompilerInvocation.cpp | 6 -
test/CodeGen/aarch64-neon-fma.c | 2 +-
test/CodeGen/aarch64-scalar-fma.c | 177 ----------------------
test/CodeGen/fp-contract-pragma.cpp | 24 ++-
test/CodeGen/fp-contract-pragma___on-by-default.c | 21 ---
test/Driver/clang_f_opts.c | 9 +-
test/Driver/lto-jobs.c | 11 ++
9 files changed, 55 insertions(+), 230 deletions(-)
delete mode 100644 test/CodeGen/aarch64-scalar-fma.c
delete mode 100644 test/CodeGen/fp-contract-pragma___on-by-default.c
create mode 100644 test/Driver/lto-jobs.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 gcc.
from ad02099 S/390: Fix hotpatch test cases.
new 4157ace * config/rs6000/rs6000.md (cmpmemsi): New define_expand. * [...]
new e7c4560 2016-09-23 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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/config/rs6000/rs6000-protos.h | 1 +
gcc/config/rs6000/rs6000.c | 491 ++++++++++++++++++++--
gcc/config/rs6000/rs6000.md | 21 +
gcc/config/rs6000/rs6000.opt | 4 +
gcc/fortran/ChangeLog | 14 +
gcc/fortran/gfortran.h | 2 +-
gcc/fortran/io.c | 6 +-
gcc/fortran/ioparm.def | 2 +
gcc/fortran/libgfortran.h | 7 +-
gcc/fortran/resolve.c | 1 +
gcc/fortran/trans-io.c | 6 +-
gcc/testsuite/ChangeLog | 6 +
gcc/testsuite/gfortran.dg/dtio_14.f90 | 64 +++
gcc/testsuite/gfortran.dg/negative_unit_check.f90 | 1 +
libgfortran/ChangeLog | 39 ++
libgfortran/io/inquire.c | 2 +-
libgfortran/io/io.h | 27 +-
libgfortran/io/list_read.c | 4 +-
libgfortran/io/open.c | 2 +-
libgfortran/io/transfer.c | 112 +++--
libgfortran/io/unit.c | 163 ++++---
21 files changed, 809 insertions(+), 166 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dtio_14.f90
--
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 a6754db [libFuzzer] reset Counters (trace-pc-guard) before every run
new 3de4fb3 [llvm-cov] Factor out logic to remove unmapped inputs (NFC)
new 5438741 [Coverage] Clarify a function contract (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:
include/llvm/ProfileData/Coverage/CoverageMapping.h | 3 ++-
tools/llvm-cov/CodeCoverage.cpp | 18 +++++++++++++-----
2 files changed, 15 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 zorg.
from 8686bb5 [Zorg] Fixing LNT -cflag and moving to a new Perf name
new cfb7826 [Zorg] Try to unbreak ARM lnt bot
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:
buildbot/osuosl/master/config/builders.py | 3 +--
1 file changed, 1 insertion(+), 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 llvm.
from 85fa818 [MC] Support .dcb directives in assembler parser
new a6754db [libFuzzer] reset Counters (trace-pc-guard) before every run
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/Fuzzer/FuzzerTracePC.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 lld.
from 1694792 [ELF] Resolve weak undefined TLS symbols when no phdr is available.
new ee82415 Avoid counting sections twice.
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/LinkerScript.cpp | 20 +++++++++-----------
test/ELF/linkerscript/double-bss.s | 2 +-
2 files changed, 10 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 binutils-gdb.
from 3e25a50 Remove some unnecessary code
new 5809899 Use std::string in break-catch-sig.c
new 05d49c3 Use std::string in cp-namespace.c
new ab8b80a Use std::string, std::vector in rust-lang.c
new cfe826d Use std::vector in objfiles.c
new a97e29d Use std::string rather than dyn-string
The 5 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:
gdb/ChangeLog | 33 +++++++++++++++++++++++++++++++++
gdb/break-catch-sig.c | 17 ++++++-----------
gdb/cli/cli-cmds.c | 41 ++++++++++++++++++-----------------------
gdb/cp-namespace.c | 49 +++++++++++++++----------------------------------
gdb/objfiles.c | 13 ++++++-------
gdb/rust-lang.c | 35 +++++++++++++----------------------
gdb/utils.c | 13 -------------
gdb/utils.h | 3 ---
8 files changed, 91 insertions(+), 113 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.