LLVM backend for 6502
Go to file
2009-03-26 23:43:14 +00:00
autoconf Revert r66765 and r66766. These were causing build failures on Darwin. 2009-03-12 04:10:09 +00:00
bindings
cmake
docs
examples
include CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. 2009-03-25 01:47:28 +00:00
lib -no-implicit-float means explicit fp operations are legal. 2009-03-26 23:06:32 +00:00
projects Revert r67655 and r67656, as they are breaking the build. I'm 2009-03-25 00:52:11 +00:00
runtime
test Add -march=x86. 2009-03-26 23:03:32 +00:00
tools CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. 2009-03-25 01:48:21 +00:00
unittests
utils fix a few spelling errors and typos 2009-03-26 16:17:51 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Adding your's truly to CREDITS.TXT 2009-01-19 15:04:29 +00:00
LICENSE.TXT Another great year for LLVM! 2009-02-26 15:17:13 +00:00
llvm.spec.in
Makefile Update to account for driver renaming. 2009-03-26 23:43:14 +00:00
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

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.