LLVM backend for 6502
Go to file
Chris Lattner b769d5657e add accessors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33207 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-14 19:41:24 +00:00
autoconf '==' is not a legal test operator on BSD. Use '='. 2007-01-12 18:22:38 +00:00
docs clarify linkonce/weak linkage 2007-01-14 06:51:48 +00:00
examples
include add accessors 2007-01-14 19:41:24 +00:00
lib Fix PR1110 and Analysis/Dominators/2007-01-14-BreakCritEdges.ll by being 2007-01-14 18:33:35 +00:00
projects
runtime
test new testcase 2007-01-14 19:40:48 +00:00
tools Regenerate. 2007-01-13 04:40:16 +00:00
utils For PR1064: 2007-01-12 07:05:14 +00:00
win32
Xcode
.cvsignore
configure '==' is not a legal test operator on BSD. Use '='. 2007-01-12 18:22:38 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.