LLVM backend for 6502
Go to file
Bill Wendling 873e392ffd Make a few more things const.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188484 91177308-0d34-0410-b5e6-96231b3b80d8
2013-08-15 20:25:44 +00:00
autoconf
bindings
cmake
docs Sphinx refuses to render this code block. Try adding a newline. 2013-08-14 16:18:47 +00:00
examples
include Make a few more things const. 2013-08-15 20:25:44 +00:00
lib Make a few more things const. 2013-08-15 20:25:44 +00:00
projects
runtime
test DataFlowSanitizer: Add a debugging feature to help us track nonzero labels. 2013-08-15 18:51:12 +00:00
tools llvm-symbolizer: add support for .gnu_debuglink section 2013-08-14 17:09:30 +00:00
unittests Expose CRC-32 implementation from zlib 2013-08-14 16:03:29 +00:00
utils [llvm-build] Make Py3 compatible. 2013-08-14 23:15:39 +00:00
.arcconfig
.gitignore
CMakeLists.txt Fixed typo in CMakeLists.txt. 2013-08-15 04:16:12 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.