LLVM backend for 6502
Go to file
Alkis Evlogimenos 978f629ba9 A call instruction should implicitely define ST0 since the return
value is returned in that register. The pseudo instructions
FpGETRESULT and FpSETRESULT shold also have an implicity use and def
of ST0 repsecitvely.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16246 91177308-0d34-0410-b5e6-96231b3b80d8
2004-09-08 16:54:54 +00:00
autoconf PAPI check has been moved to projects/reopt. 2004-09-07 17:35:16 +00:00
docs bug 352 fixed 2004-09-07 17:52:38 +00:00
examples
include Use a DenseMap for mapping reg->reg. This improves the LiveInterval 2004-09-08 03:01:50 +00:00
lib A call instruction should implicitely define ST0 since the return 2004-09-08 16:54:54 +00:00
projects Added the configuration of the test/Makefile. 2004-09-05 16:42:30 +00:00
runtime Clean up some "clean:" targets so they use $(VERB) and don't print anything 2004-09-03 23:19:53 +00:00
test Per Bug 257 2004-09-05 08:18:23 +00:00
tools Don't re-instantiate the std::string in catch block. 2004-09-03 22:59:32 +00:00
utils Modify the lines of code counting mechanism to use the new "countloc.sh" 2004-09-06 19:32:55 +00:00
.cvsignore
configure Remove PAPIDIR, per brg 2004-09-07 18:04:45 +00:00
CREDITS.TXT Actually get the URL to my notes page correct. 2004-08-24 05:40:25 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in PAPI is not used here. 2004-09-07 17:34:34 +00:00
Makefile.rules Use libtool, not mklib (which somehow doesn't get generated anymore) 2004-09-07 19:03:35 +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.