LLVM backend for 6502
Go to file
2011-05-18 12:26:38 +00:00
autoconf
bindings
cmake
docs Fix errors in this llvm ir example. 2011-05-16 19:29:30 +00:00
examples Fix a ton of comment typos found by codespell. Patch by 2011-04-15 05:18:47 +00:00
include Refactor getActionType and getTypeToTransformTo ; place all of the 'decision' 2011-05-18 12:26:38 +00:00
lib Refactor getActionType and getTypeToTransformTo ; place all of the 'decision' 2011-05-18 12:26:38 +00:00
projects
runtime The computation of string length is not that complicated. Fix it, again. :) 2011-05-05 23:52:18 +00:00
test Tighten up checking of the validity of casts. (1) The IR parser would 2011-05-18 09:21:57 +00:00
tools
unittests
utils
website
.gitignore
build-for-llvm-top.sh Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT 2010 is upon us. 2010-01-09 18:40:31 +00:00
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.