LLVM backend for 6502
Go to file
2011-11-15 21:33:05 +00:00
autoconf
bindings
cmake
docs Update section "MIPS Target Improvements" in the llvm 3.0 release notes. 2011-11-15 21:33:05 +00:00
examples
include StringRefize and simplify. 2011-11-15 19:12:09 +00:00
lib ARM size suffix on VFP single-precision 'vmov' is optional. 2011-11-15 21:18:35 +00:00
projects
runtime
test ARM alternate size suffices for VTRN instructions. 2011-11-15 20:49:46 +00:00
tools Remove all remaining uses of Value::getNameStr(). 2011-11-15 16:27:03 +00:00
unittests Fix Windows build, don't try to #include <pthread.h> when we know it's not 2011-11-14 22:10:23 +00:00
utils Add vmov.f32 to materialize f32 immediate splats which cannot be handled by 2011-11-15 02:12:34 +00:00
.gitignore
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
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.