llvm-6502/lib/Support
Owen Anderson 0b49c32c56 Support thread-local pretty stack traces.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74227 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-25 23:31:33 +00:00
..
Allocator.cpp
Annotation.cpp Guard the global annotation tables. 2009-06-22 22:44:15 +00:00
APFloat.cpp
APInt.cpp
APSInt.cpp
CMakeLists.txt Rename TGSourceMgr -> SourceMgr. 2009-06-21 03:41:50 +00:00
CommandLine.cpp
ConstantRange.cpp
Debug.cpp
Dwarf.cpp
FileUtilities.cpp
FoldingSet.cpp
GraphWriter.cpp
IsInf.cpp
IsNAN.cpp
Makefile
ManagedStatic.cpp
MemoryBuffer.cpp
PluginLoader.cpp Guard the plugin loader. 2009-06-23 00:02:39 +00:00
PrettyStackTrace.cpp Support thread-local pretty stack traces. 2009-06-25 23:31:33 +00:00
raw_ostream.cpp
SlowOperationInformer.cpp
SmallPtrSet.cpp Fix several const-correctness issues, resolving some -Wcast-qual warnings. 2008-08-05 14:45:15 +00:00
SourceMgr.cpp rename SourceMgr::PrintError to PrintMessage. 2009-06-21 21:22:11 +00:00
Statistic.cpp Use atomic operations when accessing statistics, and make the lazy initialization of statistics actually threadsafe. 2009-06-23 21:19:38 +00:00
Streams.cpp
StringExtras.cpp
StringMap.cpp
StringPool.cpp
SystemUtils.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Timer.cpp Make timers threadsafe again. This isn't quite as nice as I'd hoped (it uses locking rather than atomic arithmetic), 2009-06-23 20:52:29 +00:00
Triple.cpp