1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/lib
Zhou Sheng 9868d8d7db 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.

llvm-svn: 34304
2007-02-15 06:36:31 +00:00
..
Analysis For PR1195: 2007-02-15 02:26:10 +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 Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
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 silence warning 2007-02-01 04:57:00 +00:00
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 Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00