llvm-6502/lib/Support
Neil Booth 1870f29c6c Separate out parsing of decimal number. Use this to only allocate
memory for the significand once up-front.  Also ignore insignificant
trailing zeroes; this saves unnecessary multiplications later.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42964 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-14 10:16:12 +00:00
..
Allocator.cpp
Annotation.cpp
APFloat.cpp Separate out parsing of decimal number. Use this to only allocate 2007-10-14 10:16:12 +00:00
APInt.cpp Don't attempt to mask no bits 2007-10-12 15:31:31 +00:00
CommandLine.cpp Pass argc by value, not by reference, since it isn't modified. 2007-10-09 16:04:57 +00:00
ConstantRange.cpp
Debug.cpp
Dwarf.cpp
FileUtilities.cpp
FoldingSet.cpp Change a #include into a forward declaration 2007-10-09 03:40:30 +00:00
GraphWriter.cpp
IsInf.cpp
IsNAN.cpp
Makefile
ManagedStatic.cpp
MemoryBuffer.cpp Add new MemoryBuffer::getMemBufferCopy method. 2007-10-09 21:46:38 +00:00
PluginLoader.cpp Don't use <sstream> in Streams.h but <iosfwd> instead. 2006-12-07 23:41:45 +00:00
SlowOperationInformer.cpp
SmallPtrSet.cpp
Statistic.cpp
Streams.cpp
StringExtras.cpp
StringMap.cpp
SystemUtils.cpp
Timer.cpp