This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c9192fa Debug info: Apply an empty debug location for global OpenMP d [...]
new 84b05ac [Clang][AVX512][BuiltIn] Adding support to intrinsics of VPER [...]
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/BuiltinsX86.def | 18 +++++
lib/Headers/avx512bwintrin.h | 29 +++++++
lib/Headers/avx512fintrin.h | 148 +++++++++++++++++++++++++++++++++++
lib/Headers/avx512vbmiintrin.h | 29 +++++++
lib/Headers/avx512vbmivlintrin.h | 56 +++++++++++++
lib/Headers/avx512vlbwintrin.h | 55 +++++++++++++
lib/Headers/avx512vlintrin.h | 151 ++++++++++++++++++++++++++++++++++++
test/CodeGen/avx512bw-builtins.c | 17 ++++
test/CodeGen/avx512f-builtins.c | 108 ++++++++++++++++++++++++++
test/CodeGen/avx512vbmi-builtins.c | 19 ++++-
test/CodeGen/avx512vbmivl-builtin.c | 35 +++++++++
test/CodeGen/avx512vl-builtins.c | 103 ++++++++++++++++++++++++
test/CodeGen/avx512vlbw-builtins.c | 35 +++++++++
13 files changed, 802 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.
unknown user pushed a change to branch master
in repository gcc.
from 780568d Daily bump.
new d40b10b 2016-04-25 Michael Collison <michael.collison(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 | 22 ++++
gcc/config/arm/arm-protos.h | 4 +-
gcc/config/arm/arm.c | 76 +++++++++++++
gcc/config/arm/neon.md | 123 ++++++++++++++++++++-
gcc/config/arm/predicates.md | 50 +--------
gcc/testsuite/ChangeLog | 11 ++
gcc/testsuite/gcc.target/arm/neon-vaddws16.c | 19 ++++
.../{aarch64/saddw-2.c => arm/neon-vaddws32.c} | 10 +-
.../{aarch64/uaddw-2.c => arm/neon-vaddwu16.c} | 11 +-
gcc/testsuite/gcc.target/arm/neon-vaddwu32.c | 18 +++
.../{aarch64/uaddw-3.c => arm/neon-vaddwu8.c} | 11 +-
gcc/testsuite/lib/target-supports.exp | 2 +
12 files changed, 292 insertions(+), 65 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/neon-vaddws16.c
copy gcc/testsuite/gcc.target/{aarch64/saddw-2.c => arm/neon-vaddws32.c} (50%)
copy gcc/testsuite/gcc.target/{aarch64/uaddw-2.c => arm/neon-vaddwu16.c} (50%)
create mode 100644 gcc/testsuite/gcc.target/arm/neon-vaddwu32.c
copy gcc/testsuite/gcc.target/{aarch64/uaddw-3.c => arm/neon-vaddwu8.c} (51%)
--
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 4bc7520 [X86] Replace a SmallVector used to pass 2 values to an Array [...]
new 50e602f [Support/ELFRelocs] Add R_386_GOT32X.
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/Support/ELFRelocs/i386.def | 3 ++-
1 file changed, 2 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.
unknown user pushed a change to branch master
in repository llvm.
from 5aea4d1 Minor code cleanups. NFC.
new 4bc7520 [X86] Replace a SmallVector used to pass 2 values to an Array [...]
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/X86ISelLowering.cpp | 4 +---
1 file changed, 1 insertion(+), 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 compiler-rt.
from 5d4cf0c [esan] EfficiencySanitizer libc interceptors
new ffd60c7 [esan] Fix uninitialized warning from interception context
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/esan/esan_interceptors.cpp | 2 ++
1 file changed, 2 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 85a7d56 [X86] Add a complete set of tests for all operand sizes of ct [...]
new 5aea4d1 Minor code cleanups. 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/Target/PowerPC/PPCScheduleA2.td | 4 ++--
lib/Target/PowerPC/PPCScheduleE500mc.td | 12 ++++++------
lib/Target/PowerPC/PPCScheduleE5500.td | 16 ++++++++--------
lib/Target/PowerPC/PPCScheduleG5.td | 14 +++++++-------
4 files changed, 23 insertions(+), 23 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 c5cc3f2 Verifier: Verify that each inlinable callsite of a debug-info [...]
new 85a7d56 [X86] Add a complete set of tests for all operand sizes of ct [...]
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/clz.ll | 129 +++++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 123 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 lldb.
from c29b978 Fix unwind failures when PC points beyond the end of a function
new f88c4ee Add a --element-count option to the expression command This o [...]
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:
.../lldb/DataFormatters/DumpValueObjectOptions.h | 4 ++
include/lldb/DataFormatters/ValueObjectPrinter.h | 4 ++
.../Interpreter/OptionGroupValueObjectDisplay.h | 1 +
.../data-formatter/parray}/Makefile | 0
.../data-formatter/parray/TestPrintArray.py | 70 ++++++++++++++++++++++
.../{data-formatter-globals => parray}/main.cpp | 26 ++++----
.../{ostypeformatting => poarray}/Makefile | 0
.../TestPrintObjectArray.py} | 25 +++++---
.../functionalities/data-formatter/poarray/main.mm | 30 ++++++++++
source/Commands/CommandObjectExpression.cpp | 23 +++++++
source/DataFormatters/DumpValueObjectOptions.cpp | 8 ++-
source/DataFormatters/ValueObjectPrinter.cpp | 50 ++++++++++++----
source/Interpreter/CommandInterpreter.cpp | 2 +
.../Interpreter/OptionGroupValueObjectDisplay.cpp | 12 +++-
14 files changed, 221 insertions(+), 34 deletions(-)
copy packages/Python/lldbsuite/test/{tools/lldb-server/platform-process-connect => [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/p [...]
copy packages/Python/lldbsuite/test/functionalities/data-formatter/{data-formatter [...]
copy packages/Python/lldbsuite/test/functionalities/data-formatter/{ostypeformatti [...]
copy packages/Python/lldbsuite/test/functionalities/data-formatter/{ostypeformatti [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/data-formatter/p [...]
--
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 a8ca143 [ELF] Reinstate 'else' which was previously removed.
new cc13094 Add a note to the test explaining why it doesn't match gold's [...]
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/ELF/undef-version-script.s | 3 +++
1 file changed, 3 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 gcc.
from 9dc72e9 * config/i386/i386.md (*lea<mode>_general_4): Use const_0_to [...]
new 780568d 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.