This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d4d2ab3 [SDAG] Fix visitAND optimization to deal with vector extract [...]
new dc9458d Revert "[ARM] Add Kryo to available targets"
new e4f931e [AMDGPU] Temporarily change constant address space from 4 to 2
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/Support/ARMTargetParser.def | 1 -
lib/Target/AMDGPU/AMDGPU.h | 2 +-
lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp | 10 +++++-----
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 2 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 4 +---
lib/Target/ARM/ARM.td | 10 +---------
lib/Target/ARM/ARMSubtarget.h | 1 -
test/CodeGen/ARM/build-attributes.ll | 1 -
8 files changed, 9 insertions(+), 22 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 3d88b14 NewGVN: Rename some functions for consistency
new f8e400c [InstSimplify] Remove unreachable default from SimplifyBinOp.
new d4d2ab3 [SDAG] Fix visitAND optimization to deal with vector extract [...]
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/Analysis/InstructionSimplify.cpp | 23 +----------------------
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 2 +-
test/CodeGen/ARM/pr32545.ll | 22 ++++++++++++++++++++++
3 files changed, 24 insertions(+), 23 deletions(-)
create mode 100644 test/CodeGen/ARM/pr32545.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 942d6e6 [ARM] Add Kryo to available targets
new a96ab41 NewGVN: This patch makes memory congruence work for all types [...]
new 8648b7d NewGVN: Fix a small formatting issue in performSymbolicLoadEv [...]
new 9347314 NewGVN: Fixup some small issues
new 3d88b14 NewGVN: Rename some functions for consistency
The 4 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/Transforms/Scalar/GVNExpression.h | 1 +
lib/Transforms/Scalar/NewGVN.cpp | 774 +++++++++++++++++--------
test/Transforms/NewGVN/pr31613.ll | 9 +-
test/Transforms/NewGVN/refine-stores.ll | 189 ++++++
4 files changed, 726 insertions(+), 247 deletions(-)
create mode 100644 test/Transforms/NewGVN/refine-stores.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 e7a5f18 Recommit awk tests with warnings removed. Initial commit r299 [...]
new abdcc5c Some of Eric's buildbots don't like this test. Disable it whi [...]
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/std/re/re.alg/re.alg.match/awk.pass.cpp | 2 ++
1 file changed, 2 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 0b2c0f6 PR target/80298 * gcc.target/i386/pr80298-1.c: New test. * [...]
new d718cfc PR target/79733 * config/i386/i386.c (ix86_expand_builtin) [...]
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 | 8 ++++
gcc/config/i386/i386.c | 73 ++++++++++++++++-----------------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.target/i386/pr79733.c | 23 +++++++++++
4 files changed, 71 insertions(+), 38 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr79733.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 clang.
from 4f684ad [AMDGPU] Translate reqd_work_group_size into amdgpu_flat_work [...]
new a852e77 [Basic] getColumnNumber returns location of CR+LF on Windows
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/Basic/SourceManager.cpp | 13 +++++++++++--
1 file changed, 11 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 master
in repository libcxx.
from 4cbff19 Revert "Restore Missing awk regex tests. Thanks to dexonsmith [...]
new e7a5f18 Recommit awk tests with warnings removed. Initial commit r299 [...]
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/std/re/re.alg/re.alg.match/awk.pass.cpp | 95 ++++++++++++++--------------
1 file changed, 47 insertions(+), 48 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 715b16c 2017-04-06 Sam Thursfield <sam.thursfield(a)codethink.co.uk>
new 0b2c0f6 PR target/80298 * gcc.target/i386/pr80298-1.c: New test. * [...]
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 | 6 ++++++
gcc/testsuite/gcc.target/i386/pr80298-1.c | 7 +++++++
gcc/testsuite/gcc.target/i386/pr80298-2.c | 7 +++++++
3 files changed, 20 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr80298-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr80298-2.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 compiler-rt.
from 35c61d8 Add __ffssi2 implementation to compiler-rt builtins
new ee06348 Revert r299672: Add a virtual destructor to a class with virt [...]
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/sanitizer_common/sanitizer_flag_parser.h | 1 -
1 file changed, 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 release_40
in repository llvm.
from c1a0cfc Merging r298705: -------------------------------------------- [...]
new 3b2360f Merging r296698: -------------------------------------------- [...]
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/Scalar/ConstantHoisting.cpp | 12 +++++-
test/Transforms/ConstantHoisting/X86/ehpad.ll | 62 +++++++++++++++++++++++++++
2 files changed, 72 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/ConstantHoisting/X86/ehpad.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.