llvm-mirror/lib/Support
Neil Booth 6e01c5df37 convertFromInteger, as originally written, expected sign-extended
input.  APInt unfortunately zero-extends signed integers, so Dale
modified the function to expect zero-extended input.  Make this
assumption explicit in the function name.

llvm-svn: 42732
2007-10-07 11:45:55 +00:00
..
Allocator.cpp
Annotation.cpp
APFloat.cpp convertFromInteger, as originally written, expected sign-extended 2007-10-07 11:45:55 +00:00
APInt.cpp Fix and clarify some comments. 2007-10-06 00:43:45 +00:00
CommandLine.cpp
ConstantRange.cpp
Debug.cpp
Dwarf.cpp
FileUtilities.cpp
FoldingSet.cpp Add initial iterator support for folding set. 2007-10-03 21:12:09 +00:00
GraphWriter.cpp
IsInf.cpp
IsNAN.cpp
Makefile
ManagedStatic.cpp
MemoryBuffer.cpp
PluginLoader.cpp
SlowOperationInformer.cpp
SmallPtrSet.cpp
Statistic.cpp
Streams.cpp
StringExtras.cpp
StringMap.cpp
SystemUtils.cpp
Timer.cpp