LLVM backend for 6502
Go to file
2011-08-19 18:55:51 +00:00
autoconf Add NativeClient operating system support. 2011-08-18 22:54:21 +00:00
bindings
cmake
docs Fixed some punctuation. Sentences can be combined with semi-colons but not 2011-08-19 16:57:55 +00:00
examples
include C API functions must be able to see their extern "C" definitions, or it will be impossible to call them from C. 2011-08-19 01:36:54 +00:00
lib Thumb assembly parsing and encoding for LDRH. 2011-08-19 18:55:51 +00:00
projects
runtime
test Thumb assembly parsing and encoding for LDRH. 2011-08-19 18:55:51 +00:00
tools Fixed compilation warning on Linux by fixing the type of a return value. 2011-08-18 01:19:05 +00:00
unittests
utils
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir 2011-07-21 16:28:51 +00:00
configure Add NativeClient operating system support. 2011-08-18 22:54:21 +00:00
CREDITS.TXT I am the code owner for Clang's IR generation; this has been true 2011-08-02 01:38:19 +00:00
LICENSE.TXT Happy new year. 2011-06-12 15:26:54 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Remove trailing space. This is just an excuse to poke the 2010-10-05 20:32:15 +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.