This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f97051c [OpenCL] Add missing atom_xor for 64 bit to opencl-c.h
new af04f93 CodeGen: be more conservative about setting section
new dd58875 Use linker flag --fix-cortex-a53-843419 on Android ARM64 comp [...]
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/CGObjCMac.cpp | 73 ++++++++++++++++++++++--------------
lib/Driver/Tools.cpp | 8 ++++
test/CodeGenObjC/section-name.m | 45 ++++++++++++++++++++++
test/Driver/android-aarch64-link.cpp | 17 +++++++++
4 files changed, 114 insertions(+), 29 deletions(-)
create mode 100644 test/CodeGenObjC/section-name.m
create mode 100644 test/Driver/android-aarch64-link.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 clang.
from 5692230 [index] Fixes for locations and relations in Objective C cate [...]
new f97051c [OpenCL] Add missing atom_xor for 64 bit to opencl-c.h
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/Headers/opencl-c.h | 7 +++++++
1 file changed, 7 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 dd7553f 2016-10-25 Paul Thomas <pault(a)gcc.gnu.org>
new 58feab9 2016-10-25 Will Schmidt <will_schmidt(a)vnet.ibm.com>
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:
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
--
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 b03ba30 [DAGCombiner] Enable srem(x.y) -> urem(x,y) combine for vectors
new 908c768 [X86][SSE] Regenerated known-bits test with srem->urem fix
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/X86/known-bits.ll | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 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 b4f0b6e [X86][SSE] Added vector urem combine tests
new 4864d89 [X86][SSE] Added vector srem combine tests
new 72b26e6 [docs] Add more Error documentation to the Programmer's Manual.
new b03ba30 [DAGCombiner] Enable srem(x.y) -> urem(x,y) combine for vectors
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:
docs/ProgrammersManual.rst | 404 +++++++++++++++++++++++++++----
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 +-
test/CodeGen/X86/combine-srem.ll | 87 +++++++
3 files changed, 445 insertions(+), 52 deletions(-)
create mode 100644 test/CodeGen/X86/combine-srem.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 77bc8ef Reapply r284265: "[Sema] Refactor context checking for availa [...]
new 5692230 [index] Fixes for locations and relations in Objective C cate [...]
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/Index/IndexSymbol.h | 4 +++-
lib/Index/IndexDecl.cpp | 46 +++++++++++++++++++++++++++++++--------
lib/Index/IndexSymbol.cpp | 4 ++++
test/Index/Core/index-source.m | 24 ++++++++++++++++++++
test/Index/Core/index-subkinds.m | 10 ++++++---
5 files changed, 75 insertions(+), 13 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 baad275 [DAGCombiner] Enable sdiv(x.y) -> udiv(x,y) combine for vectors
new b4f0b6e [X86][SSE] Added vector urem combine 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/CodeGen/X86/combine-urem.ll | 208 +++++++++++++++++++++++++++++++++++++++
1 file changed, 208 insertions(+)
create mode 100644 test/CodeGen/X86/combine-urem.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 llvm.
from 413fdf3 [InstCombine] Resubmit the combine of A->B->A BitCast and fix [...]
new baad275 [DAGCombiner] Enable sdiv(x.y) -> udiv(x,y) combine for vectors
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 6 ++--
test/CodeGen/X86/combine-sdiv.ll | 48 ++++++++------------------------
2 files changed, 14 insertions(+), 40 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 09845fd [X86][SSE] Added vector sdiv combine tests
new 413fdf3 [InstCombine] Resubmit the combine of A->B->A BitCast and fix [...]
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/InstCombineCasts.cpp | 127 +++++++++++++++++++++++
lib/Transforms/InstCombine/InstCombineInternal.h | 1 +
test/Transforms/InstCombine/pr25342.ll | 93 +++++++++++++++++
test/Transforms/InstCombine/pr27703.ll | 20 ++++
test/Transforms/InstCombine/pr27996.ll | 41 ++++++++
5 files changed, 282 insertions(+)
create mode 100644 test/Transforms/InstCombine/pr25342.ll
create mode 100644 test/Transforms/InstCombine/pr27703.ll
create mode 100644 test/Transforms/InstCombine/pr27996.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 libcxx.
from da2c55e Update revision number in CHANGELOG.TXT
new e577a4c Fix nullptr 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:
include/__nullptr | 4 ----
.../support.types/nullptr_t.pass.cpp | 25 +++++++++++++++-------
2 files changed, 17 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.