LLVM backend for 6502
Go to file
Dan Gohman 1ed7942e4f Add the keyword 'default'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61710 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-05 17:44:11 +00:00
autoconf
bindings
cmake
docs Get rid of the tagging functions and use PointerIntPair. 2009-01-05 16:05:32 +00:00
examples
include eliminate tabs from my previous commit 2009-01-05 16:28:14 +00:00
lib subsume ConstructBasicType(). 2009-01-05 17:44:11 +00:00
projects
runtime
test Don't spew bitcode to standard out if this test 2009-01-05 10:52:29 +00:00
tools
unittests
utils Add the keyword 'default'. 2009-01-05 17:44:11 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Option for building with -fPIC. 2008-11-20 19:13:51 +00:00
configure Regenerate. 2009-01-04 23:12:30 +00:00
CREDITS.TXT
LICENSE.TXT Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM 2009-01-05 17:42:15 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Update to include clean and install commands. 2007-07-20 20:54:41 +00:00
README.txt Remove extra lines 2008-07-28 20:50: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.