llvm-capstone/llvm
Johannes Doerfert 0b9289299a
Update CODE_OWNERS.TXT
Fix my email and add OpenMP-Opt and Attributor to the list.
2023-06-09 12:35:02 -07:00
..
benchmarks
bindings Remove vestiges of removed OCaml modules 2023-06-05 13:27:42 -04:00
cmake [AIX] Update CMake linker flags to use large glink code 2023-06-08 13:17:24 -04:00
docs [GlobalISel] Introduce G_CONSTANT_FOLD_BARRIER and use it to prevent constant folding 2023-06-09 11:45:06 -07:00
examples [ORC] Simplify construction of EPCIndirectionUtils. 2023-06-07 16:28:07 -07:00
include [RDF] Use trailing return type syntax, NFC 2023-06-09 11:46:27 -07:00
lib [AMDGPU,BPF,SystemZ,WebAssembly] Migrate to new encodeInstruction that uses SmallVectorImpl<char>. NFC 2023-06-09 12:26:19 -07:00
projects
resources
runtimes Revert "Reland [compiler-rt][CMake] Properly set COMPILER_RT_HAS_LLD" 2023-06-06 16:01:05 -07:00
test [NVPTX] Remove few more unneeded fp16 instruction variants 2023-06-09 12:09:08 -07:00
tools [C API] Add getters and setters for NUW, NSW, and Exact 2023-06-08 16:11:11 -07:00
unittests [MISched][rework] Introduce and use ResourceSegments. 2023-06-09 15:02:00 +02:00
utils [gn build] Fix per target runtime directory path 2023-06-09 09:58:27 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [LLVM] Removes CMake work-arounds. 2023-06-07 18:04:13 +02:00
CODE_OWNERS.TXT Update CODE_OWNERS.TXT 2023-06-09 12:35:02 -07: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.