LLVM backend for 6502
Go to file
Anton Korobeynikov 01537324ba Fix date :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41870 91177308-0d34-0410-b5e6-96231b3b80d8
2007-09-11 22:20:27 +00:00
autoconf
docs Fold the adjust_trampoline intrinsic into 2007-09-11 14:10:23 +00:00
examples
include Add APInt interfaces to APFloat (allows directly 2007-09-11 18:32:33 +00:00
lib Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. 2007-09-11 19:55:27 +00:00
projects
runtime Reenable libgc and libprofile is explicitly requested. 2007-09-11 17:12:32 +00:00
test Fix date :) 2007-09-11 22:20:27 +00:00
tools Add APInt interfaces to APFloat (allows directly 2007-09-11 18:32:33 +00:00
utils Allow set operators with multiple destinations, i.e. (set x, y, (op a, b)). 2007-09-11 19:52:18 +00:00
website
win32
Xcode
build-for-llvm-top.sh Allow the configure options to be set according to the llvm-top options. 2007-08-31 19:53:42 +00:00
configure Updating configure script to enable MIPS. 2007-08-29 16:38:16 +00:00
CREDITS.TXT Add SparseBitVector implementation 2007-09-09 01:10:40 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt test 2007-04-20 20:49:25 +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.