LLVM backend for 6502
Go to file
2011-02-23 16:46:37 +00:00
autoconf
bindings
cmake Export TARGET_TRIPLE on LLVM.cmake. It is necessary for running tests 2011-02-23 11:28:40 +00:00
docs
examples
include Add XCore intrinsic for the setv instruction. 2011-02-23 16:46:37 +00:00
lib Add XCore intrinsic for the setv instruction. 2011-02-23 16:46:37 +00:00
projects
runtime
test Add XCore intrinsic for the setv instruction. 2011-02-23 16:46:37 +00:00
tools Fixed a bug in the enhanced disassembly tester that 2011-02-23 03:29:41 +00:00
unittests Simplify RecursivelyDeleteDeadPHINode. The only functionality change 2011-02-21 16:27:36 +00:00
utils Fix Builder::execute() to more properly pass the desired environment 2011-02-22 23:30:45 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It affects testing stuff on clang-standalone build. 2011-02-21 03:21:06 +00:00
configure
CREDITS.TXT Another git svn dcommit test. This time let's hope it doesn't kill my repo. 2010-12-10 14:45:10 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Better OpenBSD support, patch by Amit Kulkarni. I have no way to test 2011-02-21 18:38:56 +00:00
ModuleInfo.txt Remove trailing space. This is just an excuse to poke the 2010-10-05 20:32:15 +00:00
README.txt Test commit. 2011-02-11 19:11:57 +00:00

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.