llvm-capstone/llvm
2024-01-19 15:13:47 -08:00
..
benchmarks
bindings
cmake [CMake] Detect properly new linker introduced in Xcode 15 (#77806) 2024-01-19 16:32:32 -05:00
docs [RISCV] Add support for Smepmp 1.0 (#78489) 2024-01-19 11:09:35 -08:00
examples [Kaleidoscope] LLVM is not needed for chapter two (#69823) 2024-01-12 20:48:43 -08:00
include Revert "[InstrProf] Adding utility weights to BalancedPartitioning (#72717)" 2024-01-19 15:13:47 -08:00
lib Revert "[InstrProf] Adding utility weights to BalancedPartitioning (#72717)" 2024-01-19 15:13:47 -08:00
projects
resources
runtimes [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06:00
test [dsymutil] Fix spurious warnings in MachODebugMapParser (#78794) 2024-01-19 15:10:57 -08:00
tools [dsymutil] Fix spurious warnings in MachODebugMapParser (#78794) 2024-01-19 15:10:57 -08:00
unittests Revert "[InstrProf] Adding utility weights to BalancedPartitioning (#72717)" 2024-01-19 15:13:47 -08:00
utils [gn build] Port 9ff4be640f 2024-01-19 14:42:19 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert "[BOLT] Fix unconditional output of boltedcollection in merge-fdata (#78653)" 2024-01-18 19:59:09 -08:00
CODE_OWNERS.TXT
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.