llvm-project/llvm
Craig Topper 13d58ff9f3 [RISCV] Replace call to APInt::countTrailingZeros with uint64_t verson. NFC
We know the number of bits is 64 or 32 so we can use the uint64_t
version directly. This saves the APInt needing to check for the
small vs large size.
2022-07-03 09:00:01 -07:00
..
benchmarks
bindings [IR] Remove support for extractvalue constant expression 2022-06-28 10:40:17 +02:00
cmake [CMake] Don't pass CMAKE_C(XX)_COMPILER to the nested NATIVE build when cross compiling 2022-06-22 09:33:50 +03:00
docs [AMDGPU][GFX908][DOC][NFC] Update assembler syntax description 2022-07-01 12:46:45 +03:00
examples [Kaleidoscope] Remove unused function argument 2022-06-30 20:47:01 +00:00
include [ObjectYAML] Add offloading binary implementations for obj2yaml and yaml2obj 2022-07-01 21:13:18 -04:00
lib [RISCV] Replace call to APInt::countTrailingZeros with uint64_t verson. NFC 2022-07-03 09:00:01 -07:00
projects
resources
runtimes
test [AArch64] Regenerate more tests. NFC 2022-07-03 15:49:16 +01:00
tools [llvm-objdump] Add support for dumping embedded offloading data 2022-07-01 21:13:28 -04:00
unittests [reland][Debuginfo][DWARF][NFC] Refactor DwarfStringPoolEntryRef. 2022-07-01 20:08:09 +03:00
utils [AArch64] Regenerate more tests. NFC 2022-07-03 15:49:16 +01:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [Clang][C++23] P2071 Named universal character escapes 2022-06-25 19:03:33 +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.