Skip to content

microsoft/llvm

Folders and files

NameName
Last commit message
Last commit date
Aug 28, 2018
Sep 18, 2018
Sep 14, 2018
Sep 18, 2018
May 30, 2018
Sep 19, 2018
Sep 19, 2018
Dec 12, 2017
Jun 12, 2015
Jul 13, 2018
Sep 19, 2018
Sep 19, 2018
Sep 19, 2018
Sep 19, 2018
Jan 12, 2018
Mar 2, 2014
Sep 13, 2016
May 9, 2018
Apr 8, 2017
Sep 7, 2018
Aug 9, 2018
Jun 15, 2018
Jun 18, 2018
Oct 2, 2013
Jun 8, 2018
Jun 20, 2018
Jun 2, 2023
Jan 26, 2016
Aug 10, 2015

Repository files navigation

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.