Go to file
Florian Hahn 57edaa45f4 [Docs] Add Contributing page.
This new page acts as an entry point for (new) contributors to LLVM and
provides information about

* What to contribute
* How to submit a patch
* Where to start to learn more about LLVM's architecture and internals.

This version of the page duplicates some information from the
DeveloperPolicy and Phabricator pages. Subsequent changes should work
towards moving information for new developers to this page, where it
makes sense.

Reviewers: reames, probinson, kristof.beyls, silvas, rengolin, asb

Reviewed By: silvas

Differential Revision: https://reviews.llvm.org/D41665

llvm-svn: 321804
2018-01-04 17:12:21 +00:00
clang [libclang] Support querying whether a declaration is invalid 2018-01-04 10:59:50 +00:00
clang-tools-extra [clang-tidy] Update fuchsia-overloaded-operator to check for valid loc 2018-01-03 22:10:11 +00:00
compiler-rt [scudo] s/unsigned long/size_t/ for __scudo_set_rss_limit 2018-01-04 17:05:04 +00:00
debuginfo-tests [debuginfo-tests] Support moving debuginfo-tests to llvm/projects 2017-12-12 16:54:20 +00:00
libclc configure.py: Add gfx900 (Vega, Raven) 2017-11-27 11:14:06 +00:00
libcxx Update version to 7.0.0svn: cmake, include files and docs 2018-01-03 15:40:29 +00:00
libcxxabi Update version to 7.0.0svn 2018-01-03 15:42:34 +00:00
libunwind Update PACKAGE_VERSION to 7.0.0svn 2018-01-03 16:59:48 +00:00
lld [COFF] Add a testcase for dllexported symbols via embedded directives 2018-01-04 08:06:34 +00:00
lldb Look for external types in all clang modules imported by the current symbol file. 2018-01-04 16:42:05 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [Docs] Add Contributing page. 2018-01-04 17:12:21 +00:00
openmp [OMPT] Build runtime with OMPT support by default 2018-01-02 21:09:00 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly Docs, release notes: update version to 7.0.0 2018-01-03 15:54:54 +00:00
README.md Add an svn project to contain the files that appear at the root of the 2017-10-19 21:09:49 +00:00

README.md

Low Level Virtual Machine (LLVM)

This directory and its subdirectories contain source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and runtime environments.