LLVM backend for 6502
Go to file
2006-07-18 00:47:10 +00:00
autoconf
docs Revamp this doc to be accurate w.r.t. building llvmgcc4 2006-07-11 20:47:00 +00:00
examples
include/llvm Add functions to compute ceil(log2(N)) to match functions for floor(log2(N)) 2006-07-18 00:47:10 +00:00
lib Reduce the size of Constants.o by 25% by generalizing specific instantiations of 2006-07-17 17:38:29 +00:00
projects
runtime
test testcase for PR827 2006-07-12 18:27:13 +00:00
tools
utils If a gccpath is specified when invoking the nightly test script we will hopefully now use that gcc for the gcc version. Also fixed some 80 char column stuff. 2006-07-17 16:41:19 +00:00
win32
Xcode Bring the Xcode project up to date. 2006-07-13 22:17:58 +00:00
.cvsignore
configure
CREDITS.TXT Adding Patrick Jenkins' information to CREDITS.TXT 2006-07-05 20:17:26 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Profile builds should always have debug info enabled. 2006-07-11 18:33:50 +00:00
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.