llvm-6502/lib/Support
Reid Spencer 8627969597 For PR797:
Adjust users of MappedFile to its new non-throwing interface.  Note that in
most cases the lazy step of just throwing after a call to MappedFile was
installed. This was done in the name of incremental changes. Getting rid of
the new throw statements will take adjustment of interfaces and propagation
of errors to higher levels.  Those changes will come in subsequent patches.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29817 91177308-0d34-0410-b5e6-96231b3b80d8
2006-08-22 16:06:27 +00:00
..
bzip2 Use archive libraries instead of object files for VMCore, BCReader, 2006-06-01 01:30:27 +00:00
Annotation.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00
CommandLine.cpp For PR797: 2006-08-21 02:04:43 +00:00
Compressor.cpp This patch (written by Reid) changes compressor to never throw an exception. 2006-07-07 17:00:12 +00:00
ConstantRange.cpp Remove trailing whitespace 2005-04-21 23:48:37 +00:00
Debug.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00
Dwarf.cpp Adding new Dwarf constants. 2006-08-21 21:18:10 +00:00
FileUtilities.cpp For PR797: 2006-08-22 16:06:27 +00:00
GraphWriter.cpp For PR797: 2006-08-21 06:04:45 +00:00
IsInf.cpp remove IncludeFile turds in MathExtras.h, which bloats every .o file that 2006-08-11 23:52:54 +00:00
IsNAN.cpp remove IncludeFile turds in MathExtras.h, which bloats every .o file that 2006-08-11 23:52:54 +00:00
Makefile libsupport still throws. 2006-07-28 22:01:01 +00:00
PluginLoader.cpp LoadLibraryPermanently no longer throws an exception, so this code doesn't have 2006-07-07 17:14:04 +00:00
SlowOperationInformer.cpp Remove the use of "IncludeFile" from this support facility. The mechanism 2006-08-07 23:20:15 +00:00
Statistic.cpp Add some out-of-line virtual dtors so that the class has a "home", preventing 2006-06-21 16:53:47 +00:00
StringExtras.cpp Add two helpers for escaping and unescaping strings. 2006-07-14 22:54:39 +00:00
SystemUtils.cpp For PR495: 2005-07-07 23:21:43 +00:00
Timer.cpp Remove trailing whitespace 2005-04-21 22:55:34 +00:00