LLVM backend for 6502
Go to file
2009-07-28 21:53:17 +00:00
autoconf
bindings
cmake CMake configuration: find mkdtemp, mkstemp, mktemp. 2009-07-27 18:23:41 +00:00
docs Add a new keyword 'inbounds' for use with getelementptr. See the 2009-07-27 21:53:46 +00:00
examples Change ConstantArray to 2.5 API. 2009-07-28 18:32:17 +00:00
include Remove unused parameter name. 2009-07-28 21:50:32 +00:00
lib Darwin outputs (DW_EH_PE_pcrel | DW_EH_PE_indirect | DW_EH_PE_sdata4) when we're 2009-07-28 21:53:17 +00:00
projects
runtime
test In thumb2 mode, add pc is unpredictable. Use add + mov pc instead (that is until more optimization goes in). 2009-07-28 20:53:24 +00:00
tools Provide generic MCAsmParser when constructing target specific parsers. 2009-07-28 20:47:52 +00:00
unittests
utils Tweak LLVM emacs style to make default namespace indentation closer to style 2009-07-28 17:34:57 +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.