llvm-capstone/llvm
Ilia Diachkov 748922b31f [SPIRV] support the enqueue_kernel builtin function
The patch adds support of the enqueue_kernel builtin function.
It is implemented in the same way as in the SPIRV translator.
2 LIT tests are added to show the improvement.

Differential Revision: https://reviews.llvm.org/D137018
2022-11-01 02:52:08 +03:00
..
benchmarks
bindings [llvm][ocaml] Replace deprecated C functions in OCaml bindings 2022-10-31 10:23:35 +01:00
cmake [llvm] Fix minimum Apple Clang requirement 2022-10-28 15:12:24 +02:00
docs [AliasAnalysis] Introduce getModRefInfoMask() as a generalization of pointsToConstantMemory(). 2022-10-31 13:03:41 -07:00
examples Revert "[LegacyPM] Remove pipeline extension mechanism" 2022-10-28 10:26:58 -07:00
include [Hexagon] Add builtins and intrinsics for V6_v[add|sub]carryo 2022-10-31 13:41:31 -07:00
lib [SPIRV] support the enqueue_kernel builtin function 2022-11-01 02:52:08 +03:00
projects
resources
runtimes
test [SPIRV] support the enqueue_kernel builtin function 2022-11-01 02:52:08 +03:00
tools [llvm-objdump] Set --print-imm-hex by default. 2022-10-30 13:36:18 -07:00
unittests [Support] Do not run test on AIX 2022-10-31 22:27:42 +07:00
utils [gn build] Port 84ea6b6f78 2022-10-31 21:45:27 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Harmonize cmake_policy() across standalone builds of all projects 2022-10-28 08:46:48 +02:00
CODE_OWNERS.TXT [SPIRV] support the enqueue_kernel builtin function 2022-11-01 02:52:08 +03:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
README.txt
RELEASE_TESTERS.TXT

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.