llvm-project/llvm
Paul Robinson cf6a3dc1bc Revert "[lit] Define keyword used by MCJIT test"
This reverts commit 6d85926680.

Causing an XPASS on 32-bit Gentoo, as reported by mgorny.
2022-10-31 10:46:21 -07:00
..
benchmarks
bindings [llvm][ocaml] Replace deprecated C functions in OCaml bindings 2022-10-31 10:23:35 +01:00
cmake [llvm] Fix minimum Apple Clang requirement 2022-10-28 15:12:24 +02:00
docs [X86] Add AVX-NE-CONVERT instructions. 2022-10-31 23:39:38 +08:00
examples Revert "[LegacyPM] Remove pipeline extension mechanism" 2022-10-28 10:26:58 -07:00
include [JITLink][AArch46] Update aarch64 pointer jump stub sequence, add utilities. 2022-10-31 08:41:20 -07:00
lib [X86] Enable EVEX GFNI instructions without avx512bw. 2022-10-31 10:31:45 -07:00
projects
resources
runtimes
test Revert "[lit] Define keyword used by MCJIT test" 2022-10-31 10:46:21 -07:00
tools [llvm-objdump] Set --print-imm-hex by default. 2022-10-30 13:36:18 -07:00
unittests [Support] Do not run test on AIX 2022-10-31 22:27:42 +07:00
utils [utils] Remove ancient scripts using llvm-config --src-root 2022-10-31 10:45:00 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Harmonize cmake_policy() across standalone builds of all projects 2022-10-28 08:46:48 +02:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.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.