llvm-capstone/llvm
2023-10-25 15:47:53 -07:00
..
benchmarks
bindings
cmake [llvm][CMake] Respect LIBCXX_HARDENING_MODE on command-line (#68541) 2023-10-20 23:13:33 -07:00
docs [lldb][AArch64] Read mte_ctrl register from core files (#69689) 2023-10-25 09:54:34 +01:00
examples [Kaleidoscope] Register new dependencies introduced by #69032. (#69510) 2023-10-18 14:18:34 -07:00
include [LLVM[NFC] Refactor to allow debug_names entries to conatain DIE offset (#69399) 2023-10-25 12:39:28 -07:00
lib [AMDGPU] Fix gcc -Wparentheses warning. NFC (#70239) 2023-10-25 15:47:53 -07:00
projects
resources
runtimes [CMake] Correctly handle LLVM_ENABLE_RUNTIMES in targets (#69869) 2023-10-25 12:12:27 -07:00
test [RISCV][GISel] Add instruction selection for G_FADD/G_FSUB/G_FMUL/G_FDIV with F/D extensions. (#69808) 2023-10-25 13:37:34 -07:00
tools [ADT] Rename llvm::erase_value to llvm::erase (NFC) (#70156) 2023-10-24 23:03:13 -07:00
unittests [llvm] Followup fix for "Use XMACROS for MachO platforms" (#70140) 2023-10-25 08:49:41 -07:00
utils [gn build] Manually port 078ae8cd 2023-10-25 14:46:29 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [unittest] Allow LLVM unit test to run under a wrapper program. (#66821) 2023-10-17 11:15:46 -07:00
CODE_OWNERS.TXT Change owner of Hexagon backend 2023-10-20 10:37:39 -05: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.