This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 76e2771 Only emit extension for zeroext/signext arguments if type is [...]
new 87796a3 add tests for PR28153
new dca409d AMDGPU: Move subtarget feature checks into passes
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/Target/AMDGPU/AMDGPU.td | 6 ---
lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 6 ++-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 1 -
lib/Target/AMDGPU/AMDGPUSubtarget.h | 5 --
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 44 +++++++++++-----
lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 3 ++
test/CodeGen/AMDGPU/captured-frame-index.ll | 2 +-
test/CodeGen/AMDGPU/cgp-addressing-modes.ll | 6 +--
test/CodeGen/AMDGPU/extload-private.ll | 6 +--
test/CodeGen/AMDGPU/parallelandifcollapse.ll | 3 +-
test/CodeGen/AMDGPU/structurize1.ll | 2 +-
test/Transforms/InstCombine/div.ll | 76 ++++++++++++++++++++++++++++
12 files changed, 122 insertions(+), 38 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 beb8cd9 Fixed crash of SLP Vectorizer on KNL
new bc84e94 Teach shouldAssumeDSOLocal about tls.
new 76e2771 Only emit extension for zeroext/signext arguments if type is [...]
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/CodeGen/Analysis.cpp | 39 +++++++++++++++++-----------------
lib/Target/NVPTX/NVPTXISelLowering.cpp | 4 ++--
lib/Target/TargetMachine.cpp | 18 +++++++---------
test/CodeGen/NVPTX/zeroext-32bit.ll | 26 +++++++++++++++++++++++
test/CodeGen/X86/tls.ll | 15 +++++++++++++
5 files changed, 70 insertions(+), 32 deletions(-)
create mode 100644 test/CodeGen/NVPTX/zeroext-32bit.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 7dd3b55 [yaml2obj] Missed updating a few test cases in r273915
new beb8cd9 Fixed crash of SLP Vectorizer on KNL
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/Vectorize/SLPVectorizer.cpp | 2 ++
test/Transforms/SLPVectorizer/X86/crash_knl.ll | 17 +++++++++++++++++
2 files changed, 19 insertions(+)
create mode 100644 test/Transforms/SLPVectorizer/X86/crash_knl.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 lld.
from 529c079 Define -v and -V as aliases to --version.
new 5a47cce [lld][MachO] Remove stray comment.
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/ReaderWriter/MachO/File.h | 2 --
1 file changed, 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 clang.
from 8313f1a [ExprConstant] Fix PR28314 - crash while evluating objectsize.
new e770b05 Add simple, stupid, pattern-based fuzzer / reducer for module [...]
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:
utils/modfuzz.py | 166 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 166 insertions(+)
create mode 100644 utils/modfuzz.py
--
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 d648ecb [tsan] Add HB edges for GCD barrier blocks
new c95a1ea Parse the triple in base-config-ix to propagate ANDROID varia [...]
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:
CMakeLists.txt | 12 ------------
cmake/base-config-ix.cmake | 13 +++++++++++++
2 files changed, 13 insertions(+), 12 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 bd288e1 DAGCombiner: Don't narrow volatile vector loads + extract
new 1d88d3b Verifier: Reject non-float !fpmath
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 | 4 ++--
lib/IR/Verifier.cpp | 2 ++
test/Verifier/fpmath.ll | 3 +++
3 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.