LLVM backend for 6502
Go to file
2009-03-09 07:09:01 +00:00
autoconf Remove configurey-fu to autodetect hash_map and hash_set now that they are 2009-03-09 06:16:26 +00:00
bindings
cmake Remove configurey-fu to autodetect hash_map and hash_set now that they are 2009-03-09 06:16:26 +00:00
docs
examples
include in builds without asserts we do not need to allocate the Next pointer in "ghostly" sentinels 2009-03-09 07:09:01 +00:00
lib Make the code generator rip of dead constant expr uses before deciding 2009-03-09 05:52:15 +00:00
projects
runtime
test testcase for PR3744 2009-03-09 05:44:59 +00:00
tools
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 Regenerate. 2009-03-09 06:16:46 +00:00
CREDITS.TXT Adding your's truly to CREDITS.TXT 2009-01-19 15:04:29 +00:00
LICENSE.TXT
llvm.spec.in
Makefile Remove configurey-fu to autodetect hash_map and hash_set now that they are 2009-03-09 06:16:26 +00:00
Makefile.common
Makefile.config.in
Makefile.rules
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.