LLVM backend for 6502
Go to file
2009-06-26 22:00:19 +00:00
autoconf
bindings
cmake CMake: add configure checks for pthread_rwlock_init and pthread_getspecific 2009-06-26 14:35:43 +00:00
docs Clarify how to configure llvm-gcc-4.2 for use with 2009-06-26 05:44:53 +00:00
examples
include Add intrinsics for ARM NEON vtbl and vtbx operations. 2009-06-26 21:45:05 +00:00
lib Add x86 support for 'n' inline asm modifier. This will be handled target independently as part of MC work. 2009-06-26 22:00:19 +00:00
projects
runtime
test Add x86 support for 'n' inline asm modifier. This will be handled target independently as part of MC work. 2009-06-26 22:00:19 +00:00
tools Indentation. 2009-06-26 06:57:16 +00:00
unittests
utils Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's looking for duplicates. 2009-06-26 05:59:16 +00:00
website
win32
Xcode
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.