This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from baf32fb ARM: Optimize IEEE-754 sqrt implementation
new ffbfb33 ARM: Fix IEEE-754 sqrt implementation
new 90e35b1 Rename <sys/_locale.h> to <xlocale.h>
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:
newlib/libc/include/ctype.h | 2 +-
newlib/libc/include/langinfo.h | 2 +-
newlib/libc/include/locale.h | 2 +-
newlib/libc/include/stdlib.h | 2 +-
newlib/libc/include/string.h | 2 +-
newlib/libc/include/strings.h | 2 +-
newlib/libc/include/time.h | 2 +-
newlib/libc/include/wchar.h | 2 +-
newlib/libc/include/wctype.h | 2 +-
newlib/libc/include/{sys/_locale.h => xlocale.h} | 6 +++---
newlib/libm/machine/arm/e_sqrt.c | 2 +-
newlib/libm/machine/arm/ef_sqrt.c | 2 +-
winsup/cygwin/include/monetary.h | 2 +-
winsup/doc/new-features.xml | 5 +++++
14 files changed, 20 insertions(+), 15 deletions(-)
rename newlib/libc/include/{sys/_locale.h => xlocale.h} (70%)
--
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 9a1877f Move setting of LangOpts based on target flags out of Compile [...]
new 9d042be Add LibreOffice Clang plugin to ExternalClangExamples.rst
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:
docs/ExternalClangExamples.rst | 8 ++++++++
1 file changed, 8 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 f448321 [ValueTracking] Make sure we keep range metadata information [...]
new 84c3daf Revert "[ScalarEvolution] Predicate implication from operations"
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/Analysis/ScalarEvolution.h | 17 --
lib/Analysis/ScalarEvolution.cpp | 163 ++----------
test/Analysis/ScalarEvolution/scev-division.ll | 334 -------------------------
3 files changed, 16 insertions(+), 498 deletions(-)
delete mode 100644 test/Analysis/ScalarEvolution/scev-division.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 5b64d78 [ValueTracking] use setLowBits/setHighBits/setBitsFrom to rep [...]
new f448321 [ValueTracking] Make sure we keep range metadata information [...]
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/Analysis/ValueTracking.cpp | 4 ++--
test/Transforms/InstCombine/bitreverse-known-bits.ll | 17 +++++++++++++++++
2 files changed, 19 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.
from bdf93f3 Suppress warning on unreachable [[clang::fallthrough]] within [...]
new 9a1877f Move setting of LangOpts based on target flags out of Compile [...]
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/Basic/TargetInfo.h | 5 +++--
lib/Basic/TargetInfo.cpp | 5 +++--
lib/Basic/Targets.cpp | 7 +++++++
lib/Frontend/CompilerInstance.cpp | 6 ------
4 files changed, 13 insertions(+), 10 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 9121f7e [X86] Remove an unused function from release builds. Reported [...]
new 5b64d78 [ValueTracking] use setLowBits/setHighBits/setBitsFrom to rep [...]
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/Analysis/ValueTracking.cpp | 29 +++++++++++++----------------
1 file changed, 13 insertions(+), 16 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 122028f Revert "[ARM] Recommit the glueless lowering of addc/adde in [...]
new 23d3b2f [SystemZ] Don't drop any operands in expandZExtPseudo()
new 9121f7e [X86] Remove an unused function from release builds. Reported [...]
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/SystemZ/SystemZInstrInfo.cpp | 31 ++++---
lib/Target/SystemZ/SystemZInstrInfo.h | 12 ++-
lib/Target/X86/X86VZeroUpper.cpp | 2 +
test/CodeGen/SystemZ/expand-zext-pseudo.ll | 132 +++++++++++++++++++++++++++++
4 files changed, 160 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/SystemZ/expand-zext-pseudo.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 zorg.
from 5c69572 [zorg] Move AArch64 LLD bot to category lld
new ada7ddc Split Windows bot checks into multiple steps.
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:
zorg/buildbot/builders/SanitizerBuilderWindows.py | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 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 767f8dd [ScalarEvolution] Predicate implication from operations
new 122028f Revert "[ARM] Recommit the glueless lowering of addc/adde in [...]
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/ARM/ARMBaseInstrInfo.cpp | 10 ---
lib/Target/ARM/ARMISelLowering.cpp | 96 ++++---------------------
lib/Target/ARM/ARMInstrThumb.td | 92 +++++-------------------
test/CodeGen/Thumb/long.ll | 140 +++---------------------------------
4 files changed, 39 insertions(+), 299 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 81e6d00 lit: remove python2-isms
new 767f8dd [ScalarEvolution] Predicate implication from operations
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/Analysis/ScalarEvolution.h | 17 ++
lib/Analysis/ScalarEvolution.cpp | 163 ++++++++++--
test/Analysis/ScalarEvolution/scev-division.ll | 334 +++++++++++++++++++++++++
3 files changed, 498 insertions(+), 16 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/scev-division.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.