LLVM backend for 6502
Go to file
2010-09-08 04:48:17 +00:00
autoconf
bindings
cmake
docs Add documentation for llvm-diff. 2010-09-07 23:10:21 +00:00
examples
include Add a new experimental generalized dependence query interface to 2010-09-08 01:32:20 +00:00
lib ARM/Disassembler: Fix definitions incompatible(unsigned and uint32_t) to Cygwin-1.5, following up to r113255. 2010-09-08 04:48:17 +00:00
projects
runtime
test fix the encoding of the "jump on *cx" family of instructions, 2010-09-08 04:30:51 +00:00
tools
unittests
utils Add an MVT::x86mmx type. It will take the place of all current MMX vector types. 2010-09-07 20:03:56 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure Update configure for change to autoconf/configure.ac to add PTX backend. 2010-09-07 18:14:42 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.