This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 88ab6a9 2016-08-04 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new 30678d4 selftest.h: Add ASSERT_TRUE_AT and ASSERT_FALSE_AT
new 31f4962 PR target/72805 * config/i386/avx512fintrin.h (_mm512_cmp_e [...]
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 | 17 +++++++++++++++
gcc/config/i386/avx512fintrin.h | 48 ++++++++++++++++++++---------------------
gcc/selftest.h | 30 ++++++++++++++++++--------
3 files changed, 62 insertions(+), 33 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 6429bcf [ExecutionEngine] Refactor - Roll JITSymbolFlags functionalit [...]
new ca17b84 GVNHoist: Don't hoist convergent calls
new 5b8a0c5 GlobalISel: refuse to halve size of 1-byte & odd-sized LLTs.
new 6857d7c GlobalISel: implement narrowing for G_ADD.
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:
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 22 +++++
include/llvm/CodeGen/LowLevelType.h | 3 +-
include/llvm/Target/GenericOpcodes.td | 15 ++++
include/llvm/Target/TargetOpcodes.def | 11 ++-
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 17 ++++
lib/CodeGen/GlobalISel/MachineLegalizeHelper.cpp | 33 +++++++-
lib/Target/AArch64/AArch64MachineLegalizer.cpp | 9 ++-
lib/Transforms/Scalar/GVNHoist.cpp | 4 +
test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 28 +++++++
test/Transforms/GVN/hoist-convergent.ll | 93 ++++++++++++++++++++++
unittests/CodeGen/LowLevelTypeTest.cpp | 21 ++---
11 files changed, 242 insertions(+), 14 deletions(-)
create mode 100644 test/Transforms/GVN/hoist-convergent.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 gcc.
from b2a036e 2016-08-04 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.org>
new 88ab6a9 2016-08-04 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.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 | 5 +++++
gcc/testsuite/gcc.dg/pr70920-4.c | 2 +-
2 files changed, 6 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 412ac69 Update PO files.
new cb864fe Do not call __nan in scalb functions.
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 | 12 ++++++++++++
math/e_scalb.c | 6 +-----
math/e_scalbf.c | 6 +-----
math/e_scalbl.c | 6 +-----
4 files changed, 15 insertions(+), 15 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 5964d13 [coroutines] Part 4[ab]: Coroutine Devirtualization: Lower co [...]
new 6429bcf [ExecutionEngine] Refactor - Roll JITSymbolFlags functionalit [...]
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/ExecutionEngine/JITSymbol.h | 79 ++++++++++++++--
include/llvm/ExecutionEngine/JITSymbolFlags.h | 100 ---------------------
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 2 +-
.../llvm/ExecutionEngine/Orc/IndirectionUtils.h | 2 +-
.../llvm/ExecutionEngine/Orc/LazyEmittingLayer.h | 2 +-
.../llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h | 4 +-
.../ExecutionEngine/Orc/OrcRemoteTargetClient.h | 2 +-
lib/ExecutionEngine/CMakeLists.txt | 1 +
lib/ExecutionEngine/JITSymbol.cpp | 41 +++++++++
lib/ExecutionEngine/RuntimeDyld/RuntimeDyld.cpp | 2 +-
lib/ExecutionEngine/RuntimeDyld/RuntimeDyldImpl.h | 9 +-
11 files changed, 125 insertions(+), 119 deletions(-)
delete mode 100644 include/llvm/ExecutionEngine/JITSymbolFlags.h
create mode 100644 lib/ExecutionEngine/JITSymbol.cpp
--
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 8dbf49c /cp 2016-08-04 Paolo Carlini <paolo.carlini(a)oracle.com>
new b2a036e 2016-08-04 Prathamesh Kulkarni <prathamesh.kulkarni(a)linaro.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 | 13 +++++++++++++
.../gcc.dg/tree-ssa/{pr71078-3.c => pr71078-1-double.c} | 8 +++++---
gcc/testsuite/gcc.dg/tree-ssa/pr71078-1-long-double.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr71078-1.c | 16 ----------------
.../gcc.dg/tree-ssa/{pr71078-3.c => pr71078-2-double.c} | 8 +++++---
gcc/testsuite/gcc.dg/tree-ssa/pr71078-2-long-double.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr71078-2.c | 16 ----------------
gcc/testsuite/gcc.dg/tree-ssa/pr71078-3.c | 1 +
8 files changed, 52 insertions(+), 38 deletions(-)
copy gcc/testsuite/gcc.dg/tree-ssa/{pr71078-3.c => pr71078-1-double.c} (62%)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr71078-1-long-double.c
copy gcc/testsuite/gcc.dg/tree-ssa/{pr71078-3.c => pr71078-2-double.c} (62%)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr71078-2-long-double.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 0d2bdaf [InstCombine] use m_APInt to allow icmp eq (and X, C1), C2 fo [...]
new 5964d13 [coroutines] Part 4[ab]: Coroutine Devirtualization: Lower co [...]
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/IR/CallSite.h | 11 +++++
lib/IR/Verifier.cpp | 6 ++-
lib/Transforms/Coroutines/CoroEarly.cpp | 77 ++++++++++++++++++++++++++++++--
lib/Transforms/Coroutines/CoroInstr.h | 64 ++++++++++++++++++++++++++
lib/Transforms/Coroutines/CoroInternal.h | 20 ++++++++-
lib/Transforms/Coroutines/Coroutines.cpp | 64 ++++++++++++++++++++++++++
test/Transforms/Coroutines/coro-early.ll | 41 +++++++++++++++++
test/Verifier/invoke.ll | 2 +-
8 files changed, 278 insertions(+), 7 deletions(-)
create mode 100644 lib/Transforms/Coroutines/CoroInstr.h
create mode 100644 test/Transforms/Coroutines/coro-early.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 zorg.
from 61adec1 Added methods to dial with extra args.
new aceb16a Added LLVMBuildFactory.pathRelativeToBuild method.
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:
zorg/buildbot/process/factory.py | 10 ++++++++++
1 file changed, 10 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 77990e6 [OpenCL] Add missing tests for getOCLTypeName
new 0d2bdaf [InstCombine] use m_APInt to allow icmp eq (and X, C1), C2 fo [...]
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/Transforms/InstCombine/InstCombineCompares.cpp | 23 +++++++++-------------
test/Transforms/InstCombine/and.ll | 8 ++------
test/Transforms/InstCombine/icmp.ll | 6 +++---
3 files changed, 14 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 compiler-rt.
from c750de6 fix whitespaces from https://reviews.llvm.org/D23170
new 156db7c Avoid re-entrancy between __sanitizer::Report, OutputDebugStr [...]
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/asan/asan_win.cc | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.