llvm-6502/lib/Support
Reid Spencer 7107c3badf For PR780:
1. Move IncludeFile.h to System library
2. Move IncludeFile.cpp to System library
3. #1 and #2 required to prevent cyclic library dependencies for libSystem
4. Convert all existing uses of Support/IncludeFile.h to System/IncludeFile.h
5. Add IncludeFile support to various lib/System classes.
6. Add new lib/System classes to LinkAllVMCore.h
All this in an attempt to pull in lib/System to what's required for VMCore


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29287 91177308-0d34-0410-b5e6-96231b3b80d8
2006-07-26 16:18:00 +00:00
..
bzip2 Use archive libraries instead of object files for VMCore, BCReader, 2006-06-01 01:30:27 +00:00
Annotation.cpp
CommandLine.cpp Add an out-of-line virtual method to provide a home for the cl::option class. 2006-07-18 23:59:33 +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
Dwarf.cpp For PR780: 2006-07-26 16:18:00 +00:00
FileUtilities.cpp For PR777: 2006-05-15 22:12:42 +00:00
GraphWriter.cpp For PR801: 2006-06-27 16:49:46 +00:00
IsInf.cpp For PR780: 2006-07-26 16:18:00 +00:00
IsNAN.cpp For PR780: 2006-07-26 16:18:00 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +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 For PR780: 2006-07-26 16:18:00 +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