LLVM backend for 6502
Go to file
2012-03-25 12:43:54 +00:00
autoconf Remove the C backend. 2012-03-23 05:50:46 +00:00
bindings [python] Add negative MemoryBuffer testcase 2012-03-22 11:23:52 +00:00
cmake
docs s/restrict/describe/ 2012-03-25 11:14:35 +00:00
examples
include Use the isReachableFromEntry method. 2012-03-24 23:29:27 +00:00
lib Teach the function cloner (and thus the inliner) to simplify PHINodes 2012-03-25 10:34:54 +00:00
projects Remove the C backend. 2012-03-23 05:50:46 +00:00
runtime
test This file is no longer needed (DejaGNU-isms removed from code) 2012-03-25 12:43:54 +00:00
tools Include cctype for std::isprint. 2012-03-23 11:49:32 +00:00
unittests Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
utils Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its having 2012-03-25 09:42:28 +00:00
.gitignore
CMakeLists.txt Remove the C backend. 2012-03-23 05:50:46 +00:00
configure Remove the C backend. 2012-03-23 05:50:46 +00:00
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.