LLVM backend for 6502
Go to file
2009-12-22 14:25:37 +00:00
autoconf
bindings Fix another parallel make race condition. 2009-12-18 20:12:14 +00:00
cmake CMake: Update lib deps. 2009-12-19 21:27:30 +00:00
docs Add more detail for getting started on Windows. 2009-12-17 17:18:11 +00:00
examples
include don't run GVN at -O1, GCC doesn't do it's equivalent at that optimization level. 2009-12-22 04:47:41 +00:00
lib While converting one of the operands to a memory operand, we need to check if it is Legal and does not result into a cyclic dep. 2009-12-22 14:25:37 +00:00
projects
runtime
test While converting one of the operands to a memory operand, we need to check if it is Legal and does not result into a cyclic dep. 2009-12-22 14:25:37 +00:00
tools specify what is invalid about it 2009-12-22 07:03:21 +00:00
unittests Change StringRef::startswith and StringRef::endswith to versions which are a 2009-12-21 06:49:24 +00:00
utils Fix a bug in !subst where TableGen would go and resubstitute text it had 2009-12-21 21:21:34 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT Add myself to the blame list. 2009-08-20 15:20:15 +00:00
LICENSE.TXT Add regular expression matching support, based on OpenBSD regexec()/regcomp() 2009-08-30 08:24:09 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
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.