LLVM backend for 6502
Go to file
2011-02-22 07:07:59 +00:00
autoconf
bindings
cmake CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It affects testing stuff on clang-standalone build. 2011-02-21 03:21:06 +00:00
docs
examples
include Roll out r126169 and r126170 in an attempt to fix the selfhost bot. 2011-02-22 03:24:52 +00:00
lib Guard against de-referencing MBB.end(). 2011-02-22 07:07:59 +00:00
projects
runtime
test available_externally (hidden or not) GVs are always accessed via stubs. rdar://9027648. 2011-02-22 06:58:34 +00:00
tools Fixed llvm-mc in edis mode to use the result of 2011-02-22 02:09:15 +00:00
unittests Simplify RecursivelyDeleteDeadPHINode. The only functionality change 2011-02-21 16:27:36 +00:00
utils Eliminate valgrind warnings from Python on the 32-bit as well. 2011-02-22 01:00:10 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt CMake: Define LLVM_INCLUDE_TESTS in cmake/modules/HandleLLVMOptions.cmake. It affects testing stuff on clang-standalone build. 2011-02-21 03:21:06 +00:00
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.