llvm-project/llvm
Daniel Sanders 021e6e05d3 [instsimplify] Move (extelt (inselt Vec, Value, Index), Index) -> Value from InstCombine
As requested in https://reviews.llvm.org/D135625#3858141

Differential Revision: https://reviews.llvm.org/D136099
2022-10-17 15:22:06 -07:00
..
benchmarks
bindings [llvm-ocaml] Fix arity mismatch in pointer bindings 2022-10-13 10:07:10 -07:00
cmake [CMake] Fix FindGRPC cmake module to allow different layering 2022-10-12 15:35:26 -07:00
docs Recommit "[LoopFlatten] Enable it by default" 2022-10-17 23:27:19 +05:30
examples [examples] Fix deprecated use of llvm::empty. 2022-10-09 22:00:43 -07:00
include [HLSL] CodeGen hlsl resource binding. 2022-10-17 14:29:19 -07:00
lib [instsimplify] Move (extelt (inselt Vec, Value, Index), Index) -> Value from InstCombine 2022-10-17 15:22:06 -07:00
projects
resources
runtimes [runtimes] Use a response file for runtimes test suites 2022-10-12 08:01:19 +00:00
test [instsimplify] Move (extelt (inselt Vec, Value, Index), Index) -> Value from InstCombine 2022-10-17 15:22:06 -07:00
tools Revert "llvm-reduce: Color output of child processes" 2022-10-17 14:37:24 -07:00
unittests Revert "[llvm-debuginfo-analyzer] (02/09) - Driver and documentation" 2022-10-17 14:26:48 +01:00
utils [CMake] Remove CLANG_DEFAULT_STD_C/CLANG_DEFAULT_STD_CXX 2022-10-16 13:15:44 -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.