LLVM backend for 6502
Go to file
Cameron Zwarich 229b22132b Remove an unnecessary #include.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@123877 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-20 03:56:35 +00:00
autoconf autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llvm.dll with --enable-shared on Cygming. 2010-12-29 03:59:14 +00:00
bindings
cmake Add some platform checks. Also fix a typo on a Makefile. 2011-01-17 16:35:14 +00:00
docs finish a sentence. 2011-01-18 06:12:10 +00:00
examples
include Remove an unnecessary #include. 2011-01-20 03:56:35 +00:00
lib Fix bug found by new clang warning. 2011-01-20 02:43:19 +00:00
projects
runtime
test If we can, lower the multiply part of a umulo/smulo call to a libcall 2011-01-20 00:29:24 +00:00
tools Add some platform checks. Also fix a typo on a Makefile. 2011-01-17 16:35:14 +00:00
unittests Unittests/Support/Path: Tweak test. 2011-01-15 18:52:49 +00:00
utils Fix comment for gen-clang-decl-nodes tblgen backend, from Michael Han 2011-01-19 15:57:47 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Suppress warning "switch statement contains 'default' but no 'case' labels" on MSVC. 2011-01-17 02:07:17 +00:00
configure autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llvm.dll with --enable-shared on Cygming. 2010-12-29 03:59:14 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in autoconf: Add --disable-embed-stdcxx to suppress linking libstdc++.a into llvm.dll with --enable-shared on Cygming. 2010-12-29 03:59:14 +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.

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