LLVM backend for 6502
Go to file
2010-11-18 01:08:42 +00:00
autoconf
bindings
cmake Updated library dependencies. 2010-11-18 00:12:27 +00:00
docs
examples
include Introduce memoization for ScalarEvolution dominates and properlyDominates 2010-11-18 00:34:22 +00:00
lib Try again at providing Thumb2 encodings for basic multiplication operators. 2010-11-18 01:08:42 +00:00
projects
runtime
test Try again at providing Thumb2 encodings for basic multiplication operators. 2010-11-18 01:08:42 +00:00
tools Make MCJIT work with CMake. 2010-11-17 23:35:07 +00:00
unittests Appease MSVC 2008: you can't use keyword this inside EXPECT_EQ(). 2010-11-18 00:59:50 +00:00
utils Remove ARM isel hacks that fold large immediates into a pair of add, sub, and, 2010-11-17 20:13:28 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt Make MCJIT work with CMake. 2010-11-17 23:35:07 +00:00
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in Add --enable-docs. Patch by NAKAMURA Takumi. 2010-11-12 19:24:06 +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.