LLVM backend for 6502
Go to file
2011-10-28 19:55:48 +00:00
autoconf Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
bindings
cmake Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
docs Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
examples
include Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
lib Make changes necessary in LowerFormalArguments to support Mips64. 2011-10-28 19:55:48 +00:00
projects Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
runtime
test The expression icmp eq (select (icmp eq x, 0), 1, x), 0 folds to false. 2011-10-28 19:01:20 +00:00
tools uint64 formatted output: replaced %llx with PRIx64 macro. 2011-10-28 13:07:32 +00:00
unittests
utils Allow register classes to match a containing class in InstAliases. 2011-10-28 16:43:40 +00:00
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
configure Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
CREDITS.TXT
LICENSE.TXT
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.