LLVM backend for 6502
Go to file
2009-11-06 06:33:01 +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 Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM 2009-11-06 01:33:24 +00:00
include remove some more Context arguments. 2009-11-06 05:59:53 +00:00
lib remove some more Context arguments. 2009-11-06 05:59:53 +00:00
projects
runtime
test Revert r86077 because it caused crashes in 179.art and 175.vpr on ARM 2009-11-06 01:33:24 +00:00
tools
unittests
utils clang++ points out that this is pointless. 2009-11-06 06:33:01 +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.