LLVM backend for 6502
Go to file
Chad Rosier 483454f2f1 Add href to clang in overview.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151503 91177308-0d34-0410-b5e6-96231b3b80d8
2012-02-26 21:34:02 +00:00
autoconf
bindings
cmake
docs Add href to clang in overview. 2012-02-26 21:34:02 +00:00
examples Switch to a more idiomatic way of silencing unused variable warnings in 2012-02-20 00:02:49 +00:00
include Change the implementation of dominates(inst, inst) to one based on what the 2012-02-26 02:19:19 +00:00
lib Don't call dominates on unreachable instructions. Should fix the dragonegg 2012-02-26 05:30:08 +00:00
projects
runtime
test Add testcase for the previous commit. 2012-02-26 05:49:57 +00:00
tools Add support for random constant vectors. 2012-02-26 13:56:18 +00:00
unittests Fix typos. 2012-02-22 16:01:54 +00:00
utils Remove 'if' from getSuperRegisters, getSubRegisters, and getOverlaps that were added in r151038. 2012-02-23 08:42:06 +00:00
.gitignore
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.