LLVM backend for 6502
Go to file
Benjamin Kramer 95c885d65a PPC: Disable moves for all CR subregisters.
Should fix assertion failures on ppc buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143290 91177308-0d34-0410-b5e6-96231b3b80d8
2011-10-29 19:43:38 +00:00
autoconf Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
bindings
cmake Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
docs Revise ThreadSanitizer mention so that it lists the correct frontends. 2011-10-29 01:11:15 +00:00
examples
include Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
lib PPC: Disable moves for all CR subregisters. 2011-10-29 19:43:38 +00:00
projects Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
runtime
test SimplifyLibCalls: Use IRBuilder.CreateGlobalString when creating a string for printf->puts, which correctly sets the unnamed_addr bit on the resulting GlobalVariable. 2011-10-29 19:43:31 +00:00
tools uint64 formatted output: replaced %llx with PRIx64 macro. 2011-10-28 13:07:32 +00:00
unittests
utils Allow InstAlias's to use immediate matcher patterns that xform the value. 2011-10-28 22:32:53 +00:00
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
configure Remove the Alpha backend. 2011-10-27 22:56:32 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
README.txt Test. 2011-10-29 14:16:39 +00:00

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.