LLVM backend for 6502
Go to file
Jim Grosbach c4bc2111a7 80 column fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117741 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-29 23:21:57 +00:00
autoconf
bindings
cmake
docs Document LLVM_BUILD_TESTS, LLVM_INCLUDE_TESTS. New convenience target 2010-10-28 14:38:35 +00:00
examples
include Inline asm multiple alternative constraints development phase 2 - improved basic logic, added initial platform support. 2010-10-29 17:29:13 +00:00
lib 80 column fix. 2010-10-29 23:21:57 +00:00
projects
runtime
test Be more strict on when we produce an undefined reference. In gas a file with 2010-10-29 23:09:31 +00:00
tools Check for (unlikely) errors from FindExecutable. 2010-10-29 16:18:26 +00:00
unittests unittests/CMakeLists.txt: Don't use RTTI, or linking failed. 2010-10-29 08:59:43 +00:00
utils Apply a patch from Frits van Bommel to fix the CMake build. 2010-10-29 22:36:50 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.