This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository openmp.
from 153bf3f Remove redundant %libomp-compile step from test/lock/omp_lock.c
new ad95898 Fix the Windows build after r273599
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/cmake/LibompDefinitions.cmake | 2 ++
runtime/src/CMakeLists.txt | 2 +-
runtime/src/thirdparty/ittnotify/ittnotify_static.c | 5 +++++
3 files changed, 8 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.
Peter Smith pushed a change to branch linaro-local/InterworkVeneers
in repository toolchain/llvm/lld.
discards 27151da First implementation of new Thunk interface for MIPS and ARM.
new 1adffcf First implementation of new Thunk interface for MIPS and ARM.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (27151da)
\
N -- N -- N refs/heads/linaro-local/InterworkVeneers (1adffcf)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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/InputSection.cpp | 2 +-
test/ELF/arm-thumb-interwork-thunk.s | 97 ++++++++++++++++++++++++++++++------
2 files changed, 84 insertions(+), 15 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 0c5a6a8 Use isPositionIndependent(). NFC.
new d96514b [InstCombine] use m_APInt for div --> ashr fold The APInt mat [...]
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/InstCombine/InstCombineMulDivRem.cpp | 14 ++++++--------
test/Transforms/InstCombine/exact.ll | 9 +++++++++
2 files changed, 15 insertions(+), 8 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 be0da39 Revert -r273892 "Support arbitrary addrspace pointers in mask [...]
new 0c5a6a8 Use isPositionIndependent(). 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/Mips/MipsAsmPrinter.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 glibc.
from b87c1ec MIPS, SPARC: more fixes to the vfork aliases in libpthread.so
new 26b0bf9 Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug [...]
new 623629d Avoid "inexact" exceptions in i386/x86_64 floor functions (bu [...]
new 30dcf95 Avoid "inexact" exceptions in i386/x86_64 trunc functions (bu [...]
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:
ChangeLog | 35 ++++
math/libm-test.inc | 429 +++++++++++++++++++++---------------------
sysdeps/i386/fpu/s_ceil.S | 12 +-
sysdeps/i386/fpu/s_ceilf.S | 12 +-
sysdeps/i386/fpu/s_ceill.S | 17 +-
sysdeps/i386/fpu/s_floor.S | 12 +-
sysdeps/i386/fpu/s_floorf.S | 12 +-
sysdeps/i386/fpu/s_floorl.S | 17 +-
sysdeps/i386/fpu/s_trunc.S | 12 +-
sysdeps/i386/fpu/s_truncf.S | 12 +-
sysdeps/i386/fpu/s_truncl.S | 15 +-
sysdeps/x86_64/fpu/s_ceill.S | 15 +-
sysdeps/x86_64/fpu/s_floorl.S | 15 +-
sysdeps/x86_64/fpu/s_truncl.S | 13 +-
14 files changed, 343 insertions(+), 285 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 78b1ab7 [PM] Port PartialInlining to the new PM
new be0da39 Revert -r273892 "Support arbitrary addrspace pointers in mask [...]
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 | 20 +-
include/llvm/IR/IRBuilder.h | 4 +-
include/llvm/IR/Intrinsics.td | 5 +-
lib/IR/AutoUpgrade.cpp | 34 ----
lib/IR/IRBuilder.cpp | 25 +--
.../CostModel/X86/masked-intrinsic-cost.ll | 56 +++---
test/Assembler/auto_upgrade_intrinsics.ll | 18 --
test/CodeGen/X86/avx512-bugfix-26264.ll | 8 +-
test/CodeGen/X86/masked_memop.ll | 215 ++++++++++-----------
test/Transforms/InstCombine/masked_intrinsics.ll | 12 +-
test/Transforms/InstCombine/x86-masked-memops.ll | 32 +--
.../LoopVectorize/X86/masked_load_store.ll | 115 ++---------
12 files changed, 206 insertions(+), 338 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 9227558 Support arbitrary addrspace pointers in masked load/store intrinsics
new 78b1ab7 [PM] Port PartialInlining to the new PM
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/InitializePasses.h | 2 +-
include/llvm/Transforms/IPO/PartialInlining.h | 32 +++++++++++++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/IPO.cpp | 2 +-
lib/Transforms/IPO/PartialInlining.cpp | 49 +++++++++++++++------------
test/Transforms/Inline/PR4909.ll | 1 +
7 files changed, 65 insertions(+), 23 deletions(-)
create mode 100644 include/llvm/Transforms/IPO/PartialInlining.h
--
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 cb4b1c1 [tsan] Treat non-barrier OSAtomic* functions as barriers to a [...]
new d648ecb [tsan] Add HB edges for GCD barrier blocks
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/tsan/rtl/tsan_libdispatch_mac.cc | 83 +++++++++-------------
.../{gcd-sync-race.mm => gcd-barrier-race.mm} | 24 ++++---
test/tsan/Darwin/gcd-barrier.mm | 49 +++++++++++++
3 files changed, 98 insertions(+), 58 deletions(-)
copy test/tsan/Darwin/{gcd-sync-race.mm => gcd-barrier-race.mm} (59%)
create mode 100644 test/tsan/Darwin/gcd-barrier.mm
--
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 binutils-gdb.
from 921d8f5 Print void types correctly in Rust
new 6763d56 Fix changelog
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:
gdb/ChangeLog | 4 ++--
1 file changed, 2 insertions(+), 2 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 binutils-gdb.
from 45a54ee Make the kernel dwarf stack unwinder work for ARC targets.
new 921d8f5 Print void types correctly in Rust
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:
gdb/ChangeLog | 6 ++++++
gdb/rust-lang.c | 22 ++++++++++++++++++----
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.rust/simple.exp | 1 +
gdb/testsuite/gdb.rust/simple.rs | 7 +++++++
5 files changed, 37 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.