LLVM backend for 6502
Go to file
2010-10-13 22:09:34 +00:00
autoconf
bindings
cmake GetTargetTriple.cmake: detect MinGW 64 bits. 2010-10-13 20:15:08 +00:00
docs
examples
include Conversely, Analysis-implementations do NOT need to initialize the AnalysisGroup. It will only matter when 2010-10-13 21:55:07 +00:00
lib More encoding cleanup. Also add register Rd operands for indirect branches. 2010-10-13 22:09:34 +00:00
projects
runtime
test Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern 2010-10-13 21:00:04 +00:00
tools Be more consistent in using ValueToValueMapTy. 2010-10-13 01:36:30 +00:00
unittests
utils Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern 2010-10-13 21:00:04 +00:00
website
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.