llvm-6502/lib
Bill Wendling 1c55a9c0cc Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC"
because the boolean it returns to indicate an overflow may not be treated like
as a flag. It could be stored to memory, for instance.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59780 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-21 02:12:42 +00:00
..
Analysis undef beats zero. Fix this missed optimization opportunity. Patch by Matt Elder! 2008-11-20 04:36:13 +00:00
Archive
AsmParser
Bitcode
CodeGen Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC" 2008-11-21 02:12:42 +00:00
Debugger
ExecutionEngine Implement support for JIT exceptions on X86_64. Relative offsets are 2008-11-18 10:44:46 +00:00
Linker
Support
System
Target CellSPU: 2008-11-20 16:36:33 +00:00
Transforms Fix unused variable warnings. 2008-11-21 01:52:59 +00:00
VMCore Use stripPointerCasts when checking for AllocaInsts for the stackprotector intrinsic. 2008-11-19 09:17:16 +00:00
Makefile