LLVM backend for 6502
Go to file
Evan Cheng b63b067925 Add pseudo dependency to force a def&use operand to be scheduled last (unless
the distance between the def and another use is much longer). This is under
option control for now "-sched-lower-defnuse".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28201 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-09 07:13:34 +00:00
autoconf Use the -dumpversion option to llvm-gcc which gives us just the version # 2006-05-09 00:31:01 +00:00
docs Actually, semantical doesn't appear to be a word. 2006-04-26 21:03:17 +00:00
examples
include/llvm PR 770 - permit coallescing of registers in subset register classes. 2006-05-09 06:37:48 +00:00
lib Add pseudo dependency to force a def&use operand to be scheduled last (unless 2006-05-09 07:13:34 +00:00
projects
runtime
test Test case for PR770 2006-05-09 06:48:12 +00:00
tools wrap long line 2006-05-04 23:35:31 +00:00
utils Add sub-register class information. 2006-05-09 06:34:26 +00:00
win32 Keep Visual Studio happy. 2006-05-03 00:28:50 +00:00
Xcode
.cvsignore
configure Use the -dumpversion option to llvm-gcc which gives us just the version # 2006-05-09 00:31:01 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove traces of Burg utility now that its gone and not needed. 2006-04-20 18:42:24 +00:00
README.txt Make the text of this file a little more useful. 2004-09-02 22:49:27 +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.