LLVM backend for 6502
Go to file
Eric Christopher abe704309f Allow alternate instructions to silence bot.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165055 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-02 21:44:16 +00:00
autoconf
bindings
cmake
docs [Docs] Update File Headers section to cover doxygen style file level docs. 2012-10-01 19:59:21 +00:00
examples
include Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
lib 80-col. 2012-10-02 21:44:12 +00:00
projects
runtime
test Allow alternate instructions to silence bot. 2012-10-02 21:44:16 +00:00
tools Clean-up of memory buffer and object ownership model in MCJIT 2012-10-02 21:18:39 +00:00
unittests
utils Fix 80-column violations. Cleanup whitespace in generated code. 2012-10-02 00:25:57 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile Set the 'build clang only' flag when we're building only clang. 2012-10-02 20:32:23 +00:00
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 HTML documentation provided in docs/index.html for further
assistance with LLVM.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.