This is an automated email from the git hooks/post-receive script.
Peter Smith pushed a change to branch linaro-local/ARMportforupstream
in repository toolchain/llvm/lld.
discards d705ec6 ARM should define _GLOBAL_OFFSET_TABLE_ to base of .got
new a259505 ARM should define _GLOBAL_OFFSET_TABLE_ to base of .got
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (d705ec6)
\
N -- N -- N refs/heads/linaro-local/ARMportforupstream (a259505)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
ELF/Writer.cpp | 3 +--
test/ELF/arm-got-relative.s | 54 +++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/arm-got-relative.s
--
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 90a2421 Don't generate unnecessary signed ConstantRange during multip [...]
new c4a6700 [ProfData] Remove global constructor from ProfileSummaryBuilder.
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/ProfileData/ProfileCommon.h | 6 +++---
lib/ProfileData/ProfileSummaryBuilder.cpp | 12 +++++++-----
2 files changed, 10 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 glibc.
from debf761 Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160).
new f6ef065 Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160).
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 | 17 +++++++++++++++++
sysdeps/powerpc/powerpc64/fpu/s_ceil.S | 8 +++++++-
sysdeps/powerpc/powerpc64/fpu/s_ceilf.S | 8 +++++++-
sysdeps/powerpc/powerpc64/fpu/s_floor.S | 8 +++++++-
sysdeps/powerpc/powerpc64/fpu/s_floorf.S | 8 +++++++-
sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S | 8 +++++++-
sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S | 8 +++++++-
sysdeps/powerpc/powerpc64/fpu/s_rint.S | 8 +++++++-
sysdeps/powerpc/powerpc64/fpu/s_rintf.S | 8 +++++++-
sysdeps/powerpc/powerpc64/fpu/s_round.S | 8 +++++++-
sysdeps/powerpc/powerpc64/fpu/s_roundf.S | 8 +++++++-
sysdeps/powerpc/powerpc64/fpu/s_trunc.S | 8 +++++++-
sysdeps/powerpc/powerpc64/fpu/s_truncf.S | 8 +++++++-
13 files changed, 101 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 glibc.
from f64f68f Replace M_El with lit_e in libm-test.inc
new debf761 Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160).
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 | 19 +++++++++++++++++++
sysdeps/powerpc/powerpc32/fpu/s_ceil.S | 8 +++++++-
sysdeps/powerpc/powerpc32/fpu/s_ceilf.S | 8 +++++++-
sysdeps/powerpc/powerpc32/fpu/s_floor.S | 8 +++++++-
sysdeps/powerpc/powerpc32/fpu/s_floorf.S | 8 +++++++-
sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S | 8 +++++++-
sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S | 8 +++++++-
sysdeps/powerpc/powerpc32/fpu/s_rint.S | 8 +++++++-
sysdeps/powerpc/powerpc32/fpu/s_rintf.S | 8 +++++++-
sysdeps/powerpc/powerpc32/fpu/s_round.S | 8 +++++++-
sysdeps/powerpc/powerpc32/fpu/s_roundf.S | 8 +++++++-
sysdeps/powerpc/powerpc32/fpu/s_trunc.S | 8 +++++++-
sysdeps/powerpc/powerpc32/fpu/s_truncf.S | 8 +++++++-
13 files changed, 103 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 llvm.
from 5b36336 Move test to X86 directory: I think it depends on X86 TTI.
new 90a2421 Don't generate unnecessary signed ConstantRange during multip [...]
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/IR/ConstantRange.cpp | 7 +++++++
1 file changed, 7 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 glibc.
from 24e9ae1 Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157).
new 135d1c7 Refactor M_ macros defined in libm-test.inc
new 84ba459 Replace M_PI2l with lit_pi_2_d in libm-test.inc
new 9289b55 Replace M_PIl with lit_pi in libm-test.inc
new 9513192 Replace M_PI_4l with lit_pi_4_d in libm-test.inc
new f64f68f Replace M_El with lit_e in libm-test.inc
The 5 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 | 37 ++++
math/libm-test.inc | 547 +++++++++++++++++++++++++++-------------------------
math/test-double.h | 1 +
math/test-float.h | 2 +
math/test-ldouble.h | 1 +
5 files changed, 324 insertions(+), 264 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 d8b9eee [sparc] Simplify a slow and verbose way of checking if a stri [...]
new 4964a7b Use StringRef::startswith instead of find(...) == 0.
new 5b36336 Move test to X86 directory: I think it depends on X86 TTI.
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/ARMAsmPrinter.cpp | 2 +-
lib/Transforms/Instrumentation/AddressSanitizer.cpp | 6 +++---
test/Transforms/LoopVectorize/{ => X86}/imprecise-through-phis.ll | 0
3 files changed, 4 insertions(+), 4 deletions(-)
rename test/Transforms/LoopVectorize/{ => X86}/imprecise-through-phis.ll (100%)
--
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 e1ebc76 Vectorizer: track non-fast FP instructions through phis when [...]
new d8b9eee [sparc] Simplify a slow and verbose way of checking if a stri [...]
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/Sparc/LeonPasses.cpp | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.