llvm-project/llvm
Simon Tatham 1c3d0a2e87 [llvm-objdump] Fix type mismatch in std::min.
I broke the build just now by trying to do std::min between a size_t
and a uint64_t, which of course worked fine on my 64-bit test platform.
2022-07-26 10:02:37 +01:00
..
benchmarks
bindings [IR] Remove support for float binop constant expressions 2022-07-12 09:40:49 +02:00
cmake [llvm][cmake] Make `install_symlink` workflow work with absolute install dirs 2022-07-26 03:14:46 +00:00
docs [lldb][AArch64] Add support for memory tags in core files 2022-07-26 08:46:36 +01:00
examples [Kaleidoscope] Remove unused function argument 2022-06-30 20:47:01 +00:00
include [MC,llvm-objdump,ARM] Target-dependent disassembly resync policy. 2022-07-26 09:35:30 +01:00
lib Reassoc FMF should not optimize FMA(a, 0, b) to (b) 2022-07-26 09:39:12 +01:00
projects
resources
runtimes
test Reassoc FMF should not optimize FMA(a, 0, b) to (b) 2022-07-26 09:39:12 +01:00
tools [llvm-objdump] Fix type mismatch in std::min. 2022-07-26 10:02:37 +01:00
unittests [ADT] Deprecate Optional::getValueOr (NFC) 2022-07-25 23:01:02 -07:00
utils [gn build] tweak how symbol_exports map files look on linux, for 94c00c10e 2022-07-26 01:52:00 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [llvm] add zstd to `llvm::compression` namespace 2022-07-19 10:54:36 -07: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.