LLVM backend for 6502
Go to file
2010-03-29 17:36:02 +00:00
autoconf
bindings
cmake
docs remove parallel support. 2010-03-27 02:53:27 +00:00
examples
include Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinter.cpp. 2010-03-29 17:20:31 +00:00
lib add support for zero initialized unions, patch by Tim Northover! 2010-03-29 17:36:02 +00:00
projects
runtime
test add support for zero initialized unions, patch by Tim Northover! 2010-03-29 17:36:02 +00:00
tools revert r99719 which is breaking the botz. 2010-03-27 18:01:10 +00:00
unittests
utils Switch pattern sorting predicate from stable sort -> sort, it 2010-03-29 02:02:45 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt CMake: Add options for using static runtime on MSVC++ build. 2010-03-18 13:52:05 +00:00
configure
CREDITS.TXT Adding the MicroBlaze backend. 2010-02-23 19:15:24 +00:00
LICENSE.TXT 2010 is upon us. 2010-01-09 18:40:31 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt Give packagers some advice about how to build LLVM so it's useful to 2010-02-26 00:54:42 +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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.