This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8e11a03a95f AMDGPU: Match store d16_hi instructions
new 6a28475ea4f AMDGPU: Cleanup load/store PatFrags
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 | 217 +++++++++++++----------------
lib/Target/AMDGPU/BUFInstructions.td | 24 ++--
lib/Target/AMDGPU/CaymanInstructions.td | 2 +-
lib/Target/AMDGPU/DSInstructions.td | 38 ++---
lib/Target/AMDGPU/EvergreenInstructions.td | 10 +-
lib/Target/AMDGPU/FLATInstructions.td | 113 ++++++---------
lib/Target/AMDGPU/SIInstrInfo.td | 111 +++++++++------
7 files changed, 244 insertions(+), 271 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 198959c487f Tighten the invariants around LoopBase::invalidate
new 8e11a03a95f AMDGPU: Match store d16_hi instructions
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 | 63 +++-
lib/Target/AMDGPU/BUFInstructions.td | 10 +
lib/Target/AMDGPU/DSInstructions.td | 5 +
lib/Target/AMDGPU/FLATInstructions.td | 17 +
test/CodeGen/AMDGPU/fneg.f16.ll | 9 +-
test/CodeGen/AMDGPU/store-global.ll | 4 +-
test/CodeGen/AMDGPU/store-hi16.ll | 594 ++++++++++++++++++++++++++++++++
7 files changed, 678 insertions(+), 24 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/store-hi16.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 test-suite.
from 29310547 Allow custom names for lhs/rhs
new 1849eb07 litsupport: Mark file-local functions as such
new 377b64f2 litsupport: Do lit.Test.toMetricValue() in a central place
new 3af4342e litsupport: Extend documentation
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:
litsupport/README.md | 49 +++++++++++++++++++++++++++++++++++++-
litsupport/codesize.py | 6 ++---
litsupport/compiletime.py | 5 ++--
litsupport/hash.py | 4 +---
litsupport/perf.py | 8 +++----
litsupport/profilegen.py | 10 ++++----
litsupport/remote.py | 10 ++++----
litsupport/run_under.py | 4 ++--
litsupport/stats.py | 3 +--
litsupport/testplan.py | 60 ++++++++++++++++++++++++++++-------------------
litsupport/timeit.py | 11 ++++-----
11 files changed, 110 insertions(+), 60 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 097fb8c4225 Reverting due to Green Dragon bot failure.
new 198959c487f Tighten the invariants around LoopBase::invalidate
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/Analysis/LoopInfo.h | 81 +++++++++++++++++-----
include/llvm/Analysis/LoopInfoImpl.h | 12 ++++
include/llvm/Transforms/Scalar/LoopPassManager.h | 3 +-
include/llvm/Transforms/Utils/UnrollLoop.h | 30 ++++++--
lib/Analysis/LoopInfo.cpp | 5 +-
lib/Analysis/LoopPass.cpp | 4 +-
lib/Transforms/Scalar/LoopUnrollPass.cpp | 13 ++--
lib/Transforms/Utils/LoopUnroll.cpp | 38 +++++-----
.../LoopUnroll/unroll-loop-invalidation.ll | 4 +-
9 files changed, 132 insertions(+), 58 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 189c377c3 Signal polling is supported with pselect
new e7cd494b9 Rollback r313704 because of the Windows build break
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/lldb/Host/MainLoop.h | 7 +------
source/Host/common/MainLoop.cpp | 4 ++++
2 files changed, 5 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 gcc-7-branch
in repository gcc.
from ea944b4356f Daily bump.
new ad2840d5e45 2017-09-19 Jerry DeLisle <jvdelisle(a)gcc.gnu.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:
libgfortran/ChangeLog | 12 +++++++
libgfortran/io/list_read.c | 5 ---
libgfortran/io/transfer.c | 8 ++---
libgfortran/io/unit.c | 84 +++-------------------------------------------
libgfortran/io/write.c | 5 ---
5 files changed, 19 insertions(+), 95 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 f4845c877ad Clang-format few files to make later diffs leaner; NFC
new 097fb8c4225 Reverting due to Green Dragon bot failure.
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/BinaryFormat/Wasm.h | 2 --
include/llvm/ObjectYAML/WasmYAML.h | 3 +--
lib/MC/WasmObjectWriter.cpp | 19 +++----------------
lib/Object/WasmObjectFile.cpp | 9 ---------
lib/ObjectYAML/WasmYAML.cpp | 1 -
test/MC/WebAssembly/array-fill.ll | 14 +++-----------
test/MC/WebAssembly/bss.ll | 20 --------------------
test/MC/WebAssembly/explicit-sections.ll | 13 -------------
test/MC/WebAssembly/unnamed-data.ll | 9 ---------
test/MC/WebAssembly/weak-alias.ll | 5 -----
test/tools/llvm-readobj/sections.test | 6 ------
tools/llvm-readobj/WasmDumper.cpp | 12 ------------
tools/obj2yaml/wasm2yaml.cpp | 12 +-----------
tools/yaml2obj/yaml2wasm.cpp | 11 -----------
14 files changed, 8 insertions(+), 128 deletions(-)
delete mode 100644 test/MC/WebAssembly/bss.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 7098cc87ae0 GVNSink: Make ModelledPHIs constructor linear (and avoid ed [...]
new f4845c877ad Clang-format few files to make later diffs leaner; 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:
include/llvm/Analysis/LoopInfo.h | 122 +++++++++++------------
include/llvm/Analysis/LoopInfoImpl.h | 186 ++++++++++++++++++-----------------
lib/Analysis/LoopInfo.cpp | 69 +++++++------
3 files changed, 186 insertions(+), 191 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 477588184 Re-land r313210 - Fix for bug 34532 - A few rough corners rel [...]
new 189c377c3 Signal polling is supported with pselect
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/lldb/Host/MainLoop.h | 7 ++++++-
source/Host/common/MainLoop.cpp | 4 ----
2 files changed, 6 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.