LLVM backend for 6502
Go to file
Dan Gohman ce56262211 Add support for PHI-translating sext, zext, and trunc instructions,
enabling more PRE. PR8586.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119704 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-18 17:05:13 +00:00
autoconf
bindings
cmake Updated library dependencies. 2010-11-18 00:12:27 +00:00
docs
examples
include patch from Frits van Bommel: 2010-11-18 02:15:42 +00:00
lib Add support for PHI-translating sext, zext, and trunc instructions, 2010-11-18 17:05:13 +00:00
projects
runtime
test Add support for PHI-translating sext, zext, and trunc instructions, 2010-11-18 17:05:13 +00:00
tools Make MCJIT work with CMake. 2010-11-17 23:35:07 +00:00
unittests Revert 119600 to unbreak the build. Francois, please investigate. 2010-11-18 01:38:07 +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
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.