llvm-6502/lib
Reid Spencer fc989e1ee0 Reduce the number of arguments in the instruction builder and make some
improvements on instruction selection that account for register and frame
index bases.

Patch contributed by Jeff Cohen. Thanks Jeff!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16110 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-30 00:13:26 +00:00
..
Analysis Fix a bug that caused the pass to go into infinite loops on trivial testcases. 2004-08-16 05:38:02 +00:00
Archive Add #include <iostream> which is needed now that Value.h doesn't include it 2004-07-04 11:01:27 +00:00
AsmParser Examine the type code in the setcc class of instructions and if it 2004-08-21 16:11:02 +00:00
Bytecode Correctly compute the number of compaction tables. 2004-08-27 00:43:51 +00:00
CodeGen Put this change back in after testing from Reid proved its innocence. getSpillSize now returns value in bits 2004-08-29 22:00:24 +00:00
Debugger Header moved 2004-07-29 17:15:38 +00:00
ExecutionEngine Add a special case for argc,argv 2004-08-16 01:07:04 +00:00
Linker Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB 2004-08-21 00:50:59 +00:00
Support Signals support has been moved to lib/System 2004-08-29 19:36:34 +00:00
System Add a declaration of environ global for Darwin 2004-08-29 20:10:07 +00:00
Target Reduce the number of arguments in the instruction builder and make some 2004-08-30 00:13:26 +00:00
Transforms Initial checkin of a pass to lower packed operations to scalars operations. 2004-08-21 21:39:24 +00:00
VMCore Add an assert to cature null Operands. It is better to catch it here than 2004-08-29 19:37:59 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00