hanchenye-llvm-project/llvm
gbreynoo a64e6ecfe1 [llvm-readelf] Make -W an alias of --wide
Currently -W and --wide are treated as two options as they are only
included for gnu readelf compatibility and ignored. This change makes -W
an alias of --wide to be consistent with other option aliases.

Differential Revision: https://reviews.llvm.org/D111731
2021-10-15 16:27:53 +01:00
..
benchmarks
bindings
cmake [CMake] Add optional libCURL dependency to llvm build configuration 2021-10-13 10:58:10 -07:00
docs docs: Document workaround for arcanist failures 2021-10-14 03:25:36 +00:00
examples [examples] Fix LLJITWithRemoteDebugging example after 4fcc0ac15e. 2021-10-13 18:19:53 -07:00
include [AArch64]Enabling Cortex-A510 Support 2021-10-15 14:31:18 +01:00
lib [AMDGPU] Avoid redundant calls to numBits in AMDGPUCodeGenPrepare::replaceMulWithMul24(). 2021-10-15 19:49:44 +05:30
projects
resources
runtimes
test [VectorCombine] add tests for shuffle of binops; NFC 2021-10-15 11:22:06 -04:00
tools [llvm-readelf] Make -W an alias of --wide 2021-10-15 16:27:53 +01:00
unittests [AArch64]Enabling Cortex-A510 Support 2021-10-15 14:31:18 +01:00
utils [TableGen][PGO] Disable profile instrumentation for printInstruction function 2021-10-14 13:41:55 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [mlgo][aot] requrie the model is autogenerated for test determinism 2021-10-13 14:02:41 -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.