LLVM backend for 6502
Go to file
2006-07-28 22:00:24 +00:00
autoconf For PR848: 2006-07-28 05:05:00 +00:00
docs Correct a misunderstanding about cross-compiling. Anton's changes don't 2006-07-27 06:41:31 +00:00
examples WriteBytecodeToFile throws, so this needs EH info. 2006-07-28 21:55:54 +00:00
include/llvm The smallvector dtor should destroy the elements. 2006-07-28 05:03:42 +00:00
lib Exceptions are thrown by and through this library. 2006-07-28 22:00:24 +00:00
projects
runtime Reverted previous commit. Thanks, Chris. 2006-07-28 18:30:52 +00:00
test
tools Updating the comments above SplitFunctionsOutOfModule in ExtractFunction.cpp to reflect the changes made to that function. Specifically I am removing the FIXME comment because the issue has been addressed. 2006-07-28 18:03:01 +00:00
utils Clean up. 2006-07-28 01:19:22 +00:00
win32
Xcode
.cvsignore
configure For PR848: 2006-07-28 05:05:00 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in For PR848: 2006-07-28 05:05:00 +00:00
Makefile.rules Pass -fstrict-aliasing to the compiler when building a release build on darwin. 2006-07-27 18:19:51 +00:00
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.