llvm-capstone/llvm
Koakuma 50f8284cea [SPARC] Support reserving arbitrary general purpose registers (#74927)
This adds support for marking arbitrary general purpose registers -
except for those with special purpose (G0, I6-I7, O6-O7) - as reserved,
as needed by some software like the Linux kernel.

(cherry picked from commit c2f9885a8aa3a820eefdacccf3fcc6b9d87e3284)
2024-02-13 11:42:37 -08:00
..
benchmarks
bindings
cmake [llvm] [cmake] Include httplib in LLVMConfig.cmake (#79305) 2024-01-29 10:25:40 -08:00
docs [AArch64] Add some release notes items (#79983) 2024-02-06 21:29:25 -08:00
examples [Kaleidoscope] LLVM is not needed for chapter two (#69823) 2024-01-12 20:48:43 -08:00
include Refactor recomputeLiveIns to operate on whole CFG (#79498) (#79641) 2024-02-06 17:01:01 -08:00
lib [SPARC] Support reserving arbitrary general purpose registers (#74927) 2024-02-13 11:42:37 -08:00
projects
resources
runtimes [libc] Fix libc-hdrgen crosscompiling (#78227) 2024-01-16 07:39:06 -06:00
test [SPARC] Support reserving arbitrary general purpose registers (#74927) 2024-02-13 11:42:37 -08:00
tools [llvm-jitlink] Fix detectStubKind() for big endian systems (#79970) 2024-02-01 13:42:56 -08:00
unittests [AArch64][TargetParser] Add mcpu alias for Microsoft Azure Cobalt 100. (#79614) 2024-02-06 15:51:16 -08:00
utils [X86][tablgen] Fix the broadcast tables (#79675) 2024-02-06 16:57:46 -08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Use rc version suffix 2024-01-23 20:27:37 -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.