llvm-6502/lib
Reid Spencer 251f21492e For PR1099:
Invert the "isSigned" logic in calls to printType and printPrimitiveType.
We want variables to be declared unsigned by default so that signless
operators like + and - perform the unsigned operation that LLVM expects
by default. Parameters with the sext attribute will be declared signed and
signed instructions will case operand values to signed regardless of the
type of the variable. This passes all tests and fixes PR1099.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33039 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-09 17:09:09 +00:00
..
Analysis Fix a bug in an assert that would never trigger. 2007-01-08 05:34:39 +00:00
Archive
AsmParser Make packed structs use packed initialiers for consistency 2007-01-08 18:16:47 +00:00
Bytecode
CodeGen Naming consistency. 2007-01-08 23:55:53 +00:00
Debugger
ExecutionEngine
Linker
Support Fix a bug in an assert that would never trigger. 2007-01-08 05:34:39 +00:00
System
Target For PR1099: 2007-01-09 17:09:09 +00:00
Transforms Unbreak VC++ build. 2007-01-08 20:17:17 +00:00
VMCore Inline insertValue into CreateModuleSlot/CreateFunctionSlot 2007-01-09 08:04:59 +00:00
Makefile