llvm-capstone/llvm
DianQK 2d1e8a03f5
[EarlyCSE] Compare GEP instructions based on offset (#65875)
Closes #65763.
This will provide more opportunities for constant propagation for
subsequent optimizations.
2023-09-20 06:14:45 +08:00
..
benchmarks
bindings [llvm] Move CallInst::CreateMalloc to IRBuilderBase::CreateMalloc 2023-09-19 09:05:48 +02:00
cmake [CMake][Z3]Don't attempt to compile / run if cross-compiling (#66355) 2023-09-15 12:57:33 +02:00
docs [InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Code Coverage (1/3) 2023-09-19 17:07:23 -05:00
examples Move CallInst::CreateFree to IRBuilderBase 2023-09-19 12:04:17 +02:00
include [InstrProf][compiler-rt] Enable MC/DC Support in LLVM Source-based Code Coverage (1/3) 2023-09-19 17:07:23 -05:00
lib [EarlyCSE] Compare GEP instructions based on offset (#65875) 2023-09-20 06:14:45 +08:00
projects
resources
runtimes [runtimes] Add a mechanism to use cache files for a runtimes build 2023-09-18 12:18:40 -07:00
test [EarlyCSE] Compare GEP instructions based on offset (#65875) 2023-09-20 06:14:45 +08:00
tools [llvm-nm] Add --line-numbers flag 2023-09-19 14:14:27 -07:00
unittests [ORC] Add writePointers to ExecutorProcessControl's MemoryAccess 2023-09-20 03:49:08 +09:00
utils [lit] Fix a test fail under windows 2023-09-19 18:05:13 -04:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [CMake] Remove SetTargetTriple (#66464) 2023-09-14 23:44:13 -07:00
CODE_OWNERS.TXT Resign as code owner of branch weights and block frequency 2023-09-14 08:01:02 -07:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
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.