LLVM backend for 6502
Go to file
Chris Lattner b80e1abaeb Mark Andersen's as experimental.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80328 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-28 00:45:47 +00:00
autoconf re-apply r80197, now that iterator.h is not mentioned any more 2009-08-27 17:07:35 +00:00
bindings
cmake re-apply r80197, now that iterator.h is not mentioned any more 2009-08-27 17:07:35 +00:00
docs Mark Andersen's as experimental. 2009-08-28 00:45:47 +00:00
examples Allocate the module provider in the Kaleidoscope code on the heap, not the stack, so that it can be properly deleted. Also update the tutorial with the new code. This fixes PR4762, hopefully better than the last time. 2009-08-26 20:58:25 +00:00
include Closure is a very generic name. Use AppleBlock instead. 2009-08-27 23:51:51 +00:00
lib Mark Andersen's as experimental. 2009-08-28 00:45:47 +00:00
projects
runtime Don't build runtime libraries in an Apple style build. 2009-08-27 23:43:28 +00:00
test Fix PR3913, patch by Jakub Staszak! 2009-08-28 00:43:14 +00:00
tools Revert r80305, I forgot a dependent change. 2009-08-27 23:58:10 +00:00
unittests
utils Disable optional bindings for Apple-style builds. 2009-08-28 00:21:13 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure re-apply r80197, now that iterator.h is not mentioned any more 2009-08-27 17:07:35 +00:00
CREDITS.TXT
LICENSE.TXT one fewer license, yay. :) 2009-08-01 22:54:39 +00:00
llvm.spec.in
Makefile re-apply r80197, now that iterator.h is not mentioned any more 2009-08-27 17:07:35 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.