Skip to content
emscripten llvm
Branch: incoming
Clone or download
kripken callhanders can be called with NULL, to just detect dependencies - ha…
…ndle that in atomics too, unlikely as taking their address might seem (#256)

fixes emscripten-core/emscripten#8354
Latest commit ae66526 Apr 3, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
bindings
cmake
docs
examples
include
lib
projects [cmake] Support moving debuginfo-tests to llvm/projects Dec 12, 2017
resources
runtimes
test
tools
unittests
utils
.arcconfig
.clang-format
.clang-tidy
.gitattributes [MC] Fix regression tests on Windows when git “core.autocrlf” is set … Nov 17, 2017
.gitignore gitignore: Ignore .vs folder (VS2017 config files) Apr 8, 2017
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt Remove the very substantial, largely unmaintained legacy PGO Oct 2, 2013
README.txt
RELEASE_TESTERS.TXT Update my email addresses, NFC. Oct 26, 2017
configure Remove autoconf support Jan 26, 2016
emscripten-version.txt
llvm.spec.in
readme-emscripten-fastcomp.txt

README.txt

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.

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.