llvm-6502/lib
Reid Spencer fe85526713 Fix a bug in the interpreter where divides of unmatched signed operands
would fail. E.g. udiv sint X, Y  or sdiv uint X, Y would fail to find a
type match in the switch statement and fail the operation.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31338 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-01 03:41:05 +00:00
..
Analysis add a method 2006-10-28 01:24:05 +00:00
Archive For PR797: 2006-08-25 19:54:53 +00:00
AsmParser For PR950: 2006-10-26 06:15:43 +00:00
Bytecode For PR950: 2006-10-26 06:15:43 +00:00
CodeGen make tail merging more aggressive. If two blocks share a common tail, but the 2006-11-01 01:16:12 +00:00
Debugger For PR950: 2006-10-20 07:07:24 +00:00
ExecutionEngine Fix a bug in the interpreter where divides of unmatched signed operands 2006-11-01 03:41:05 +00:00
Linker Adding dllimport, dllexport and external weak linkage types. 2006-09-14 18:23:27 +00:00
Support add a highly efficient hash table that is specialized for mapping C strings 2006-10-29 23:42:03 +00:00
System Use new config.h macro 2006-09-14 06:21:59 +00:00
Target Add constraints to Instruction class. 2006-11-01 00:26:27 +00:00
Transforms generalize the fix for PR977 to also fix 2006-10-31 18:56:48 +00:00
VMCore Update comment. Valid option is -debug-pass=Structures. 2006-10-30 19:25:54 +00:00
Makefile Make some changes suggested by Chris: 2006-05-17 22:55:35 +00:00