This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7cc3dcfb801 [JumpThreading] Preservation of DT and LVI across the pass
new 74ccbceac16 AMDGPU: Partially fix disassembly of MIMG 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/AMDGPUInstrInfo.cpp | 65 ----------------------
lib/Target/AMDGPU/AMDGPUInstrInfo.h | 5 +-
.../AMDGPU/Disassembler/AMDGPUDisassembler.cpp | 42 +++++++++++++-
.../AMDGPU/Disassembler/AMDGPUDisassembler.h | 12 +++-
lib/Target/AMDGPU/MIMGInstructions.td | 9 +--
lib/Target/AMDGPU/SIISelLowering.cpp | 3 +-
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 64 +++++++++++++++++++++
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 6 ++
test/MC/Disassembler/AMDGPU/mimg_vi.txt | 39 +++++++++++++
9 files changed, 167 insertions(+), 78 deletions(-)
create mode 100644 test/MC/Disassembler/AMDGPU/mimg_vi.txt
--
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 95387d6350 [Hexagon] Intrinsic support for V62 and V65
new e8ca256e5e [OPENMP] Add codegen for `nowait` clause in target directives.
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/DiagnosticSemaKinds.td | 4 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 53 ++++++++++++++++++++--
test/OpenMP/target_codegen.cpp | 4 +-
test/OpenMP/target_parallel_codegen.cpp | 4 +-
test/OpenMP/target_parallel_for_codegen.cpp | 4 +-
test/OpenMP/target_parallel_for_simd_codegen.cpp | 4 +-
test/OpenMP/target_simd_codegen.cpp | 4 +-
test/OpenMP/target_teams_codegen.cpp | 4 +-
test/OpenMP/target_teams_distribute_codegen.cpp | 4 +-
.../target_teams_distribute_simd_codegen.cpp | 4 +-
10 files changed, 68 insertions(+), 21 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 2bf4af887ec [GVNHoist] Fix: PR35222 gvn-hoist incorrectly erases load
new 7cc3dcfb801 [JumpThreading] Preservation of DT and LVI across the pass
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/DeferredDominance.h | 190 +++++++++++++++
include/llvm/Transforms/Scalar/JumpThreading.h | 6 +-
include/llvm/Transforms/Utils/BasicBlockUtils.h | 3 +-
include/llvm/Transforms/Utils/Local.h | 21 +-
lib/IR/Dominators.cpp | 54 +++++
.../Scalar/CorrelatedValuePropagation.cpp | 2 +
lib/Transforms/Scalar/JumpThreading.cpp | 175 +++++++++++---
lib/Transforms/Utils/BasicBlockUtils.cpp | 18 +-
lib/Transforms/Utils/Local.cpp | 205 ++++++++++++----
.../LazyValueAnalysis/lvi-after-jumpthreading.ll | 3 +
test/Transforms/JumpThreading/ddt-crash.ll | 265 +++++++++++++++++++++
test/Transforms/JumpThreading/lvi-tristate.ll | 50 ++++
12 files changed, 893 insertions(+), 99 deletions(-)
create mode 100644 include/llvm/IR/DeferredDominance.h
create mode 100644 test/Transforms/JumpThreading/ddt-crash.ll
create mode 100644 test/Transforms/JumpThreading/lvi-tristate.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 compiler-rt.
from ad977cc95 [sanitizer] Introduce a vDSO aware timing function
new e48d698dc [scudo] Adding a public Scudo interface
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/CMakeLists.txt | 1 +
include/sanitizer/scudo_interface.h | 34 ++++++++++++++++
lib/scudo/scudo_allocator.cpp | 18 +++++++++
.../scudo_interface_internal.h} | 17 ++++----
lib/scudo/scudo_platform.h | 6 +++
test/scudo/interface.cpp | 45 ++++++++++++++++++++--
6 files changed, 110 insertions(+), 11 deletions(-)
create mode 100644 include/sanitizer/scudo_interface.h
copy lib/{fuzzer/FuzzerMain.cpp => scudo/scudo_interface_internal.h} (52%)
--
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 2a4528cec Move Repl check to a symbol method.
new c8fe994a1 Add missing reference to lldCommon in MinGW/CMakeLists.txt
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:
MinGW/CMakeLists.txt | 1 +
wasm/CMakeLists.txt | 1 -
2 files changed, 1 insertion(+), 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 gcc.
from bf4af501c4e [SFN] don't eliminate regs in markers
new 184dcc4e29a /cp 2017-12-13 Paolo Carlini <paolo.carlini(a)oracle.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/cp/ChangeLog | 6 ++++++
gcc/cp/typeck.c | 3 +--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/other/const5.C | 8 ++++++++
4 files changed, 20 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/other/const5.C
--
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 e3e5f4e1c6 [OPENMP] Initial codegen for `target teams distribute simd` [...]
new 95387d6350 [Hexagon] Intrinsic support for V62 and V65
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/BuiltinsHexagon.def | 222 +-
lib/CodeGen/CGBuiltin.cpp | 57 +
lib/CodeGen/CodeGenFunction.h | 1 +
test/CodeGen/builtins-hexagon.c | 4142 +++++++++++++++++--------------
4 files changed, 2547 insertions(+), 1875 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 267645038a8 Ignore metainstructions during the shrink wrap analysis
new 2bf4af887ec [GVNHoist] Fix: PR35222 gvn-hoist incorrectly erases load
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/Scalar/GVNHoist.cpp | 4 ++--
test/Transforms/GVNHoist/pr35222-hoist-load.ll | 25 +++++++++++++++++++++++++
2 files changed, 27 insertions(+), 2 deletions(-)
create mode 100644 test/Transforms/GVNHoist/pr35222-hoist-load.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 3d430af98c [OPENMP] Support `reduction` clause on target-based directives.
new e3e5f4e1c6 [OPENMP] Initial codegen for `target teams distribute simd` [...]
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/AST/StmtOpenMP.h | 4 +-
lib/Basic/OpenMPKinds.cpp | 2 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 4 ++
lib/CodeGen/CGStmtOpenMP.cpp | 56 +++++++++++++++++-----
lib/CodeGen/CodeGenFunction.h | 4 ++
lib/Sema/SemaOpenMP.cpp | 19 ++++++--
...pp => target_teams_distribute_simd_codegen.cpp} | 28 ++++++-----
...teams_distribute_simd_codegen_registration.cpp} | 25 +++++-----
...istribute_simd_codegen_registration_naming.cpp} | 9 ++--
...get_teams_distribute_simd_collapse_codegen.cpp} | 6 +--
...eams_distribute_simd_dist_schedule_codegen.cpp} | 18 +++----
...teams_distribute_simd_firstprivate_codegen.cpp} | 6 +--
..._teams_distribute_simd_lastprivate_codegen.cpp} | 7 +--
...rget_teams_distribute_simd_private_codegen.cpp} | 6 +--
...et_teams_distribute_simd_reduction_codegen.cpp} | 6 +--
15 files changed, 133 insertions(+), 67 deletions(-)
copy test/OpenMP/{target_teams_distribute_codegen.cpp => target_teams_distribute_s [...]
copy test/OpenMP/{target_teams_distribute_codegen_registration.cpp => target_teams [...]
copy test/OpenMP/{target_parallel_for_codegen_registration_naming.cpp => target_te [...]
copy test/OpenMP/{target_teams_distribute_collapse_codegen.cpp => target_teams_dis [...]
copy test/OpenMP/{target_teams_distribute_dist_schedule_codegen.cpp => target_team [...]
copy test/OpenMP/{target_teams_distribute_firstprivate_codegen.cpp => target_teams [...]
copy test/OpenMP/{target_teams_distribute_lastprivate_codegen.cpp => target_teams_ [...]
copy test/OpenMP/{target_teams_distribute_private_codegen.cpp => target_teams_dist [...]
copy test/OpenMP/{target_teams_distribute_reduction_codegen.cpp => target_teams_di [...]
--
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 99c03705315 [dsymutil][test] Fix failing test when no lipo binary available
new 267645038a8 Ignore metainstructions during the shrink wrap analysis
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/CodeGen/ShrinkWrap.cpp | 4 +
test/CodeGen/MIR/X86/shrink_wrap_dbg_value.mir | 182 +++++++++++++++++++++++++
2 files changed, 186 insertions(+)
create mode 100644 test/CodeGen/MIR/X86/shrink_wrap_dbg_value.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.