This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ad6daf4 [X86IselLowering] Remove extraneous semicolon. NFCI.
new b476db5 [CodeGen] clean up and add tests for scalar and-of-setcc; NFC
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/CodeGen/ARM/and-setcc.ll | 36 ++++++++++++++++++++++++++++++++++++
test/CodeGen/ARM/setcc-sentinals.ll | 14 --------------
test/CodeGen/PowerPC/and-setcc.ll | 35 +++++++++++++++++++++++++++++++++++
test/CodeGen/X86/and-setcc.ll | 33 +++++++++++++++++++++++++++++++++
test/CodeGen/X86/setcc-sentinals.ll | 13 -------------
5 files changed, 104 insertions(+), 27 deletions(-)
create mode 100644 test/CodeGen/ARM/and-setcc.ll
delete mode 100644 test/CodeGen/ARM/setcc-sentinals.ll
create mode 100644 test/CodeGen/PowerPC/and-setcc.ll
create mode 100644 test/CodeGen/X86/and-setcc.ll
delete mode 100644 test/CodeGen/X86/setcc-sentinals.ll
--
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 38e2463 Revert "Use FPContractModeKind universally"
new 922e16b Use FPContractModeKind universally
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/clang/AST/Expr.h | 6 +++---
include/clang/AST/ExprCXX.h | 4 +++-
include/clang/Basic/LangOptions.def | 3 ++-
include/clang/Basic/LangOptions.h | 31 +++++++++++++++++++++++------
include/clang/Frontend/CodeGenOptions.def | 2 --
include/clang/Frontend/CodeGenOptions.h | 6 ------
lib/CodeGen/BackendUtil.cpp | 8 ++++----
lib/CodeGen/CGExprScalar.cpp | 7 +------
lib/Frontend/CompilerInvocation.cpp | 33 +++++++++++++++----------------
lib/Sema/SemaAttr.cpp | 9 ++++++---
test/CodeGenCUDA/fp-contract.cu | 4 ++--
11 files changed, 62 insertions(+), 51 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 195832b Add allocator_frees_and_returns_null_on_realloc_zero=false fl [...]
new 6e194c2 Remove failing check from platform specific darwin lsan initializer
new 386f8e5 Move current thread data out of lsan_common on linux
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/lsan/lsan_common_linux.cc | 4 ----
lib/lsan/lsan_common_mac.cc | 6 +++---
lib/lsan/lsan_linux.cc | 4 ++++
3 files changed, 7 insertions(+), 7 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe.
from 4732b4d check host and target are same for bootstrap build
new bedfba8 Remove ccache use from Abe since it's no longer maintained.
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:
abe.sh | 7 +------
configure | 42 ------------------------------------------
configure.ac | 2 --
lib/globals.sh | 2 --
lib/make.sh | 4 ----
5 files changed, 1 insertion(+), 56 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 64abec8 [DAGCombiner] Remove else after return. NFCI.
new ad6daf4 [X86IselLowering] Remove extraneous semicolon. NFCI.
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/Target/X86/X86ISelLowering.cpp | 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 gcc.
from 1c6e7ba combine: Fix PR80233
new 96b2dda 2017-03-29 Jerry DeLisle <jvdelisle(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/testsuite/ChangeLog | 9 +++
gcc/testsuite/gfortran.dg/dtio_25.f90 | 6 +-
gcc/testsuite/gfortran.dg/dtio_28.f03 | 74 +++++++++++++++++++++++
gcc/testsuite/gfortran.dg/dtio_4.f90 | 2 +-
libgfortran/ChangeLog | 8 +++
libgfortran/io/list_read.c | 110 ++++++++++++++++++----------------
6 files changed, 152 insertions(+), 57 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/dtio_28.f03
--
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 66c3ea0 Use FPContractModeKind universally
new 38e2463 Revert "Use FPContractModeKind universally"
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/clang/AST/Expr.h | 6 +++---
include/clang/AST/ExprCXX.h | 4 +---
include/clang/Basic/LangOptions.def | 3 +--
include/clang/Basic/LangOptions.h | 31 ++++++-----------------------
include/clang/Frontend/CodeGenOptions.def | 2 ++
include/clang/Frontend/CodeGenOptions.h | 6 ++++++
lib/CodeGen/BackendUtil.cpp | 8 ++++----
lib/CodeGen/CGExprScalar.cpp | 7 ++++++-
lib/Frontend/CompilerInvocation.cpp | 33 ++++++++++++++++---------------
lib/Sema/SemaAttr.cpp | 9 +++------
10 files changed, 49 insertions(+), 60 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 lldb.
from cdf7ab5 Add NetBSD path for Debugging Information in Separate Files
new 7399982 Centralize libc++ test skipping logic
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:
packages/Python/lldbsuite/test/dotest.py | 25 ++++++++++++++++
.../libcxx/string/TestDataFormatterLibcxxString.py | 33 +++++++++++-----------
.../postmortem/elf-core/gcore/main.cpp | 2 +-
.../postmortem/elf-core/thread_crash/main.cpp | 2 +-
.../thread/break_after_join/main.cpp | 2 +-
.../thread/concurrent_events/main.cpp | 2 +-
.../thread/create_during_step/main.cpp | 2 +-
.../thread/exit_during_break/main.cpp | 2 +-
.../thread/exit_during_step/main.cpp | 1 +
.../functionalities/thread/multi_break/main.cpp | 2 +-
.../test/functionalities/thread/step_out/main.cpp | 2 +-
.../functionalities/thread/thread_exit/main.cpp | 2 +-
packages/Python/lldbsuite/test/lldbplatformutil.py | 12 ++++----
packages/Python/lldbsuite/test/make/Android.rules | 2 +-
packages/Python/lldbsuite/test/make/Makefile.rules | 28 +++++++++---------
.../Python/lldbsuite/test/make/pseudo_barrier.h | 20 +++++++++++++
packages/Python/lldbsuite/test/make/test_common.h | 31 --------------------
packages/Python/lldbsuite/test/test_categories.py | 1 +
18 files changed, 92 insertions(+), 79 deletions(-)
create mode 100644 packages/Python/lldbsuite/test/make/pseudo_barrier.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 gcc.
from 7459a74 * fr.po: Update.
new 1c6e7ba combine: Fix PR80233
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/ChangeLog | 6 ++++++
gcc/combine.c | 4 ++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.c-torture/compile/pr80233.c | 22 ++++++++++++++++++++++
4 files changed, 35 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr80233.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.
Christophe Lyon pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 1fb719a MakeRelease.job: Do not rely on env variables: gcc_src binuti [...]
new 8dd72d2 start-container-docker.sh: Add --memory option.
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:
start-container-docker.sh | 11 +++++++++--
start-container-none.sh | 8 +++++++-
start-container-schroot.sh | 8 +++++++-
3 files changed, 23 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.