llvm-capstone/llvm
Simon Pilgrim 52ebf61bac [X86] ftrunc.ll - replace X32 checks with X86. NFC.
We try to use X32 for gnux32 triples only.

Add common AVX check prefix for 32/64 bit test coverage
2024-01-08 17:25:44 +00:00
..
benchmarks
bindings
cmake [cmake,Apple] Check ld-classic when looking for ld64. (#77136) 2024-01-05 22:13:25 +00:00
docs [docs] Small spelling fix ("if <...>than -> if <...> then") (#77215) 2024-01-06 17:21:29 -08:00
examples [Orc][examples] Revisit advanced LLJIT examples and tests (#76236) 2024-01-03 09:51:18 +01:00
include Replace print-at-pass-number cl::opt with print-before-pass-number (#76211) 2024-01-08 08:54:53 -08:00
lib Replace print-at-pass-number cl::opt with print-before-pass-number (#76211) 2024-01-08 08:54:53 -08:00
projects
resources
runtimes [CMake][runtimes] Check LLVM_ENABLE_PROJECTS for libc (#76845) 2024-01-04 12:14:32 -08:00
test [X86] ftrunc.ll - replace X32 checks with X86. NFC. 2024-01-08 17:25:44 +00:00
tools [llvm-exegesis] Remove unused Counter::read method (#76651) 2024-01-05 13:31:48 -08:00
unittests [VFABI] Reject demangled variants with unexpected number of params. (#76855) 2024-01-08 08:42:08 +00:00
utils [X86] Emit NDD2NonNDD entris in the EVEX comprerssion table, NFCI 2024-01-08 19:50:28 +08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
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.