LLVM backend for 6502
Go to file
Dale Johannesen be876e3a90 Tests for llvm-gcc commit 108360.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108362 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-14 21:22:35 +00:00
autoconf
bindings
cmake
docs Fix the Named Metadata example to make it clear which specific 2010-07-13 19:48:13 +00:00
examples Convert some tab stops into spaces. 2010-07-12 08:16:59 +00:00
include Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h, 2010-07-14 18:14:33 +00:00
lib Just use getParent() instead of getModuleFromVal when the value is a Function. 2010-07-14 21:12:44 +00:00
projects
runtime
test Tests for llvm-gcc commit 108360. 2010-07-14 21:22:35 +00:00
tools Convert some tab stops into spaces. 2010-07-12 08:16:59 +00:00
unittests Switch from EXPECT_EQ({true,false, ...) to the more canonical 2010-07-13 17:28:05 +00:00
utils Silence a warning. 2010-07-12 18:17:47 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
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 Patched Makefile.rules to allow objective C and objective C++ compilation. 2010-07-13 18:47:09 +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.