LLVM backend for 6502
Go to file
2009-11-06 00:12:53 +00:00
autoconf configure: Add --with-optimize-option, for setting the default value of 2009-11-04 04:32:50 +00:00
bindings
cmake CMake: Detect dotty. 2009-11-05 19:03:26 +00:00
docs lit: Add --param NAME=VALUE option, for test suite specific use (to communicate 2009-11-05 16:27:33 +00:00
examples Update CreateMalloc so that its callers specify the size to allocate: 2009-11-05 00:03:03 +00:00
include Add a bunch of missing "template" keywords to disambiguate dependent template names. GCC eats this ill-formed code, Clang does not. I already filed PR5404 to improve recovery in this case 2009-11-06 00:12:53 +00:00
lib Factor out the printing of the leading tab into printInlineAsm. 2009-11-06 00:04:54 +00:00
projects
runtime
test Fix PR5315, original patch by Nicolas Capens! 2009-11-06 00:11:57 +00:00
tools
unittests
utils Teach lit's SyntaxCheckTest two new tricks: 2009-11-05 22:58:04 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure configure: Add --with-optimize-option, for setting the default value of 2009-11-04 04:32:50 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in configure: Add --with-optimize-option, for setting the default value of 2009-11-04 04:32:50 +00:00
Makefile.rules configure: Add --with-optimize-option, for setting the default value of 2009-11-04 04:32:50 +00:00
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.