This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from abc3a38 [ELF] - Fix linux BB after r286061.
new 60c85f8 [ELF] - Change argument of computeHash to MutableArrayRef. 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:
ELF/SyntheticSections.cpp | 4 ++--
ELF/SyntheticSections.h | 2 +-
2 files changed, 3 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 lld.
from 114de13 [ELF] - Implemented threaded --build-id computation
new abc3a38 [ELF] - Fix linux BB after r286061.
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/SyntheticSections.cpp | 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 gcc.
from 6a1bfa3 Daily bump.
new 49c2f44 2016-11-06 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 | 4 ++++
gcc/ipa-cp.c | 6 ------
2 files changed, 4 insertions(+), 6 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 c7524ad [APFloat] Make functions that produce APFloaat objects use co [...]
new 4a6fc8b Kill deprecated attribute API
new bd04d5b [X86] Add a few more fptoui test cases to the vec_fp_to_int.l [...]
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:
docs/ReleaseNotes.rst | 6 ++
include/llvm-c/Core.h | 81 ---------------------
include/llvm/IR/Attributes.h | 13 ----
lib/Bitcode/Reader/BitcodeReader.cpp | 96 ++++++++++++++++++++++++-
lib/IR/AttributeImpl.h | 6 --
lib/IR/Attributes.cpp | 134 ----------------------------------
lib/IR/Core.cpp | 66 -----------------
test/CodeGen/X86/vec_fp_to_int.ll | 135 +++++++++++++++++++++++++++++++++++
8 files changed, 235 insertions(+), 302 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 lld.
from 6488750 Fix build breakage.
new 114de13 [ELF] - Implemented threaded --build-id computation
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/SyntheticSections.cpp | 67 +++++++++++++++++++++++++++++++++++++----------
ELF/SyntheticSections.h | 6 +++++
test/ELF/build-id.s | 15 +++++++++++
3 files changed, 74 insertions(+), 14 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 e7c8559 [AVX-512] Add missing EVEX version of pattern for (v2f64 (ext [...]
new c7524ad [APFloat] Make functions that produce APFloaat objects use co [...]
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/ADT/APFloat.h | 45 +++++++++++++++-------------------
lib/Support/APFloat.cpp | 56 ++++++++++++++++++++++++++++---------------
unittests/ADT/APFloatTest.cpp | 28 ++++++++++++++++++++++
3 files changed, 84 insertions(+), 45 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 04b2a60 [AVX-512] Add -show-mc-encoding to legacy vector intrinsic te [...]
new c67db1e [AVX-512] Lower SSE/AVX cvtdq2ps intrinsics directly to ISD:: [...]
new 197ca31 [AVX-512] Lower AVX cvtpd2ps intrinsic to ISD::FP_ROUND so it [...]
new ac00b70 [AVX-512] Add avx512vl command line to the fpext test and add [...]
new e7c8559 [AVX-512] Add missing EVEX version of pattern for (v2f64 (ext [...]
The 4 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 | 7 +-
lib/Target/X86/X86InstrAVX512.td | 2 +
lib/Target/X86/X86InstrSSE.td | 32 +----
lib/Target/X86/X86IntrinsicsInfo.h | 10 +-
test/CodeGen/X86/avx-intrinsics-x86.ll | 28 ++--
test/CodeGen/X86/sse2-intrinsics-x86.ll | 13 +-
test/CodeGen/X86/vec_fpext.ll | 226 +++++++++++++++++++++-----------
7 files changed, 194 insertions(+), 124 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 8509ed8 [Hexagon] Relocate pattern-related bits to proper places
new 04b2a60 [AVX-512] Add -show-mc-encoding to legacy vector intrinsic te [...]
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:
test/CodeGen/X86/avx-intrinsics-x86.ll | 3551 ++++++++++++------------------
test/CodeGen/X86/avx2-intrinsics-x86.ll | 1173 +++++-----
test/CodeGen/X86/sse-intrinsics-x86.ll | 708 +++---
test/CodeGen/X86/sse2-intrinsics-x86.ll | 1522 ++++++++-----
test/CodeGen/X86/sse3-intrinsics-x86.ll | 78 +-
test/CodeGen/X86/sse41-intrinsics-x86.ll | 417 ++--
test/CodeGen/X86/sse42-intrinsics-x86.ll | 444 ++--
test/CodeGen/X86/ssse3-intrinsics-x86.ll | 185 +-
8 files changed, 4018 insertions(+), 4060 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 f197bb8 gcc/ChangeLog: * doc/invoke.texi (Warning Options): Correct [...]
new 6a1bfa3 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 52b2401 Add test missed in r241877.
new daf550b Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.