llvm-6502/lib/Support
Torok Edwin c25e7581b9 assert(0) -> LLVM_UNREACHABLE.
Make llvm_unreachable take an optional string, thus moving the cerr<< out of
line.
LLVM_UNREACHABLE is now a simple wrapper that makes the message go away for
NDEBUG builds.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75379 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-11 20:10:48 +00:00
..
Allocator.cpp
Annotation.cpp
APFloat.cpp
APInt.cpp
APSInt.cpp Added FoldingSet style 'profiling' support for APSInt. 2008-01-19 04:31:12 +00:00
CMakeLists.txt
CommandLine.cpp
ConstantRange.cpp
Debug.cpp
Dwarf.cpp
ErrorHandling.cpp
FileUtilities.cpp
FoldingSet.cpp assert(0) -> LLVM_UNREACHABLE. 2009-07-11 20:10:48 +00:00
FormattedStream.cpp
GraphWriter.cpp
IsInf.cpp
IsNAN.cpp Remove attribution from file headers, per discussion on llvmdev. 2007-12-29 20:36:04 +00:00
Makefile
ManagedStatic.cpp
MemoryBuffer.cpp
PluginLoader.cpp
PrettyStackTrace.cpp Support thread-local pretty stack traces. 2009-06-25 23:31:33 +00:00
raw_ostream.cpp
SlowOperationInformer.cpp
SmallPtrSet.cpp
SourceMgr.cpp switch the .ll parser to use SourceMgr. 2009-07-02 23:08:13 +00:00
Statistic.cpp
Streams.cpp
StringExtras.cpp teach EscapeString and UnescapeString to handle ". 2009-04-15 20:12:52 +00:00
StringMap.cpp
StringPool.cpp
SystemUtils.cpp
Timer.cpp
Triple.cpp