Reid Spencer 5d0d05c9b8 1. Provide more detail in file comment.
2. Move comments for methods to .h file, delete them in .cpp file.
3. All places that were doing manual clear of high order bits now call the
   clearUnusedBits() method in order to not depend on undefined behavior
   of the >> operator when the number of bits shifted equals the word size.
4. Reduced # of loc by using the new result of clearUnusedBits() method.
5. Simplified logic (decreased indentation) in a few places.
6. Added code comments to larger functions that needed them.
7. Added FIXME notes about weak implementations of things (e.g. bit-by-bit
   shift right is sub-optimal).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34603 91177308-0d34-0410-b5e6-96231b3b80d8
2007-02-25 19:32:03 +00:00
..
2007-02-23 22:31:24 +00:00
2006-10-04 22:13:11 +00:00
2006-08-21 21:18:10 +00:00
2007-02-24 01:41:48 +00:00
2006-08-23 20:39:25 +00:00
2006-11-28 22:32:35 +00:00
2006-12-07 20:28:15 +00:00