This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dfacb43 [InstCombine] add tests for missing vector icmp folds
new d7f4d11 Don't use %llc_dwarf with -mtriple, they don't combine
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:
test/DebugInfo/X86/debug-loc-frame.ll | 2 +-
1 file 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 clang.
from 836da9f [ADT] Change PostOrderIterator to use NodeRef. NFC.
new 2be279f [CUDA] Raise an error if a wrong-side call is codegen'ed.
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/Sema/Sema.h | 12 +++
lib/Sema/SemaCUDA.cpp | 30 ++++++
lib/Sema/SemaDeclCXX.cpp | 2 +
lib/Sema/SemaExpr.cpp | 147 ++++++++++++++++-------------
lib/Sema/SemaOverload.cpp | 13 ---
test/CodeGenCUDA/host-device-calls-host.cu | 32 -------
test/SemaCUDA/Inputs/cuda.h | 5 +
test/SemaCUDA/call-device-fn-from-host.cu | 80 ++++++++++++++++
test/SemaCUDA/call-host-fn-from-device.cu | 84 +++++++++++++++++
9 files changed, 293 insertions(+), 112 deletions(-)
delete mode 100644 test/CodeGenCUDA/host-device-calls-host.cu
create mode 100644 test/SemaCUDA/call-device-fn-from-host.cu
create mode 100644 test/SemaCUDA/call-host-fn-from-device.cu
--
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 d6a48b1 Linker: Avoid some ridiculous indentation by using a temporary. NFC
new dfacb43 [InstCombine] add tests for missing vector icmp folds
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:
test/Transforms/InstCombine/icmp.ll | 72 +++++++++++++++++++++++++++++++++++++
1 file changed, 72 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 llvm.
from f514d2f [sancov] extracting AArch64 test to a separate file.
new 5912e9a Adding the triple for test comitted with r278703.
new d6a48b1 Linker: Avoid some ridiculous indentation by using a temporary. NFC
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/Linker/IRMover.cpp | 23 +++++++++++------------
test/DebugInfo/X86/debug-loc-frame.ll | 3 ++-
2 files changed, 13 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 eeadbe0 [ADT] Fix DepthFirstIterator's std::iterator base to have nor [...]
new f514d2f [sancov] extracting AArch64 test to a separate file.
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:
test/tools/sancov/AArch64/print_coverage_pcs.test | 4 ++++
test/tools/sancov/print_coverage_pcs.test | 5 +----
2 files changed, 5 insertions(+), 4 deletions(-)
create mode 100644 test/tools/sancov/AArch64/print_coverage_pcs.test
--
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 36b7d78 [ADT] Change PostOrderIterator to use NodeRef. NFC.
new eeadbe0 [ADT] Fix DepthFirstIterator's std::iterator base to have nor [...]
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/ADT/DepthFirstIterator.h | 10 +++-------
include/llvm/Analysis/RegionInfo.h | 6 +++---
2 files changed, 6 insertions(+), 10 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 caa3105 [InstCombine] add tests for missing vector icmp folds
new 36b7d78 [ADT] Change PostOrderIterator to use NodeRef. 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/ADT/PostOrderIterator.h | 68 ++++++++++++++++-----------------
include/llvm/Analysis/LoopIterator.h | 6 +--
include/llvm/IR/Type.h | 2 +
lib/CodeGen/MachineTraceMetrics.cpp | 7 ++--
unittests/ADT/PostOrderIteratorTest.cpp | 8 ++--
5 files changed, 45 insertions(+), 46 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 fc94e66 AMDGPU/R600: Convert buffer id to VTX_READ input
new 29e5e14 Fix typo in lowering for fp128 ueq.
new caa3105 [InstCombine] add tests for missing vector icmp folds
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/SelectionDAG/TargetLowering.cpp | 2 +-
test/CodeGen/AArch64/arm64-fp128.ll | 22 ++++++++++++++++++++++
test/Transforms/InstCombine/icmp.ll | 29 +++++++++++++++++++++--------
3 files changed, 44 insertions(+), 9 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 b430a4a GlobalISel: support loads and stores of strange types.
new 72159af [InstCombine] add tests for missing vector icmp folds
new 072a33f Really fix the issue with 502957cc9cf805dc6093950e8cdcd0db496 [...]
new fc94e66 AMDGPU/R600: Convert buffer id to VTX_READ input
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/AMDGPU/CaymanInstructions.td | 136 ++++++++------------
lib/Target/AMDGPU/EvergreenInstructions.td | 137 ++++++++-------------
lib/Target/AMDGPU/R600InstrFormats.td | 4 +-
lib/Target/AMDGPU/R600Instructions.td | 16 +--
test/CodeGen/AMDGPU/vertex-fetch-encoding.ll | 51 +++++---
test/Transforms/InstCombine/2008-01-29-AddICmp.ll | 34 +++++
.../llvm-objdump/X86/source-interleave-x86_64.ll | 1 +
7 files changed, 181 insertions(+), 198 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 5b5d415 Objective-C diagnostics: isObjCNSObjectType should check thro [...]
new 836da9f [ADT] Change PostOrderIterator to use NodeRef. 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/clang/Analysis/CFG.h | 4 ++++
include/clang/Analysis/CallGraph.h | 2 ++
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.