LLVM backend for 6502
Go to file
2011-02-24 21:04:06 +00:00
autoconf
bindings
cmake Export TARGET_TRIPLE on LLVM.cmake. It is necessary for running tests 2011-02-23 11:28:40 +00:00
docs Enable support for vector sext and trunc: 2011-02-24 21:01:34 +00:00
examples
include Enable DebugInfo support for COFF object files. 2011-02-24 21:04:00 +00:00
lib Enable DebugInfo support for COFF object files. 2011-02-24 21:04:00 +00:00
projects
runtime
test Enable support for vector sext and trunc: 2011-02-24 21:01:34 +00:00
tools Switch LTO to use MC. This takes the linking of libxul.so from about 7m to 2011-02-24 21:04:06 +00:00
unittests
utils Fix Builder::execute() to more properly pass the desired environment 2011-02-22 23:30:45 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Better OpenBSD support, patch by Amit Kulkarni. I have no way to test 2011-02-21 18:38:56 +00:00
ModuleInfo.txt
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.

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