This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bf0554faf15 [GISel]: Add helpers for easy building G_FCONSTANT along wi [...]
new 2006e6286bd [AMDGPU] Supported ds_read_b128 generation; Widened vector [...]
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/AMDGPU/AMDGPUInstructions.td | 8 ++++++++
lib/Target/AMDGPU/AMDGPUSubtarget.h | 6 ++++++
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 8 ++++----
lib/Target/AMDGPU/DSInstructions.td | 1 +
lib/Target/AMDGPU/SIISelLowering.cpp | 16 ++++++++++------
lib/Target/AMDGPU/SIInstrInfo.td | 4 ++++
test/CodeGen/AMDGPU/load-local-f32.ll | 19 +++++++++++++++++++
test/CodeGen/AMDGPU/load-local-f64.ll | 18 ++++++++++++++++++
test/CodeGen/AMDGPU/load-local-i16.ll | 18 ++++++++++++++++++
test/CodeGen/AMDGPU/load-local-i32.ll | 19 +++++++++++++++++++
test/CodeGen/AMDGPU/load-local-i64.ll | 14 ++++++++++++++
test/CodeGen/AMDGPU/load-local-i8.ll | 17 +++++++++++++++++
.../LoadStoreVectorizer/AMDGPU/merge-stores.ll | 3 +--
.../LoadStoreVectorizer/AMDGPU/multiple_tails.ll | 3 +--
14 files changed, 140 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 4adc4526ec1 [JumpThreading] Don't restrict cast-traversal to i1
new bf0554faf15 [GISel]: Add helpers for easy building G_FCONSTANT along wi [...]
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/CodeGen/GlobalISel/MIPatternMatch.h | 13 ++++++++
include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h | 6 ++++
include/llvm/CodeGen/GlobalISel/Utils.h | 3 ++
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 8 +++++
lib/CodeGen/GlobalISel/Utils.cpp | 14 +++++++++
unittests/CodeGen/GlobalISel/PatternMatchTest.cpp | 36 ++++++++++++++++++++++
6 files changed, 80 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 45df32e08 [WebAssembly] Refactor order of creation for SyntheticFunction
new f02bb45a7 [WebAssembly] Handle weak undefined functions with a synthetic stub
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:
.../{local-symbols.ll => undefined-weak-call.ll} | 82 +++++++++++-----------
wasm/Driver.cpp | 42 +++++++++++
wasm/InputFiles.cpp | 10 +--
wasm/MarkLive.cpp | 21 +++++-
wasm/Symbols.cpp | 4 +-
wasm/Symbols.h | 2 +-
6 files changed, 107 insertions(+), 54 deletions(-)
copy test/wasm/{local-symbols.ll => undefined-weak-call.ll} (62%)
--
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 21de18a5cc6 [AMDGPU] fix test to be independent of FP undef
new aecc972c199 Move generic test to the Generic directory
new 4adc4526ec1 [JumpThreading] Don't restrict cast-traversal to i1
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:
lib/Transforms/Scalar/JumpThreading.cpp | 4 +---
.../DebugInfo/{X86 => Generic}/linear-dbg-value.ll | 2 +-
test/Transforms/JumpThreading/basic.ll | 28 ++++++++++++++++++++++
3 files changed, 30 insertions(+), 4 deletions(-)
rename test/DebugInfo/{X86 => Generic}/linear-dbg-value.ll (98%)
--
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 78e6ebaf1 [CMake] Properly conditionalize installation of lld libraries
new 45df32e08 [WebAssembly] Refactor order of creation for SyntheticFunction
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:
wasm/Driver.cpp | 5 ++++-
wasm/InputChunks.h | 18 +++++++++++++-----
wasm/SymbolTable.cpp | 9 ++++++---
wasm/SymbolTable.h | 7 ++++---
wasm/Symbols.h | 5 -----
wasm/Writer.cpp | 37 ++++++++++++++++++-------------------
6 files changed, 45 insertions(+), 36 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 815d73b1d6e [InstSimplify] fix FP infinite hex constant values in tests; NFC
new 44818a31b75 [WebAssembly] Disallow weak undefined globals in the object format
new 21de18a5cc6 [AMDGPU] fix test to be independent of FP undef
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:
lib/MC/WasmObjectWriter.cpp | 3 +++
lib/Object/WasmObjectFile.cpp | 5 +++++
test/CodeGen/AMDGPU/skip-if-dead.ll | 4 ++--
test/ObjectYAML/wasm/invalid_global_weak.yaml | 24 ++++++++++++++++++++++++
test/tools/llvm-nm/wasm/weak-symbols.yaml | 17 +++--------------
5 files changed, 37 insertions(+), 16 deletions(-)
create mode 100644 test/ObjectYAML/wasm/invalid_global_weak.yaml
--
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 1f433c490 [asan] Try to unbreak arm build bots by only running the test [...]
new 0d7956335 [sanitizer] Align & pad the allocator structures to the cache [...]
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/sanitizer_common/sanitizer_allocator_primary32.h | 8 +++-----
lib/sanitizer_common/sanitizer_allocator_primary64.h | 13 +++++++------
lib/sanitizer_common/sanitizer_common.h | 6 ++++--
3 files changed, 14 insertions(+), 13 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 c8a7beb4856 Tidyup comment that was destroyed by clang-format. NFCI.
new 599fd01a39c Revert "[PowerPC] Move test to correct location."
new 6b6fa08ba70 Revert "[PowerPC] LSR tunings for PowerPC"
new 815d73b1d6e [InstSimplify] fix FP infinite hex constant values in tests; NFC
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/PowerPC/PPCTargetTransformInfo.cpp | 13 ------
lib/Target/PowerPC/PPCTargetTransformInfo.h | 3 --
test/CodeGen/PowerPC/lsr-insns-3.ll | 57 ---------------------------
test/Transforms/InstSimplify/fp-undef.ll | 16 ++++----
4 files changed, 8 insertions(+), 81 deletions(-)
delete mode 100644 test/CodeGen/PowerPC/lsr-insns-3.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 binutils-gdb.
from f657f8c4a1 Fix Sparc, s390 and AArch64 targets so that they can handle [...]
new 80c34c3812 x86: Encode EVEX instructions with VEX128 if possible
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:
gas/ChangeLog | 7 +++++++
gas/config/tc-i386.c | 3 ++-
gas/testsuite/gas/i386/optimize-1.d | 24 ++++++++++++------------
gas/testsuite/gas/i386/x86-64-optimize-2.d | 24 ++++++++++++------------
4 files changed, 33 insertions(+), 25 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 4eb5d65231d [arm] PR target/83193: Do not print arch/cpu hints twice on [...]
new c312b100643 2018-03-09 Vladimir Makarov <vmakarov(a)redhat.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/ChangeLog | 20 +++
gcc/lra-assigns.c | 226 +++++++++++++++++++++++----------
gcc/lra-constraints.c | 80 +++++++++---
gcc/lra-int.h | 5 +-
gcc/lra.c | 67 ++++++----
gcc/testsuite/ChangeLog | 5 +
gcc/testsuite/gcc.target/arm/pr83712.c | 25 ++++
7 files changed, 314 insertions(+), 114 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arm/pr83712.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.