LLVM backend for 6502
Go to file
Mikhail Glushenkov 7ea9de78ee Add a warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77746 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-31 22:24:20 +00:00
autoconf
bindings
cmake CMake configuration: find mkdtemp, mkstemp, mktemp. 2009-07-27 18:23:41 +00:00
docs Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are 2009-07-31 20:28:14 +00:00
examples Move a few more APIs back to 2.5 forms. The only remaining ones left to change back are 2009-07-31 20:28:14 +00:00
include Add a warning. 2009-07-31 22:24:20 +00:00
lib llvm-mc: A few more parsing / match tweaks. 2009-07-31 22:22:54 +00:00
projects
runtime
test llvm-mc: A few more parsing / match tweaks. 2009-07-31 22:22:54 +00:00
tools llvm-mc: Support quoted identifiers. 2009-07-31 21:55:09 +00:00
unittests Fix unit tests. 2009-07-31 21:38:10 +00:00
utils Simplify operand padding by keying off tabs in the asm stream. If 2009-07-31 21:57:10 +00:00
website
win32
Xcode
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.