LLVM backend for 6502
Go to file
2010-04-16 23:30:28 +00:00
autoconf Add an autoconf check for -retain-symbols-file and conditionalize 2010-04-16 22:58:15 +00:00
bindings
cmake
docs update docs for api change. 2010-04-16 23:07:44 +00:00
examples
include Add a getSelectionDAGInfo member to TargetMachine. 2010-04-16 23:09:10 +00:00
lib Cast to (uint64_t) instead of relying on the "ul" suffix. 2010-04-16 23:30:28 +00:00
projects
runtime Delete a blank line. 2010-04-16 13:32:55 +00:00
test Minor change to make the test case comply with Vd<0> == '0' when Q == '1'. 2010-04-16 22:48:31 +00:00
tools introduce a new CallGraphSCC class, and pass it around 2010-04-16 22:42:17 +00:00
unittests introduce a new CallGraphSCC class, and pass it around 2010-04-16 22:42:17 +00:00
utils Fix a bunch of namespace polution. 2010-04-15 17:08:50 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate configure script. 2010-04-16 22:59:06 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Add an autoconf check for -retain-symbols-file and conditionalize 2010-04-16 22:58:15 +00:00
Makefile.rules Add an autoconf check for -retain-symbols-file and conditionalize 2010-04-16 22:58:15 +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.