llvm-6502/lib
Zhou Sheng b04973edfa Fix some buges:
1. Make getMinValue() returns the right value.
2. Fix the ByteSwap() crash problem.
3. Make Postfix increment work correctly.
4. Fix some bugs in LogBase2, Hi/LoBits and UDiv.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34304 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-15 06:36:31 +00:00
..
Analysis For PR1195: 2007-02-15 02:26:10 +00:00
Archive move archive-specific stuff out of bcreader into archive library. 2007-02-07 23:53:17 +00:00
AsmParser For PR1195: 2007-02-15 03:39:18 +00:00
Bytecode For PR1195: 2007-02-15 03:39:18 +00:00
CodeGen Use BitVector instead of vector<bool> which can be extremely slow. 2007-02-15 05:59:24 +00:00
Debugger
ExecutionEngine For PR1195: 2007-02-15 02:26:10 +00:00
Linker For PR1195: 2007-02-15 02:26:10 +00:00
Support Fix some buges: 2007-02-15 06:36:31 +00:00
System
Target Use BitVector instead of vector<bool> which can be extremely slow. 2007-02-15 05:59:24 +00:00
Transforms For PR1195: 2007-02-15 03:39:18 +00:00
VMCore For PR1195: 2007-02-15 03:39:18 +00:00
Makefile