LLVM backend for 6502
Go to file
2012-02-19 04:38:25 +00:00
autoconf add LLVM_VERSION_MAJOR and _MINOR defines 2012-02-13 18:48:10 +00:00
bindings
cmake add LLVM_VERSION_MAJOR and _MINOR defines 2012-02-13 18:48:10 +00:00
docs Fix documentation. 2012-02-18 01:38:41 +00:00
examples
include Hashing.h - utilities for hashing various data types. 2012-02-18 21:00:49 +00:00
lib Skip through instructions rather than operands when looking for last use slot. 2012-02-19 04:38:25 +00:00
projects
runtime
test Add vmfunc instruction to X86 assembler and disassembler. 2012-02-19 01:39:49 +00:00
tools
unittests Hashing.h - utilities for hashing various data types. 2012-02-18 21:00:49 +00:00
utils Add vmfunc instruction to X86 assembler and disassembler. 2012-02-19 01:39:49 +00:00
.gitignore
CMakeLists.txt add LLVM_VERSION_MAJOR and _MINOR defines 2012-02-13 18:48:10 +00:00
configure add LLVM_VERSION_MAJOR and _MINOR defines 2012-02-13 18:48:10 +00:00
CREDITS.TXT Update credits. 2012-02-16 18:54:41 +00:00
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules On Cygwin/MingW, add SharedLibDir and LLVMToolDir to the library search path, since shared libraries are placed in 'bin'. (static libraries are still in 'lib'). 2012-02-18 10:03:19 +00:00
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.