llvm-6502/lib
Duraid Madina b9bcd18794 fix register corruption! (my god.) r15 is a scratch reg, using that as
a frame pointer is a pretty doofus thing to do. use r5 instead, and
mark it callee-saved, coz that's what it is!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25526 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-23 06:08:46 +00:00
..
Analysis Add explicit iostream #includes 2006-01-22 23:19:18 +00:00
Archive more C++ daintiness 2005-12-26 14:31:26 +00:00
AsmParser Make sure intrinsic auto-upgrade is invoked correctly. 2006-01-19 01:21:04 +00:00
Bytecode 1. Identify bytecode modules that have upgraded intrinsics by setting a 2006-01-19 07:02:16 +00:00
CodeGen Fix bugs lowering stackrestore, fixing 2004-08-12-InlinerAndAllocas.c on 2006-01-23 05:22:07 +00:00
Debugger dum de dum 2005-12-26 10:24:15 +00:00
ExecutionEngine Add #include of <iostream> 2006-01-22 23:41:42 +00:00
Linker add support for ConstantPacked to the linker 2006-01-19 23:15:58 +00:00
Support Add explicit #includes of <iostream> 2006-01-22 22:53:01 +00:00
System For PR351: 2005-12-22 20:00:16 +00:00
Target fix register corruption! (my god.) r15 is a scratch reg, using that as 2006-01-23 06:08:46 +00:00
Transforms Refactor/genericize this, no functionality change 2006-01-23 05:57:36 +00:00
VMCore Speedup and simplify pass registration by the observation that there is 2006-01-23 01:01:04 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00