LLVM backend for 6502
Go to file
2009-06-30 23:39:59 +00:00
autoconf
bindings
cmake
docs add a FAQ. 2009-06-30 17:10:19 +00:00
examples
include Add a global context, for easing backwards compatibility. 2009-06-30 23:39:59 +00:00
lib Add a global context, for easing backwards compatibility. 2009-06-30 23:39:59 +00:00
projects
runtime
test llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are 2009-06-30 22:49:27 +00:00
tools llvm-mc: Introduce method to match a parsed x86 instruction into an MCInst. 2009-06-30 23:38:38 +00:00
unittests Reapply 74494, this time removing the conflicting definition of operator<< 2009-06-30 20:10:56 +00:00
utils Normalize SourceMgr messages. 2009-06-30 00:49:23 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Start flushing out MCContext. 2009-06-23 22:01:43 +00:00
configure
CREDITS.TXT Add myself to the list. 2009-06-23 17:03:23 +00:00
LICENSE.TXT Now that we have atomics support properly detected by configure, 2009-05-19 00:08:29 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt README.txt: test commit w/blank line appended 2009-03-23 21:00:45 +00:00

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.