llvm-capstone/clang
Piotr Sobczak 57f6a3f7ea
[AMDGPU] Add global_load_tr for GFX12 (#77772)
Support new amdgcn_global_load_tr instructions for load with transpose.

* MC layer support for GLOBAL_LOAD_TR_B64/GLOBAL_LOAD_TR_B128
* Intrinsic int_amdgcn_global_load_tr
* Clang builtins amdgcn_global_load_tr*
2024-01-18 15:14:42 +01:00
..
bindings [libclang/python] Bump minimum compatibility to Python 3.6 (#77228) 2024-01-17 01:02:54 -08:00
cmake [CMake] Include riscv32-unknown-elf runtimes in Fuchsia toolchain (#78323) 2024-01-16 10:49:56 -08:00
docs [Clang] Fix dependency of SourceLocExpr. (#78436) 2024-01-18 07:17:45 +01:00
examples
include [AMDGPU] Add global_load_tr for GFX12 (#77772) 2024-01-18 15:14:42 +01:00
lib [AMDGPU] Add global_load_tr for GFX12 (#77772) 2024-01-18 15:14:42 +01:00
runtime
test [AMDGPU] Add global_load_tr for GFX12 (#77772) 2024-01-18 15:14:42 +01:00
tools [clang][tools] Silence const cast warning when building with Clang ToT 2024-01-17 07:23:57 -05:00
unittests [clang-repl] Add a interpreter-specific overload of operator new for C++ (#76218) 2024-01-18 16:06:04 +02:00
utils [APINotes] Upstream dependencies of Sema logic to apply API Notes to decls 2024-01-17 13:13:10 +00:00
www [clang] Add test for CWG1807 (#77637) 2024-01-18 17:14:25 +04:00
.clang-format
.clang-tidy [Clang] Revert inintentional changes to cmake committed in 33e5db6e0 2024-01-12 10:59:46 +01:00
.gitignore
CMakeLists.txt [CMake] Deprecate GCC_INSTALL_PREFIX (#77537) 2024-01-10 11:01:55 -08:00
CodeOwners.rst
INSTALL.txt
LICENSE.TXT
NOTES.txt
README.txt

//===----------------------------------------------------------------------===//
// C Language Family Front-end
//===----------------------------------------------------------------------===//

Welcome to Clang.  This is a compiler front-end for the C family of languages
(C, C++, Objective-C, and Objective-C++) which is built as part of the LLVM
compiler infrastructure project.

Unlike many other compiler frontends, Clang is useful for a number of things
beyond just compiling code: we intend for Clang to be host to a number of
different source-level tools.  One example of this is the Clang Static Analyzer.

If you're interested in more (including how to build Clang) it is best to read
the relevant web sites.  Here are some pointers:

Information on Clang:             http://clang.llvm.org/
Building and using Clang:         http://clang.llvm.org/get_started.html
Clang Static Analyzer:            http://clang-analyzer.llvm.org/
Information on the LLVM project:  http://llvm.org/

If you have questions or comments about Clang, a great place to discuss them is
on the Clang forums:
  https://discourse.llvm.org/c/clang/

If you find a bug in Clang, please file it in the LLVM bug tracker:
  http://llvm.org/bugs/