LLVM backend for 6502
Go to file
2009-05-31 16:18:57 +00:00
autoconf
bindings Give embedded metadata its own type instead of relying on EmptyStructTy. 2009-05-30 05:06:04 +00:00
cmake
docs Metadata uses metadata type not empty struct. 2009-05-30 16:08:30 +00:00
examples
include Fix the name of the function in this comment. 2009-05-31 16:18:03 +00:00
lib Delete an obsolete sentance from a comment. 2009-05-31 16:18:57 +00:00
projects
runtime
test Be more aggressive in doing LoadPRE by tracing backwards when a block only has 2009-05-31 09:03:40 +00:00
tools Untabify. 2009-05-30 00:48:34 +00:00
unittests Give embedded metadata its own type instead of relying on EmptyStructTy. 2009-05-30 05:06:04 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
configure
CREDITS.TXT Use latin symbols. I was told not everybody has a UTF-8 capable editor. 2009-05-23 20:40:47 +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.