llvm-6502/lib/Support
Owen Anderson 72e61b8501 Add a version of AddString that takes a const char* so we can avoid extraneous
conversions to std::string.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52995 91177308-0d34-0410-b5e6-96231b3b80d8
2008-07-01 23:49:59 +00:00
..
Allocator.cpp Fix more -Wshorten-64-to-32 warnings. 2008-05-05 18:30:58 +00:00
Annotation.cpp
APFloat.cpp Don't assume underlying APInt type is limited 2008-05-14 22:53:25 +00:00
APInt.cpp First step to fix PR2088. Implement routine to compute the 2008-06-23 19:39:50 +00:00
APSInt.cpp
CommandLine.cpp Give a proper error message when a command line option is defined more than 2008-05-30 13:26:11 +00:00
ConstantRange.cpp Tidy up whitespace in ConstantRange::print output. 2008-05-27 20:29:07 +00:00
Debug.cpp
Dwarf.cpp Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +00:00
FileUtilities.cpp Fix more -Wshorten-64-to-32 warnings. 2008-05-05 18:30:58 +00:00
FoldingSet.cpp Add a version of AddString that takes a const char* so we can avoid extraneous 2008-07-01 23:49:59 +00:00
GraphWriter.cpp
IsInf.cpp
IsNAN.cpp
Makefile
ManagedStatic.cpp
MemoryBuffer.cpp Fix more -Wshorten-64-to-32 warnings. 2008-05-05 18:30:58 +00:00
PluginLoader.cpp
SlowOperationInformer.cpp
SmallPtrSet.cpp
Statistic.cpp Clean up the use of static and anonymous namespaces. This turned up 2008-05-13 00:00:25 +00:00
Streams.cpp Remove more iostream header includes. Needed to implement a "FlushStream" 2008-05-29 21:46:33 +00:00
StringExtras.cpp Fix more -Wshorten-64-to-32 warnings. 2008-05-05 18:30:58 +00:00
StringMap.cpp
StringPool.cpp
SystemUtils.cpp
Timer.cpp Append to the ActiveTimers std::vector before looking at the timer instead 2008-06-24 22:07:07 +00:00