LLVM backend for 6502
Go to file
2012-01-24 18:37:29 +00:00
autoconf
bindings
cmake Undo an over zealous rename. This bit of the CMake build really is 2012-01-24 18:00:44 +00:00
docs Fix broken link. 2012-01-23 08:47:21 +00:00
examples
include Add an (interleave A, B, ...) SetTheory operator. 2012-01-24 18:06:05 +00:00
lib Widen the instruction encoder that TblGen emits to a 64 bits, which should accomodate every target I can think of offhand. 2012-01-24 18:37:29 +00:00
projects
runtime
test NEON VLD4(one lane) assembly parsing and encoding. 2012-01-24 18:37:25 +00:00
tools
unittests
utils Widen the instruction encoder that TblGen emits to a 64 bits, which should accomodate every target I can think of offhand. 2012-01-24 18:37:29 +00:00
.gitignore
CMakeLists.txt
configure
CREDITS.TXT CREDITS.TXT: Add a line. (test commit) 2011-10-29 23:42:14 +00:00
LICENSE.TXT Happy new year 2012! 2012-01-01 08:16:56 +00:00
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.