llvm-6502/lib
Bill Wendling c0062fb755 Hacker's Delight says, "Signed integer overflow of addition occurs if and only
if the operands have the same sign and the sum has sign opposite to that of the
operands."


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60014 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-25 08:12:19 +00:00
..
Analysis Seriously strengthen the guarantee offered by noalias on a function's return 2008-11-24 05:00:44 +00:00
Archive Silence unused variable warnings. 2008-11-21 20:00:59 +00:00
AsmParser Extend the 'noalias' attribute to function return values. This is intended to 2008-11-24 03:41:24 +00:00
Bitcode
CodeGen Hacker's Delight says, "Signed integer overflow of addition occurs if and only 2008-11-25 08:12:19 +00:00
Debugger
ExecutionEngine Make JIT::runFunction handle functions with non-C calling conventions. 2008-11-23 08:00:11 +00:00
Linker
Support
System
Target CellSPU: Relax constraints on when to generate a X-form address, evidently 2008-11-25 04:03:47 +00:00
Transforms Teach MatchScaledValue to handle Scales by 1 with MatchAddr (which 2008-11-25 07:25:26 +00:00
VMCore Silence unused variable warnings. 2008-11-21 20:00:59 +00:00
Makefile