llvm-project/llvm
Craig Topper 061566d954 [RISCV] Remove -enable-unsafe-fp-math from machine combiner tests. NFC
The optimization is using fast math flags on the instructions instead.
2022-10-19 15:54:33 -07:00
..
benchmarks
bindings [llvm-ocaml] Fix arity mismatch in pointer bindings 2022-10-13 10:07:10 -07:00
cmake [CMake] Add Python script to generate version script symbol exports 2022-10-18 13:47:43 +01:00
docs [docs] Add myself for LLVM Office hours 2022-10-19 18:25:21 +00:00
examples [examples][ORC] Make sure eh-frame registration code is linked into an example. 2022-10-19 15:03:42 -07:00
include [NFC] Updating an incorrect code comment 2022-10-19 12:34:56 -05:00
lib [Hexagon] Fix insertion point for pointer difference calculation 2022-10-19 14:23:39 -07:00
projects
resources
runtimes [runtimes] Use a response file for runtimes test suites 2022-10-12 08:01:19 +00:00
test [RISCV] Remove -enable-unsafe-fp-math from machine combiner tests. NFC 2022-10-19 15:54:33 -07:00
tools [opt] Don't initialize legacy instrumentation passes 2022-10-18 14:04:31 -07:00
unittests [OMPIRBuilder] Support depend clause for task 2022-10-19 13:11:43 -04:00
utils [lit] fix a error when using --show-used-features 2022-10-19 10:57:01 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore [Bindings] Remove go bindings 2022-10-10 10:14:17 +02:00
CMakeLists.txt [cmake] Remove LLVM_INCLUDE_GO_TESTS variable 2022-10-14 16:34:36 +02:00
CODE_OWNERS.TXT Remove myself as X86 Backend owner. 2022-10-08 18:39:45 -07:00
CREDITS.TXT Add myself to CREDITS.TXT + CODE_OWNERS.TXT 2022-10-09 09:02:20 +08:00
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT Update RELEASE_TESTERS.TXT 2022-10-07 10:37:25 +02:00
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.