This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from c530a20 Add an artificial line-0 debug location when the compiler emi [...]
new 348a232 Introduce a *draft* of a code of conduct for the LLVM communi [...]
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/CodeOfConduct.rst | 111 +++++++++++++++++++++++++++++++++++++
docs/ReportingGuide.rst | 143 ++++++++++++++++++++++++++++++++++++++++++++++++
docs/index.rst | 2 +
3 files changed, 256 insertions(+)
create mode 100644 docs/CodeOfConduct.rst
create mode 100644 docs/ReportingGuide.rst
--
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 56a9798 [CUDA] Give templated device functions internal linkage, temp [...]
new 9276143 Fix typo-correction crash if a typo occurs within the operand [...]
new f042a1d Fix ASTMatchersNodeTest to work on Windows.
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/Sema/SemaExprCXX.cpp | 9 ++++++++-
test/Parser/cxx1z-init-statement.cpp | 8 +++++---
test/SemaCXX/return.cpp | 2 +-
test/SemaCXX/typo-correction-crash.cpp | 2 ++
unittests/ASTMatchers/ASTMatchersNodeTest.cpp | 12 +++++-------
5 files changed, 21 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 lnt.
from e184feb don't use pip session arg
new 337bcd1 Newer pips require session, don't remove
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:
setup.py | 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 compiler-rt.
from 25f7b99 [compiler-rt] Fix TLS resource leaking in unittest
new 24e2814 [compiler-rt] Re-active unittest previously broken 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/sanitizer_common/tests/sanitizer_allocator_test.cc | 4 ----
1 file changed, 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 add5967 [compiler-rt] Fix broken (flaky) unittests based on FlagParser.
new 25f7b99 [compiler-rt] Fix TLS resource leaking in unittest
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/tests/sanitizer_posix_test.cc | 1 +
1 file changed, 1 insertion(+)
--
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 9765ffa hppa: fix loading of global pointer in _start [BZ #20277]
new 35da254 powerpc: Add a POWER8-optimized version of expf()
new aa95fc1 powerpc: Add a POWER8-optimized version of sinf()
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:
ChangeLog | 21 +
sysdeps/powerpc/fpu/libm-test-ulps | 2 +
sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile | 4 +-
.../multiarch/e_expf-power8.S} | 11 +-
.../powerpc/powerpc64/fpu/multiarch/e_expf-ppc64.c | 10 +-
.../strcspn.c => fpu/multiarch/e_expf.c} | 22 +-
.../multiarch/s_sinf-power8.S} | 14 +-
.../powerpc/powerpc64/fpu/multiarch/s_sinf-ppc64.c | 12 +-
.../powerpc64/fpu/multiarch/s_sinf.c} | 19 +-
sysdeps/powerpc/powerpc64/power8/fpu/e_expf.S | 303 ++++++++++++
sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S | 519 +++++++++++++++++++++
11 files changed, 894 insertions(+), 43 deletions(-)
copy sysdeps/powerpc/powerpc64/{multiarch/strspn-power8.S => fpu/multiarch/e_expf- [...]
copy misc/tst-preadvwritev64.c => sysdeps/powerpc/powerpc64/fpu/multiarch/e_expf-p [...]
copy sysdeps/powerpc/powerpc64/{multiarch/strcspn.c => fpu/multiarch/e_expf.c} (66%)
copy sysdeps/powerpc/powerpc64/{multiarch/strcspn-ppc64.c => fpu/multiarch/s_sinf- [...]
copy misc/tst-preadvwritev64.c => sysdeps/powerpc/powerpc64/fpu/multiarch/s_sinf-p [...]
copy sysdeps/{sparc/sparc32/fpu/e_sqrtl.c => powerpc/powerpc64/fpu/multiarch/s_sin [...]
create mode 100644 sysdeps/powerpc/powerpc64/power8/fpu/e_expf.S
create mode 100644 sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 945b3b8 Make gdb python path relative to ${local_snapshots}.
new 3f72609 Add a build designator to the manifest file name. Bug #2391
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/package.sh | 7 ++++++-
1 file changed, 6 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.
Ryan Arnold pushed a change to branch master
in repository toolchain/abe.
from 6180f3a gcc6: use newlib linaro-local/linaro-2.4-branch. gcc5: keep u [...]
new 945b3b8 Make gdb python path relative to ${local_snapshots}.
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/package.sh | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 693c332 Refine the set of UniformAfterVectorization instructions.
new c530a20 Add an artificial line-0 debug location when the compiler emi [...]
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/StackProtector.cpp | 2 ++
test/CodeGen/X86/stack-protector.ll | 24 ++++++++++++++++++++++++
2 files changed, 26 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 66b1dac CodeGen: Add the other BuildMI overload for MachineInstr&
new 693c332 Refine the set of UniformAfterVectorization instructions.
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/Vectorize/LoopVectorize.cpp | 97 +++++++++++++++++-------
test/Transforms/LoopVectorize/X86/uniform-phi.ll | 50 ++++++++++++
2 files changed, 121 insertions(+), 26 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/X86/uniform-phi.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.