llvm-6502/lib
Reid Spencer 57b6eec5e6 Examine the type code in the setcc class of instructions and if it
is a PackedType, throw an error. Temporary solution.

Patch contributed by Brad Jones.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15963 91177308-0d34-0410-b5e6-96231b3b80d8
2004-08-21 16:11:02 +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 Packed types, brought to you by Brad Jones 2004-08-20 06:00:58 +00:00
CodeGen Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI. 2004-08-18 20:04: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 Move these files (which are dependent on VMCore) into VMCore 2004-08-16 19:04:36 +00:00
Target Move XForm instructions over to the auto-generated asm writer 2004-08-21 05:56:39 +00:00
Transforms If we are linking two global variables and they have the same size, do not 2004-08-20 00:30:39 +00:00
VMCore Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB 2004-08-21 00:50:59 +00:00
Makefile CBackend is no longer here 2004-02-13 23:29:37 +00:00