This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 87fb2325ec3 [CodeView] Eliminate redundant hashes and allocations.
new 50acddba236 [globalisel][tablegen] Add support for (set $dst, 1) and te [...]
new 4868a15090d [ARM] Temporarily disable globals promotion to constant poo [...]
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/Target/ARM/ARMISelLowering.cpp | 2 +-
test/CodeGen/ARM/constantpool-promote-dbg.ll | 2 +-
test/CodeGen/ARM/constantpool-promote-ldrh.ll | 4 +-
test/CodeGen/ARM/constantpool-promote.ll | 24 +++---
.../X86/GlobalISel/select-leaf-constant.mir | 96 ++++++++++++++++++++++
test/TableGen/GlobalISelEmitter.td | 26 ++++++
utils/TableGen/GlobalISelEmitter.cpp | 83 +++++++++++++++----
7 files changed, 203 insertions(+), 34 deletions(-)
create mode 100644 test/CodeGen/X86/GlobalISel/select-leaf-constant.mir
--
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 12538988d hange RenderScriptx86ABIFixups.cpp to use llvm::AttributeList [...]
new 504a409e8 Fix bad change in RenderScriptx86ABIFixups.cpp, forgot to cha [...]
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 | 4 ++--
1 file changed, 2 insertions(+), 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 gcc-6-branch
in repository gcc.
from 2748c3748e1 Daily bump.
new 4b96f9243a9 Backport from mainline 2017-05-18 Sheldon Lobo <sheldon [...]
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 | 13 +++++++++++++
gcc/config/sparc/sol2.h | 2 +-
gcc/config/sparc/sparc.c | 13 ++++++++-----
gcc/config/sparc/sparc.h | 11 +++++++++--
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/sparc/niagara7-align.c | 4 ++++
6 files changed, 42 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/sparc/niagara7-align.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 cc7d8d02bb9 [InstSimplify] Add more tests for undef inputs and multiply [...]
new 666fbb42592 [DAG] Add AddressSpace parameter to canMergeStoresTo. NFC.
new 87fb2325ec3 [CodeView] Eliminate redundant hashes and allocations.
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/DebugInfo/CodeView/TypeTableBuilder.h | 3 ++-
include/llvm/Target/TargetLowering.h | 4 +++-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 17 ++++++++++-------
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 5 +++--
lib/Target/ARM/ARMISelLowering.h | 2 +-
5 files changed, 19 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 lldb.
from fb9f54251 We shouldn't put actual tests in directories that contain oth [...]
new 12538988d hange RenderScriptx86ABIFixups.cpp to use llvm::AttributeList [...]
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 | 3 ++-
1 file changed, 2 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 libcxx.
from 64182a587 [test] Add support for Objective-C++ tests
new a9197bd46 Implement LWG#2790: Remove istreambuf_iterator::operator->. I [...]
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/iterator | 1 -
.../istreambuf.iterator_op_astrk/arrow.pass.cpp | 28 ----------------------
www/cxx1z_status.html | 4 ++--
3 files changed, 2 insertions(+), 31 deletions(-)
delete mode 100644 test/std/iterators/stream.iterators/istreambuf.iterator/istream [...]
--
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 d7b775c00f [GSoC] Shell autocompletion for clang
new 67b9708e37 Remove trailing whitespace
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:
utils/bash-autocomplete.sh | 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 llvm.
from 476b551be3f [GSoC] Shell autocompletion for clang
new cc7d8d02bb9 [InstSimplify] Add more tests for undef inputs and multiply [...]
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/Transforms/InstSimplify/call.ll | 92 ++++++++++++++++++++++++++++++++++++
1 file changed, 92 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 gcc-7-branch
in repository gcc.
from ba980709197 Daily bump.
new c478b1fb4fb Backport from mainline 2017-05-18 Sheldon Lobo <sheldon [...]
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 | 13 +++++++++++++
gcc/config/sparc/sol2.h | 2 +-
gcc/config/sparc/sparc.c | 13 ++++++++-----
gcc/config/sparc/sparc.h | 11 +++++++++--
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/gcc.target/sparc/niagara7-align.c | 4 ++++
6 files changed, 42 insertions(+), 8 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/sparc/niagara7-align.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 2d1ebed0995 Speculative build fix for non-Windows
new 91b8ce247b1 [DAG] Add canMergeStoresTo predicate checks. NFCI.
new 3a234a3d30d Fix DIEHash refactoring that dropped the DW_AT_name from the hash
new 476b551be3f [GSoC] Shell autocompletion for clang
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/Option/OptTable.h | 8 ++++++++
lib/CodeGen/AsmPrinter/DIEHashAttributes.def | 1 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 10 ++++++----
lib/Option/OptTable.cpp | 14 ++++++++++++++
4 files changed, 29 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.