This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 29ec93c [X86][SSE] Speed up constant pool shuffle mask decoding with [...]
new 4f7ea50 [DAG] recognize div/rem by 0 as undef before trying constant folding
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 | 22 +--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 6 +
test/CodeGen/X86/div-rem-simplify.ll | 78 +++++++++++
test/CodeGen/X86/pr30693.ll | 213 ------------------------------
4 files changed, 95 insertions(+), 224 deletions(-)
delete mode 100644 test/CodeGen/X86/pr30693.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 9782b2b 2017-03-09 Vladimir Makarov <vmakarov(a)redhat.com>
new 21b807e Add check_effective_target_rdynamic and use it in g++.dg/lto/ [...]
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 | 5 +++++
gcc/doc/sourcebuild.texi | 3 +++
gcc/testsuite/ChangeLog | 7 +++++++
gcc/testsuite/g++.dg/lto/pr69589_0.C | 2 +-
gcc/testsuite/lib/target-supports.exp | 8 ++++++++
5 files changed, 24 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 compiler-rt.
from ae68970 [compiler-rt][builtins] Add __isOSVersionAtLeast()
new 7eba3f4 [sanitizer] Fix android buildbots after r297370
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_linux.cc | 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 ae442b6 2017-03-09 Richard Biener <rguenther(a)suse.de>
new 9782b2b 2017-03-09 Vladimir Makarov <vmakarov(a)redhat.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:
gcc/ChangeLog | 6 ++++++
gcc/lra-constraints.c | 13 +++++++++----
2 files changed, 15 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 compiler-rt.
from 47bb7f4 [sanitizer] Bail out with warning if user dlopens shared libr [...]
new ae68970 [compiler-rt][builtins] Add __isOSVersionAtLeast()
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/builtins/CMakeLists.txt | 1 +
lib/builtins/os_version_check.c | 115 +++++++++++++++++++++
test/CMakeLists.txt | 6 +-
test/builtins/CMakeLists.txt | 15 +++
.../TestCases/Darwin/lit.local.cfg | 0
.../TestCases/Darwin/os_version_check_test.c | 19 ++++
test/builtins/lit.cfg | 20 ++++
test/{safestack => builtins}/lit.site.cfg.in | 2 +-
test/lit.common.cfg | 1 +
9 files changed, 176 insertions(+), 3 deletions(-)
create mode 100644 lib/builtins/os_version_check.c
create mode 100644 test/builtins/CMakeLists.txt
copy test/{asan => builtins}/TestCases/Darwin/lit.local.cfg (100%)
create mode 100644 test/builtins/TestCases/Darwin/os_version_check_test.c
create mode 100644 test/builtins/lit.cfg
copy test/{safestack => builtins}/lit.site.cfg.in (76%)
--
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 102b6b2 Fixed typos in comments. NFCI.
new 11f7fe9 [mips] Revert fixes for PR32020.
new 29ec93c [X86][SSE] Speed up constant pool shuffle mask decoding with [...]
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/Mips/CMakeLists.txt | 1 -
lib/Target/Mips/Mips.h | 1 -
lib/Target/Mips/Mips64InstrInfo.td | 3 -
lib/Target/Mips/MipsExpandPseudo.cpp | 341 ------------------------
lib/Target/Mips/MipsISelLowering.cpp | 191 ++++++++++---
lib/Target/Mips/MipsInstrInfo.td | 20 +-
lib/Target/Mips/MipsTargetMachine.cpp | 5 -
lib/Target/X86/X86ShuffleDecodeConstantPool.cpp | 34 ++-
test/CodeGen/Mips/atomicCmpSwapPW.ll | 14 +-
test/CodeGen/Mips/no-store-in-atomic-rmw.ll | 156 -----------
10 files changed, 192 insertions(+), 574 deletions(-)
delete mode 100644 lib/Target/Mips/MipsExpandPseudo.cpp
delete mode 100644 test/CodeGen/Mips/no-store-in-atomic-rmw.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 844a69f fix build on Cygwin
new 102b6b2 Fixed typos in comments. NFCI.
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/Support/APInt.cpp | 12 ++++++------
1 file changed, 6 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 llvm.
from 205d8d3 [SelectionDAG] Make SelectCode return void
new 844a69f fix build on Cygwin
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/Support/Unix/Path.inc | 3 +++
1 file changed, 3 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 4fea871 [PM/Inliner] Make the new PM's inliner process call edges acr [...]
new a992848 [ARM] remove FIXMEs and add vcmp MC test
new 205d8d3 [SelectionDAG] Make SelectCode return void
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/ARMInstrVFP.td | 5 -----
test/MC/ARM/simple-fp-encoding.s | 12 ++++++++++++
utils/TableGen/DAGISelMatcherEmitter.cpp | 3 +--
3 files changed, 13 insertions(+), 7 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 6741c74 2017-03-09 Paolo Carlini <paolo.carlini(a)oracle.com>
new 51c0b90 2017-03-09 Richard Biener <rguenther(a)suse.de>
new ae442b6 2017-03-09 Richard Biener <rguenther(a)suse.de>
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 | 12 ++++++++++++
gcc/gimple-expr.c | 2 +-
gcc/ipa-prop.c | 3 ++-
gcc/testsuite/ChangeLog | 10 ++++++++++
gcc/testsuite/gcc.dg/fixed-point/pr79971.c | 14 ++++++++++++++
gcc/testsuite/gcc.dg/torture/pr79970.c | 23 +++++++++++++++++++++++
6 files changed, 62 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/fixed-point/pr79971.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr79970.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.