LLVM backend for 6502
Go to file
Jakob Stoklund Olesen 2aa6b4c142 Fix more register allocation sensitive tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@134667 91177308-0d34-0410-b5e6-96231b3b80d8
2011-07-08 00:24:06 +00:00
autoconf Add initial *-*-rtems* target, from Joel Sherrill 2011-07-01 22:41:06 +00:00
bindings
cmake Fix CMake build's library dependencies. 2011-07-07 23:45:45 +00:00
docs Add documenation about "branch_weight" metadata and __builtin_expect instruction 2011-07-06 18:31:02 +00:00
examples
include Move a function out-of-line. 2011-07-07 21:05:13 +00:00
lib Let the inline asm 'q' constraint match float, and on 64-bit double too. 2011-07-08 00:19:27 +00:00
projects
runtime
test Fix more register allocation sensitive tests. 2011-07-08 00:24:06 +00:00
tools Remove some unnecessary includes. 2011-07-06 20:48:27 +00:00
unittests Fix a subtle issue in SmallVector. The following code did not work as expected: 2011-07-06 22:36:59 +00:00
utils Compute feature bits at time of MCSubtargetInfo initialization. 2011-07-07 07:07:08 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure Add initial *-*-rtems* target, from Joel Sherrill 2011-07-01 22:41:06 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. 2011-07-01 22:36: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.