LLVM backend for 6502
Go to file
Bob Wilson 293b13350c Change forward declaration of MultiClass to use the "struct" keyword instead
of "class", so that it matches the subsequent definition.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70498 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-30 17:35:11 +00:00
autoconf
bindings Fix the JIT bindings for ocaml. 2009-04-30 00:43:39 +00:00
cmake
docs
examples
include Make dataflow iteration possible on Value*, not only on User*: df_ext_iterator<Value*, SmallPtrSet<const Value*, 16> > 2009-04-30 17:09:22 +00:00
lib Don't try to mix integers and pointers in an icmp instruction 2009-04-30 16:40:30 +00:00
projects
runtime
test Don't try to mix integers and pointers in an icmp instruction 2009-04-30 16:40:30 +00:00
tools Allow a user of libLTO to specify the full pathname of the gcc executable to 2009-04-30 15:24:09 +00:00
unittests
utils Change forward declaration of MultiClass to use the "struct" keyword instead 2009-04-30 17:35:11 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Added notes pointing to the LLVM CMake documentation. 2009-04-04 22:52:02 +00:00
configure
CREDITS.TXT Initial test commit 2009-04-28 06:15:00 +00:00
LICENSE.TXT Another great year for LLVM! 2009-02-26 15:17:13 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt README.txt: test commit w/blank line appended 2009-03-23 21:00:45 +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.