llvm-6502/lib
Reid Spencer a5c7472726 For PR1205:
Implement review feedback:
1. Use new APInt::RoundDoubleToAPInt interface to specify the bit width so
   that we don't have to truncate or extend in constant folding.
2. Fix a pasteo in SDiv that prevented a check for overflow.
3. Fix the shift operators: undef happens when the shift amount is equal
   to the bitwidth.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34677 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-27 19:29:54 +00:00
..
Analysis Make getPassManagerType() const. 2007-02-27 15:00:39 +00:00
Archive
AsmParser remove dead methods 2007-02-19 07:44:24 +00:00
Bytecode
CodeGen Minor refactoring of CC Lowering interfaces 2007-02-27 05:13:54 +00:00
Debugger
ExecutionEngine Fix PR1216 by cleaning up the ownership of JITResolver. 2007-02-24 02:57:03 +00:00
Linker
Support 1. Fix three serious bugs in the comparison code. 2007-02-27 18:23:40 +00:00
System
Target a note 2007-02-27 17:21:09 +00:00
Transforms Use efficient container SmallPtrSet 2007-02-26 20:22:50 +00:00
VMCore For PR1205: 2007-02-27 19:29:54 +00:00
Makefile