LLVM (iOS API)
别忘了submodules
只有7.0能在iOS16上使用,不要尝试去用最新版本,能编译无法在iOS16运行。

Adrian Prantl cb7b458c96 Remove the obsolete BlockByRefStruct flag from LLVM IR 6 yıl önce
benchmarks 18c6fab107 Pull google/benchmark library to the LLVM tree 7 yıl önce
bindings cb7b458c96 Remove the obsolete BlockByRefStruct flag from LLVM IR 6 yıl önce
cmake 527096752d [cmake] Changes to get Windows self-host working with PGO 6 yıl önce
docs d23ee4dbce Data Dependence Graph Basics 6 yıl önce
examples e8e4b1ed55 [Orc] Roll back ThreadPool to std::function 6 yıl önce
include cb7b458c96 Remove the obsolete BlockByRefStruct flag from LLVM IR 6 yıl önce
lib cb7b458c96 Remove the obsolete BlockByRefStruct flag from LLVM IR 6 yıl önce
projects 3e1797f588 [libc++] Take 2: Integrate the PSTL into libc++ 6 yıl önce
resources cb2dfa6478 In MSVC builds embed a VERSIONINFO resource in our exe and DLL files. 10 yıl önce
runtimes 8cf454df09 Revert "Adding support for overriding LLVM_ENABLE_RUNTIMES for runtimes builds." 6 yıl önce
test cb7b458c96 Remove the obsolete BlockByRefStruct flag from LLVM IR 6 yıl önce
tools 773d4b20c8 llvm-reduce: Remove inaccurate doxy comment about a return that isn't returned 6 yıl önce
unittests 79c995399f Add AutoUpgrade function to add new address space datalayout string to existing datalayouts. 6 yıl önce
utils 7806e6abb4 gn build: Merge r372267 6 yıl önce
.arcconfig 0e050ed9a8 [llvm] Set up .arcconfig to point to Diffusion L repository 7 yıl önce
.clang-format 742e43f807 Test commit. 11 yıl önce
.clang-tidy ba3936b0ea Disable tidy checks with too many hits 6 yıl önce
.gitattributes a0ae292f06 Fix the "git modified" issue on the preserve-comments-crlf.s. 6 yıl önce
.gitignore 9ac2d30839 gitignore: Ignore Qt Creator project configuration files. NFC 6 yıl önce
CMakeLists.txt 527096752d [cmake] Changes to get Windows self-host working with PGO 6 yıl önce
CODE_OWNERS.TXT 970d21048e Update email address in CODE_OWNERS 6 yıl önce
CREDITS.TXT 8c5bc90b46 Update email address. 6 yıl önce
LICENSE.TXT 2fea5b324e Fix typos throughout the license files that somehow I and my reviewers 6 yıl önce
LLVMBuild.txt 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 yıl önce
README.txt 6e8fe0619d Testing commit access 6 yıl önce
RELEASE_TESTERS.TXT e253500cfc Update the list of platforms & archs 6 yıl önce
configure caeade4234 Remove autoconf support 9 yıl önce
llvm.spec.in 4cfe1aca69 Update structured references to the license to the new license. 6 yıl önce

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.