mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
e6f7201099
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). llvm-svn: 34603 |
||
---|---|---|
.. | ||
bzip2 | ||
Allocator.cpp | ||
Annotation.cpp | ||
APInt.cpp | ||
CommandLine.cpp | ||
Compressor.cpp | ||
Debug.cpp | ||
Dwarf.cpp | ||
FileUtilities.cpp | ||
FoldingSet.cpp | ||
GraphWriter.cpp | ||
IsInf.cpp | ||
IsNAN.cpp | ||
Makefile | ||
ManagedStatic.cpp | ||
PluginLoader.cpp | ||
SlowOperationInformer.cpp | ||
SmallPtrSet.cpp | ||
Statistic.cpp | ||
Streams.cpp | ||
StringExtras.cpp | ||
StringMap.cpp | ||
SystemUtils.cpp | ||
Timer.cpp |