1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
Go to file
Matt Arsenault b25fbd212d AMDGPU: Remove VOP3OpSelMods0 complex pattern
Use default operand of 0 instead.
2020-03-04 17:18:22 -05:00
benchmarks
bindings
cmake Revert abb00753 "build: reduce CMake handling for zlib" (PR44780) 2020-03-03 11:03:09 +01:00
docs [LoopTerminology][NFC] Fix typo 2020-03-04 02:12:33 +02:00
examples
include GlobalISel: Move some legalizer functions to utils 2020-03-04 16:40:00 -05:00
lib AMDGPU: Remove VOP3OpSelMods0 complex pattern 2020-03-04 17:18:22 -05:00
projects
resources
runtimes
test [InstSimplify] Constant fold icmp of gep 2020-03-04 23:16:52 +01:00
tools [llvm-readelf] Make --all output order closer to GNU readelf 2020-03-04 12:22:12 -08:00
unittests Use DWARFDataExtractor::getInitialLength in debug_aranges 2020-03-04 13:01:07 +01:00
utils [gn build] Fix llvm-gsymutil after D75291 2020-03-03 16:37:52 -08:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt Revert abb00753 "build: reduce CMake handling for zlib" (PR44780) 2020-03-03 11:03:09 +01:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
README.txt
RELEASE_TESTERS.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.