LLVM backend for 6502
Go to file
Daniel Dunbar deb052a3dd Match declaration to definition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75440 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-12 23:50:34 +00:00
autoconf
bindings
cmake
docs remove llvm.part.set.* and llvm.part.select.*. They have never been 2009-07-12 21:08:53 +00:00
examples
include Match declaration to definition. 2009-07-12 23:50:34 +00:00
lib Match declaration to definition. 2009-07-12 23:50:34 +00:00
projects
runtime
test remove tests for removed intrinsics. 2009-07-12 21:30:06 +00:00
tools Match declaration to definition. 2009-07-12 23:50:34 +00:00
unittests Clarify a FIXME. 2009-07-12 19:45:34 +00:00
utils Tweak comment. 2009-07-11 22:06:10 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt bug 4524: Add MSP430 to the cmake build. 2009-07-09 20:27:09 +00:00
configure
CREDITS.TXT Conform... 2009-07-08 17:55:48 +00:00
LICENSE.TXT Now that we have atomics support properly detected by configure, 2009-05-19 00:08:29 +00:00
llvm.spec.in
Makefile
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.