LLVM backend for 6502
Go to file
2009-03-12 11:56:12 +00:00
autoconf Revert r66765 and r66766. These were causing build failures on Darwin. 2009-03-12 04:10:09 +00:00
bindings
cmake
docs add some text to explain sentinels 2009-03-12 10:30:31 +00:00
examples
include Add StringMap::lookup. 2009-03-12 01:16:06 +00:00
lib Reorganize some #include's. 2009-03-12 06:58:19 +00:00
projects
runtime
test Adjust this test for recent sroa improvements. 2009-03-12 11:56:12 +00:00
tools Also pass -gcc-tool-args when building a shared object. 2009-03-12 00:53:34 +00:00
unittests
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: auto-discover project files under the projects/ subdirectory. 2009-03-06 01:16:52 +00:00
configure Revert r66765 and r66766. These were causing build failures on Darwin. 2009-03-12 04:10:09 +00:00
CREDITS.TXT Adding your's truly to CREDITS.TXT 2009-01-19 15:04:29 +00:00
LICENSE.TXT Another great year for LLVM! 2009-02-26 15:17:13 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Revert r66765 and r66766. These were causing build failures on Darwin. 2009-03-12 04:10:09 +00:00
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +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.