This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 3fd0cf1 [OpenMP] Enable ThreadSanitizer to check OpenMP programs
new 7675578 Added check for malloc return.
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:
runtime/src/kmp_i18n.c | 6 ++++++
1 file changed, 6 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 lld.
from ef5f0da Add comment and simplify code a bit. NFC.
new 3dae742 [ELF] - Implemented --symbol-ordering-file option.
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/Config.h | 2 ++
ELF/Driver.cpp | 16 +++++++++++++++
ELF/Options.td | 3 +++
ELF/OutputSections.cpp | 27 +++++++++++++++----------
ELF/OutputSections.h | 1 +
ELF/Relocations.cpp | 14 ++-----------
ELF/Symbols.cpp | 8 ++++++++
ELF/Symbols.h | 2 ++
ELF/Writer.cpp | 33 +++++++++++++++++++++++++++++++
test/ELF/symbol-ordering-file.s | 44 +++++++++++++++++++++++++++++++++++++++++
10 files changed, 128 insertions(+), 22 deletions(-)
create mode 100644 test/ELF/symbol-ordering-file.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 79013e5 [AVX-512] Allow legacy cvtpd2dq intrinsics to select EVEX enc [...]
new 32c8804 Lift out a helper lambda; NFC
new ea50f98 [SCEVExpander] Don't hoist divisions
new b2e86a3 [SCEVExpander] Hoist unsigned divisons when safe
The 3 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/ScalarEvolutionExpander.cpp | 76 +++++++++++---------
unittests/Analysis/ScalarEvolutionTest.cpp | 111 ++++++++++++++++++++++++++---
2 files changed, 144 insertions(+), 43 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 8943248 [AVX-512][X86] Convert avx_cvtt_ps2dq_256 and sse2_cvttps2dq [...]
new 79013e5 [AVX-512] Allow legacy cvtpd2dq intrinsics to select EVEX enc [...]
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/X86InstrSSE.td | 18 ++++++++++--------
lib/Target/X86/X86IntrinsicsInfo.h | 2 ++
test/CodeGen/X86/avx-intrinsics-x86.ll | 15 ++++++++++-----
test/CodeGen/X86/sse2-intrinsics-x86.ll | 15 ++++++++++-----
4 files changed, 32 insertions(+), 18 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 70894ee [X86] Convert int_x86_avx_cvtt_pd2dq_256 to fp_to_sint using [...]
new 8943248 [AVX-512][X86] Convert avx_cvtt_ps2dq_256 and sse2_cvttps2dq [...]
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/X86InstrSSE.td | 80 +++++++++++----------------------
lib/Target/X86/X86IntrinsicsInfo.h | 2 +
test/CodeGen/X86/avx-intrinsics-x86.ll | 26 +++++++----
test/CodeGen/X86/sse2-intrinsics-x86.ll | 13 ++++--
4 files changed, 55 insertions(+), 66 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 28251d4 simplify-rtx: Transform (xor (and (xor A B) C) B) with C const
new a070611 2016-11-10 Kugan Vivekanandarajah <kuganv(a)linaro.org>
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 | 15 ++++++++++
gcc/ipa-cp.c | 37 ++++--------------------
gcc/ipa-prop.c | 89 ++++++++--------------------------------------------------
3 files changed, 33 insertions(+), 108 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 2513e75 [SCEV] Eta reduce some lambdas; NFC
new 66d2306 [X86] Remove some patterns still referencing int_x86_sse2_cvt [...]
new 7cf26e1 [X86] Move some custom patterns into the currently empty patt [...]
new 70894ee [X86] Convert int_x86_avx_cvtt_pd2dq_256 to fp_to_sint using [...]
The 3 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/X86InstrSSE.td | 108 ++++++++++++++-------------------
lib/Target/X86/X86IntrinsicsInfo.h | 1 +
test/CodeGen/X86/avx-intrinsics-x86.ll | 2 +-
3 files changed, 48 insertions(+), 63 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 40cc2d9 [LangRef] Drop "experimental" caveat from operand bundles
new 2513e75 [SCEV] Eta reduce some lambdas; NFC
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/ScalarEvolution.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 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 5ffdf01 [AVX-512] Add test cases to show missed opportunities for usi [...]
new 40cc2d9 [LangRef] Drop "experimental" caveat from operand bundles
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/LangRef.rst | 3 ---
1 file changed, 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.