LLVM backend for 6502
Go to file
Dan Gohman 3d81e31724 Minor whitespace fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70551 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-01 16:56:32 +00:00
autoconf
bindings Fix the JIT bindings for ocaml. 2009-04-30 00:43:39 +00:00
cmake
docs Add a mention of TypeBuilder to the programmer's manual, and clean up the class 2009-04-30 22:33:41 +00:00
examples
include Fix compilation for some targets other than x86. 2009-04-30 23:50:26 +00:00
lib Minor whitespace fix. 2009-05-01 16:56:32 +00:00
projects
runtime
test Extend ScalarEvolution's getBackedgeTakenCount to be able to 2009-04-30 20:47:05 +00:00
tools Fix a compiler warning on hosts where uint64_t isn't unsigned long long. 2009-05-01 16:33:33 +00:00
unittests
utils Make DebugLoc independent of DwarfWriter. 2009-04-30 23:22:31 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Lets install the manual page with install-clang! Radar 6838692 2009-05-01 01:47:55 +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.