LLVM backend for 6502
Go to file
Chris Lattner aaeb0c8666 simplify some code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43198 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-20 04:09:48 +00:00
autoconf
bindings
docs Don't mention -enable-unsafe-fp-math in LangRef.html, as that option is 2007-10-17 18:05:13 +00:00
examples
include Local spiller optimization: 2007-10-19 21:23:22 +00:00
lib simplify some code. 2007-10-20 04:09:48 +00:00
projects
runtime
test New test case. 2007-10-19 22:05:00 +00:00
tools Switching TargetMachineRegistry to use the new generic Registry. 2007-10-17 21:28:48 +00:00
utils Update this file for 2.0 syntax. Contributed by Jan Rehders 2007-10-19 16:54:13 +00:00
website
win32 Updated VC++ build system 2007-10-19 15:51:20 +00:00
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT Adding myself 2007-10-11 18:54:49 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
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.