Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
No description, website, or topics provided.
Branch: stable
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
benchmarks Pull google/benchmark library to the LLVM tree Aug 28, 2018
bindings Python compat - iterator protocol Jan 3, 2019
cmake build: don't attempt to run config.guess on Windows Jun 14, 2019
docs [llvm-symbolizer] Add switch to adjust addresses by fixed offset Mar 1, 2019
examples Python compat - print statement Jan 3, 2019
include [ThinLTO] Adding architecture name into saved object filename Apr 29, 2019
lib [RuntimeDyld] Update reserveAllocationSpace to account for stub padding. Jun 29, 2019
projects [pstl] Initial integration with LLVM's CMake Dec 21, 2018
resources In MSVC builds embed a VERSIONINFO resource in our exe and DLL files. Jun 12, 2015
runtimes Revert "[CMake] Pass Clang defaults to runtimes builds" Jul 13, 2018
test [RuntimeDyld] Update reserveAllocationSpace to account for stub padding. Jun 29, 2019
tools [dsymutil] Support more than 4 architectures Jun 10, 2019
unittests Use AIX version detection at LLVM run-time Jun 14, 2019
utils lit: support long paths on Windows Apr 5, 2019
.arcconfig [llvm] Set up .arcconfig to point to Diffusion L repository Jan 12, 2018
.clang-format Test commit. Mar 2, 2014
.clang-tidy .clang-tidy: correct style name is 'camelBack' not 'lowerCase'. Sep 13, 2016
.gitattributes [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. May 9, 2018
.gitignore Git ignore CLion project configuration files. NFC Jan 2, 2019
CMakeLists.txt [CMake] Add libunwind when 'all' is being passed as LLVM_ENABLE_PROJECTS Dec 20, 2018
CODE_OWNERS.TXT [llvm-mca] Move llvm-mca library to llvm/lib/MCA. Dec 17, 2018
CONTRIBUTING.md Add legal notice for pull requests and reference to contribution guid… Dec 5, 2015
CREDITS.TXT add Kang Zhang(shkzhang@cn.ibm.com) to the CREDITS.TXT Nov 25, 2018
LICENSE.TXT Update copyright year to 2018. Jun 18, 2018
LLVMBuild.txt Remove the very substantial, largely unmaintained legacy PGO Oct 2, 2013
README.txt Test commit. Sep 22, 2018
RELEASE_TESTERS.TXT Update the list of platforms & archs Dec 16, 2018
configure Remove autoconf support Jan 26, 2016
llvm.spec.in [Sparc] Implement i64 load/store support for 32-bit sparc. Aug 10, 2015

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.

You can’t perform that action at this time.