LLVM backend for 6502
Go to file
2010-04-30 20:47:09 +00:00
autoconf Default OPTIMIZE_OPTION to -O2 on FreeBSD, at the request of the Clang/FreeBSD 2010-04-30 17:12:23 +00:00
bindings
cmake
docs Fixed @ctor / @dtor the wrong way around in last commit. 2010-04-30 19:27:35 +00:00
examples
include Attach AT_APPLE_optimized attribute to optimized function's debug info. 2010-04-30 19:38:23 +00:00
lib Preserve debug info attached with call instruction while eliminating dead argument. 2010-04-30 20:23:54 +00:00
projects
runtime
test Preserve debug info attached with call instruction while eliminating dead argument. 2010-04-30 20:23:54 +00:00
tools
unittests
utils
website
build-for-llvm-top.sh
CMakeLists.txt CMake: Add options for using static runtime on MSVC++ build. 2010-03-18 13:52:05 +00:00
configure Regenerate. 2010-04-30 17:12:26 +00:00
CREDITS.TXT Adding the MicroBlaze backend. 2010-02-23 19:15:24 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Add an install-clang-c top-level target, which does a Clang C API install. 2010-04-30 20:04:45 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Fix TOOLALIAS to not make dependency against $(PROJ_bindir), this is unnecessary 2010-04-30 20:47:09 +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.

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