LLVM backend for 6502
Go to file
2009-08-19 17:58:52 +00:00
autoconf
bindings Convert the rest of the ocaml types and functions to use context. 2009-08-19 17:32:24 +00:00
cmake
docs Add a first stab at describing LLVMContext. 2009-08-19 17:58:52 +00:00
examples
include Switch raw_svector_ostream to use the vector as the ostream buffer. 2009-08-19 17:54:29 +00:00
lib Switch raw_svector_ostream to use the vector as the ostream buffer. 2009-08-19 17:54:29 +00:00
projects
runtime
test Convert the rest of the ocaml types and functions to use context. 2009-08-19 17:32:24 +00:00
tools Fix a commento. 2009-08-19 16:25:53 +00:00
unittests Add SmallVector::{capacity,set_size}. 2009-08-19 17:48:28 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This is 2009-08-18 15:29:35 +00:00
configure
CREDITS.TXT
LICENSE.TXT one fewer license, yay. :) 2009-08-01 22:54:39 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
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.