This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from ab91a552 [pp-trace] Update skipped source ranges in tests
new af32f846 [clang-tidy] SuspiciousEnumUsageCheck bugfix
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:
clang-tidy/misc/SuspiciousEnumUsageCheck.cpp | 6 ++++--
test/clang-tidy/misc-suspicious-enum-usage.cpp | 8 +++++++-
2 files changed, 11 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 ef40e6b6d Align addresses, not offsets.
new 2a96ee730 [ELF] Rename variables and add comments to getISThunkSec [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/Relocations.cpp | 29 ++++++++++++++++-------------
ELF/Relocations.h | 6 +++---
2 files changed, 19 insertions(+), 16 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 73b43bd55e6 * tree-ssa-threadbackward.c (fsm_find_thread_path): Make G [...]
new dacc5d00bb3 2017-09-12 Bob Duff <duff(a)adacore.com>
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/ada/ChangeLog | 8 ++++++++
gcc/ada/sem_ch6.adb | 15 +++++++++++++++
gcc/ada/sem_util.adb | 1 -
3 files changed, 23 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 clang.
from 2d3f7520fc [X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics [...]
new 622d54d5a5 Fix recording preamble's conditional stack in skipped PP branches.
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/Lex/PPDirectives.cpp | 11 ++---------
test/Index/preamble-conditionals-inverted-with-error.cpp | 8 ++++++++
test/Index/preamble-conditionals-inverted.cpp | 8 ++++++++
3 files changed, 18 insertions(+), 9 deletions(-)
create mode 100644 test/Index/preamble-conditionals-inverted-with-error.cpp
create mode 100644 test/Index/preamble-conditionals-inverted.cpp
--
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 1ece28eb771 [LAA] Allow more run-time alias checks by coercing pointer [...]
new 5c7706bd7ce [X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics [...]
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/IR/IntrinsicsX86.td | 30 --
lib/IR/AutoUpgrade.cpp | 24 +-
lib/Target/X86/X86IntrinsicsInfo.h | 10 -
test/CodeGen/X86/avg-mask.ll | 449 ++++++++++++++++++++++
test/CodeGen/X86/avg.ll | 385 +++++++++++++++++--
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 20 +-
test/CodeGen/X86/avx2-intrinsics-x86-upgrade.ll | 20 +
test/CodeGen/X86/avx2-intrinsics-x86.ll | 60 +--
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 51 +++
test/CodeGen/X86/avx512bw-intrinsics.ll | 50 ---
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 64 +++
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 64 ---
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 16 +-
test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll | 19 +
test/CodeGen/X86/sse2-intrinsics-x86.ll | 42 --
test/CodeGen/X86/sse2-schedule.ll | 38 +-
test/CodeGen/X86/stack-folding-int-avx1.ll | 20 +-
test/CodeGen/X86/stack-folding-int-avx2.ll | 20 +-
test/CodeGen/X86/stack-folding-int-avx512.ll | 64 ++-
test/CodeGen/X86/stack-folding-int-avx512vl.ll | 40 +-
test/CodeGen/X86/stack-folding-int-sse42.ll | 20 +-
21 files changed, 1170 insertions(+), 336 deletions(-)
create mode 100644 test/CodeGen/X86/avg-mask.ll
--
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 2f8aabcbb03 [X86] Add an extra instruction to TruncAssertSext.ll to pre [...]
new a10a573459b [ARM] Use ADDCARRY / SUBCARRY
new 2c17db50681 [ARM] Fix typo when creating ISD::SUB nodes
new 1ece28eb771 [LAA] Allow more run-time alias checks by coercing pointer [...]
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/LoopAccessAnalysis.cpp | 123 +++++++++++---
lib/Target/ARM/ARMISelLowering.cpp | 185 ++++++++++++++++++---
lib/Target/ARM/ARMISelLowering.h | 3 +-
.../memcheck-wrapping-pointers.ll | 107 ++++++++++++
test/CodeGen/ARM/intrinsics-overflow.ll | 88 ++++++++--
test/CodeGen/ARM/pr34045.ll | 53 ++++++
6 files changed, 497 insertions(+), 62 deletions(-)
create mode 100644 test/Analysis/LoopAccessAnalysis/memcheck-wrapping-pointers.ll
create mode 100644 test/CodeGen/ARM/pr34045.ll
--
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 1ec89b70e8 [Driver] Fuchsia targets default to -fasynchronous-unwind-tables
new 2d3f7520fc [X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics [...]
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 | 6 ----
lib/Headers/avx2intrin.h | 12 +++++--
lib/Headers/avx512bwintrin.h | 46 ++++++++++++-------------
lib/Headers/emmintrin.h | 12 +++++--
test/CodeGen/avx2-builtins.c | 16 +++++++--
test/CodeGen/avx512bw-builtins.c | 54 +++++++++++++++++++++++++----
test/CodeGen/avx512vlbw-builtins.c | 68 ++++++++++++++++++++++++++++++++-----
test/CodeGen/builtins-x86.c | 4 ---
test/CodeGen/sse2-builtins.c | 16 +++++++--
9 files changed, 178 insertions(+), 56 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 4f6ca6cc210 * gcc-interface/Makefile.in (SPARC/Solaris): Remove obsole [...]
new 73b43bd55e6 * tree-ssa-threadbackward.c (fsm_find_thread_path): Make G [...]
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 | 28 +++++
gcc/tree-ssa-threadbackward.c | 280 +++++++++++++++++++++---------------------
gcc/tree-ssa-threadupdate.c | 2 +-
3 files changed, 166 insertions(+), 144 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.