LLVM backend for 6502
Go to file
2009-03-26 05:28:26 +00:00
autoconf
bindings
cmake
docs Mention explicitly that the Ada front-end will not bootstrap. 2009-03-24 21:16:39 +00:00
examples
include CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. 2009-03-25 01:47:28 +00:00
lib fix some warnings in release-asserts mode. 2009-03-26 05:28:26 +00:00
projects Revert r67655 and r67656, as they are breaking the build. I'm 2009-03-25 00:52:11 +00:00
runtime
test Add testcase for r67728. 2009-03-26 01:52:47 +00:00
tools CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. 2009-03-25 01:48:21 +00:00
unittests Converted a1.ll to unittests. 2009-03-24 21:36:09 +00:00
utils Modify getRegisterValueType() to allow for a register being in mutliple 2009-03-25 23:28:33 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
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.