LLVM backend for 6502
Go to file
2010-07-14 01:57:17 +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
include Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_DEF (and subsequently eliminate them). This allows machine LICM to hoist IMPLICIT_DEF's. PR7620. 2010-07-14 01:22:19 +00:00
lib fix a bug found by a warning I added to clang this morning. 2010-07-14 01:57:17 +00:00
projects
runtime
test Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_DEF (and subsequently eliminate them). This allows machine LICM to hoist IMPLICIT_DEF's. PR7620. 2010-07-14 01:22:19 +00:00
tools
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
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.