llvm-project/llvm
Nikita Popov b66ca91fe6 [Docs] Update GEP docs for opaque pointers
Update the GEP FAQ to use opaque pointers. This requires more than
a syntactic change in some place, because some of the concerns just
don't make sense anymore (trying to index past a ptr member in a
struct for example).

This also fixes uses of incorrect syntax to declare or reference
globals.

Differential Revision: https://reviews.llvm.org/D130353
2022-07-25 09:52:14 +02:00
..
benchmarks
bindings
cmake [CMake] Stop zstd find_package warnings 2022-07-22 19:06:54 +00:00
docs [Docs] Update GEP docs for opaque pointers 2022-07-25 09:52:14 +02:00
examples
include Remove redundaunt override specifiers (NFC) 2022-07-24 22:28:11 -07:00
lib [AArch64][SVE] Add patterns to select masked add/sub instructions 2022-07-25 07:22:05 +00:00
projects
resources
runtimes
test [AArch64][SVE] Add patterns to select masked add/sub instructions 2022-07-25 07:22:05 +00:00
tools [llvm-objcopy] Simplify --compress-debug-sections handling with AliasArgs. NFC 2022-07-25 00:31:00 -07:00
unittests [ValueTracking] allow vector types in isImpliedCondition() 2022-07-24 17:46:48 -04:00
utils [llvm] Remove redundaunt virtual specifiers (NFC) 2022-07-24 21:50:35 -07:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
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.