This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from c5d8c8e Fix an unused variable warning in release builds.
new 8c3120e [RenderScript] Always create a new allocation ID in CaptureAl [...]
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:
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 42 +++++++++++++++++-----
.../RenderScriptRuntime/RenderScriptRuntime.h | 9 +++--
2 files changed, 39 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 glibc.
from f2de695 Unify drift between _Complex function type variants
new bf91be8 Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro.
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:
ChangeLog | 25 +++++++++++++++++++++++++
NEWS | 5 +++++
bits/libc-header-start.h | 9 +++++++++
include/features.h | 1 +
manual/arith.texi | 21 ++++++++++-----------
manual/creature.texi | 9 +++++++++
math/bits/mathcalls.h | 4 ++--
math/math.h | 7 ++++---
8 files changed, 65 insertions(+), 16 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 b3f7002 Define __cpp_lib_generic_associative_lookup feature-test macro
new 9009997 gcc/ * config/nvptx/nvptx.c (nvptx_declare_function_name): [...]
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/config/nvptx/nvptx.c | 12 ++++++----
libgomp/ChangeLog | 4 ++++
.../testsuite/libgomp.oacc-c-c++-common/crash-1.c | 28 ++++++++++++++++++++++
4 files changed, 46 insertions(+), 4 deletions(-)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/crash-1.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 d619aa8 [ARM] Constant Materialize: imms with specific value can be e [...]
new 406cfb6 [CloneFunction] Don't remove side effecting calls
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/InstructionSimplify.cpp | 6 +++--
lib/Transforms/Utils/CloneFunction.cpp | 35 ++++++++++++++++++++++++++++--
test/Transforms/Inline/inline_constprop.ll | 22 +++++++++++++++++++
3 files changed, 59 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 29b012c [msf] Make FPM reader use MappedBlockStream.
new d619aa8 [ARM] Constant Materialize: imms with specific value can be e [...]
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/ARM/ARMISelDAGToDAG.cpp | 4 +++-
test/CodeGen/ARM/subtarget-no-movt.ll | 17 +++++++++++++++++
2 files changed, 20 insertions(+), 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 glibc.
from b381a38 Update and install proc_service.h [BZ #20311]
new cad1d60 Remove tacit double usage in ldbl-128
new b9e05ed Refactor part of math Makefile
new f2de695 Unify drift between _Complex function type variants
The 3 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:
ChangeLog | 72 +++++++++++++++++
math/Makefile | 131 ++++++++++++++++++-------------
math/s_ccoshf.c | 4 +-
math/s_ccoshl.c | 2 +-
math/s_csinhf.c | 4 +-
math/s_csinhl.c | 4 +-
math/{test-ildoubl.c => test-ildouble.c} | 0
sysdeps/ieee754/ldbl-128/k_tanl.c | 2 +-
sysdeps/ieee754/ldbl-128/s_atanl.c | 2 +-
sysdeps/ieee754/ldbl-128/s_logbl.c | 2 +-
10 files changed, 154 insertions(+), 69 deletions(-)
rename math/{test-ildoubl.c => test-ildouble.c} (100%)
--
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 17638d0 Revert "Teach CorrelatedValuePropagation to mark adds as no wrap"
new 29b012c [msf] Make FPM reader use MappedBlockStream.
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/MSF/MSFCommon.h | 13 +++++++++++
include/llvm/DebugInfo/MSF/MSFStreamLayout.h | 4 ++--
include/llvm/DebugInfo/MSF/MappedBlockStream.h | 7 +++++-
lib/DebugInfo/MSF/MappedBlockStream.cpp | 29 +++++++++++++++++++++++++
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 30 +++++++++++---------------
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 5 ++---
6 files changed, 65 insertions(+), 23 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 45ff893 escape: Stack allocate non-escaping expressions.
new b3f7002 Define __cpp_lib_generic_associative_lookup feature-test macro
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:
libstdc++-v3/ChangeLog | 5 +++++
libstdc++-v3/include/bits/stl_function.h | 1 -
libstdc++-v3/include/bits/stl_tree.h | 4 ++++
libstdc++-v3/testsuite/experimental/feat-cxx14.cc | 24 ++++++++++++++++++-----
4 files changed, 28 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 lldb.
from d1cd7a9 Fix the BUILD_SHARED_LIBS=ON build, was getting the following [...]
new c5d8c8e Fix an unused variable warning in release builds.
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:
.../RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.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 4a1fbee 2016-08-03 Eric Gallager <egall(a)gwmail.gwu.edu>
new 45ff893 escape: Stack allocate non-escaping expressions.
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/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/expressions.cc | 50 ++++++++++++++++++++++++++++++++++------
2 files changed, 44 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.