LLVM backend for 6502
Go to file
2009-01-21 18:11:10 +00:00
autoconf Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! 2009-01-20 00:51:40 +00:00
bindings
cmake
docs Mimic gcc behaviour with regard to response files. 2009-01-21 13:14:02 +00:00
examples
include add getPointerToGlobal to the C bindings, patch by Lennart Augustsson! 2009-01-21 18:11:10 +00:00
lib add getPointerToGlobal to the C bindings, patch by Lennart Augustsson! 2009-01-21 18:11:10 +00:00
projects
runtime
test Simplify ReduceLoadWidth's logic: it doesn't need several different 2009-01-21 15:17:51 +00:00
tools Fix 'llvm-config --libs' output. 2009-01-21 13:05:00 +00:00
unittests
utils Change the hook API back to prevent memory leaks. 2009-01-21 13:04:33 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate. 2009-01-20 00:52:24 +00:00
CREDITS.TXT Adding your's truly to CREDITS.TXT 2009-01-19 15:04:29 +00:00
LICENSE.TXT Renamed Google Test license file from COPYING to LICENSE.TXT to match LLVM 2009-01-05 17:42:15 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Update to include clean and install commands. 2007-07-20 20:54:41 +00:00
README.txt Remove extra lines 2008-07-28 20:50:25 +00:00

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.