LLVM backend for 6502
Go to file
2011-09-15 18:13:30 +00:00
autoconf
bindings
cmake
docs s/SequeuentiallyConsistent/SequentiallyConsistent/g 2011-09-11 15:50:05 +00:00
examples
include Use getPrevSlot() instead of getPrevIndex(). 2011-09-15 15:31:49 +00:00
lib Thumb2 assembly parsing and encoding for REV. 2011-09-15 18:13:30 +00:00
projects
runtime
test Thumb2 assembly parsing and encoding for REV. 2011-09-15 18:13:30 +00:00
tools DWARF: wire up .debug_str dumping. 2011-09-15 16:57:13 +00:00
unittests Add APInt support for converting to/from hexatridecimal strings 2011-09-14 15:54:46 +00:00
utils Fix mem type for VEX.128 form of VROUNDP*. Remove filter preventing VROUND from being recognized by disassembler. 2011-09-14 06:41:26 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
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.