LLVM backend for 6502
Go to file
Lang Hames 94a4a5eec6 Added CalcSpillWeights to CMakeLists.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91275 91177308-0d34-0410-b5e6-96231b3b80d8
2009-12-14 07:43:25 +00:00
autoconf Fix typos. Thanks to John Tytgat for noticing it! 2009-12-07 00:27:35 +00:00
bindings
cmake CheckAtomic.cmake: Put all C++ code inside CHECK_CXX_SOURCE_COMPILES. 2009-12-06 00:06:33 +00:00
docs Add note about loadable modules on windows. 2009-12-09 17:26:02 +00:00
examples
include Whitespace changes, comment clarification. No functional changes. 2009-12-14 06:51:19 +00:00
lib Added CalcSpillWeights to CMakeLists. 2009-12-14 07:43:25 +00:00
projects
runtime
test revert r91184, because it causes a crash on a .bc file I just 2009-12-14 05:11:02 +00:00
tools when opt crashes, print its command line arguments as a pretty stack trace. 2009-12-09 00:41:28 +00:00
unittests Reinstate r91208 to fix available_externally linkage for globals, with 2009-12-13 20:30:32 +00:00
utils Remove unneeded ';' and a class/struct mismatch (noticed by clang). 2009-12-09 02:58:09 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Fix typos. Thanks to John Tytgat for noticing it! 2009-12-07 00:27:35 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Update install-clang target for clang-cc removal. 2009-12-12 21:17:54 +00:00
Makefile.common
Makefile.config.in Fix typos. Thanks to John Tytgat for noticing it! 2009-12-07 00:27:35 +00:00
Makefile.rules
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.