llvm-project/llvm
Sanjay Patel 1d0fa79824 [DAGCombiner] restrict store merge of truncs to early combining
The pattern matching does not account for truncating stores,
so it is unlikely to work at later stages. So we are likely
wasting compile-time with no hope of improvement by running
this later.
2020-08-23 10:44:23 -04:00
..
benchmarks
bindings [Bindings] Remove ipc_propagation. 2020-08-02 22:36:53 +01:00
cmake [cmake] Don't use ld.lld when targeting Darwin 2020-08-20 19:51:29 -07:00
docs [DebugInfo][flang]Added support for representing Fortran assumed length strings 2020-08-22 10:13:40 +05:30
examples [ORC] Add a LLJITWithThinLTOSummaries example in OrcV2Examples 2020-08-23 14:02:10 +02:00
include [X86] Allow 32-bit mode only CPUs with -mtune on 64-bit targets 2020-08-22 16:38:05 -07:00
lib [DAGCombiner] restrict store merge of truncs to early combining 2020-08-23 10:44:23 -04:00
projects
resources
runtimes [runtimes] Allow LLVM_BUILTIN_TARGETS to include Darwin 2020-08-20 18:28:30 -07:00
test [ORC] Add a LLJITWithThinLTOSummaries example in OrcV2Examples 2020-08-23 14:02:10 +02:00
tools [llvm-dwarfdump] --statistics: break lines and indent by 2 2020-08-22 13:58:18 -07:00
unittests [Cloning] Fix to cloning DISubprograms. 2020-08-21 11:54:56 -07:00
utils [gn build] Port ae6f788240 2020-08-22 17:32:25 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Bump CMake minimum version to 3.13.4 2020-07-22 14:25:07 -04:00
CODE_OWNERS.TXT Update my email address. 2020-08-21 10:15:26 -07:00
CREDITS.TXT Update my email address. 2020-08-21 10:15:26 -07:00
LICENSE.TXT
LLVMBuild.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.