Skip to content
emscripten llvm
C++ Assembly C Objective-C Shell OCaml Other
Branch: master
Clone or download
Pull request Compare This branch is 1 commit ahead, 60139 commits behind emscripten-core:master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
autoconf
bindings
cmake
docs
examples
include
lib
projects
runtime
test
tools
unittests
utils
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
OWNERS
PRESUBMIT.py
README.txt
codereview.settings
configure
emscripten-version.txt
llvm.spec.in
readme-emscripten-fastcomp.txt
temptest.sh

README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level
Virtual Machine, 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're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.

You can’t perform that action at this time.