This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c4bc9581 NewGVN: Apply the fast math flags fix in r267113 to NewGVN as well.
new 37082b9 Revert accidental commit titled "testing"
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/NewGVN.cpp | 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 8697d18 PredicateInfo: Handle critical edges
new c4bc9581 NewGVN: Apply the fast math flags fix in r267113 to NewGVN as well.
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/NewGVN.cpp | 49 +++++++++++++++++++++-------------------
test/Transforms/NewGVN/flags.ll | 1 -
2 files changed, 26 insertions(+), 24 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 95bf9f6 NewGVN: Fix missed call that should be to shouldSwapOperands
new 8697d18 PredicateInfo: Handle critical edges
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/Transforms/Utils/PredicateInfo.h | 8 +-
lib/Transforms/Utils/PredicateInfo.cpp | 170 ++++++++++-------
test/Transforms/Util/PredicateInfo/condprop.ll | 50 ++---
test/Transforms/Util/PredicateInfo/diamond.ll | 68 +++++++
test/Transforms/Util/PredicateInfo/edge.ll | 241 ++++++++++++++++++++++++
test/Transforms/Util/PredicateInfo/testandor.ll | 34 ++--
6 files changed, 464 insertions(+), 107 deletions(-)
create mode 100644 test/Transforms/Util/PredicateInfo/diamond.ll
create mode 100644 test/Transforms/Util/PredicateInfo/edge.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 7096a2f [X86] Fix typo in function name. NFCI.
new 4aec1c9 testing
new 95bf9f6 NewGVN: Fix missed call that should be to shouldSwapOperands
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/Transforms/Scalar/NewGVN.cpp | 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 libcxx.
from effe3dc test: mark requirement for pthread test
new bd18417 test: use char32_t rather than wchar_t
new bacb35f math: follow up to SVN r294902
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/math.h | 52 +++++++++++-----------
.../locale.stdcvt/codecvt_utf16_in.pass.cpp | 40 ++++++++---------
.../locale.stdcvt/codecvt_utf8_in.pass.cpp | 18 ++++----
3 files changed, 55 insertions(+), 55 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 6ca0187 2017-02-12 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 0ba1601 * system-freebsd-x86.ads: Rename into... * system-freebsd.a [...]
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/ada/ChangeLog | 9 ++++++
gcc/ada/gcc-interface/Makefile.in | 32 ++++++++++++++++++++--
.../{system-freebsd-x86.ads => system-freebsd.ads} | 7 +++--
3 files changed, 43 insertions(+), 5 deletions(-)
rename gcc/ada/{system-freebsd-x86.ads => system-freebsd.ads} (96%)
--
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 fd586c5 PR c++/78908 - template ops and bitfields
new c350c47 * gcc-interface/Makefile.in: Support aarch64-freebsd.
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/ada/ChangeLog | 4 ++++
gcc/ada/gcc-interface/Makefile.in | 28 ++++++++++++++++++++++++++++
2 files changed, 32 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 9972547 llvm-readobj: process FreeBSD core notes
new 7096a2f [X86] Fix typo in function name. 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/Target/X86/X86ISelLowering.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 master
in repository clang-tools-extra.
from 8cbddd9 [clang-tidy] Fix for bug 31838: readability-delete-null-point [...]
new 7dd96d9 [clang-tidy] Fix for bug 31838: readability-delete-null-point [...]
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:
clang-tidy/readability/DeleteNullPointerCheck.cpp | 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 glibc.
from 40b7fbf GLIBC uses strchr (s, '\0') as an idiom to find the end of a [...]
new b987917 ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]
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 | 7 +++++++
sysdeps/ieee754/ldbl-128/e_j0l.c | 7 +------
sysdeps/ieee754/ldbl-128/e_j1l.c | 7 +------
3 files changed, 9 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.