LLVM backend for 6502
Go to file
2015-03-16 17:59:07 +00:00
autoconf
bindings
cmake
docs Adding commit msg guidelines to dev policy 2015-03-15 21:15:48 +00:00
examples
include Revert r232374: [hexagon] Distinguish the 'o', 'v', and 'm' inline assembly memory constraints. 2015-03-16 14:21:22 +00:00
lib Fix doxygen comments from r232268 2015-03-16 17:49:03 +00:00
projects
test add CHECK-LABELs for more reliable testing 2015-03-16 17:59:07 +00:00
tools [dsymutil] Add support to generate .debug_pubnames and .debug_pubtypes 2015-03-16 02:05:10 +00:00
unittests [llvm] Replacing asserts with static_asserts where appropriate 2015-03-16 09:53:42 +00:00
utils
.arcconfig
.clang-format
.clang-tidy
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Revert test commit 2015-02-04 18:46:00 +00:00

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're writing a package for LLVM, see docs/Packaging.rst for our
suggestions.