Go to file
Kostya Kortchinsky b84053291f [docs] Update Scudo documentation
Summary:
The documentation has fallen a bit behind, update it with the latest evolution
of the allocator:
- clarify a couple of expectations regarding what is meant to be achieved;
- update the header format;
- document `-fsanitize=scudo`.

Reviewers: alekseyshl, flowerhack

Reviewed By: alekseyshl

Subscribers: llvm-commits

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

llvm-svn: 321811
2018-01-04 18:31:22 +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] Update Scudo documentation 2018-01-04 18:31:22 +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.