LLVM backend for 6502
Go to file
2009-08-15 02:05:35 +00:00
autoconf
bindings
cmake CMake: Updated library dependence info. 2009-08-14 20:30:18 +00:00
docs
examples
include Move FormattedStream's write_impl out of line. 2009-08-15 02:01:04 +00:00
lib Do not use frame register to reference fixed stack objects if the function is frameless. 2009-08-15 02:05:35 +00:00
projects
runtime
test On x86-64, for a varargs function, don't store the xmm registers to 2009-08-15 01:38:56 +00:00
tools llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) 2009-08-14 18:19:52 +00:00
unittests
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: Builds main LLVM Target library before its sublibraries. This 2009-08-14 05:17:24 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Force reconfigure 2009-08-14 18:53:19 +00:00
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.