llvm-6502/include/llvm/System
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
..
Alarm.h Fix documentation for the AlarmSetup function. 2005-12-22 03:57:15 +00:00
DynamicLibrary.h Change LoadLibraryPermanently to not throw an exception. 2006-07-07 17:12:36 +00:00
IncludeFile.h For PR780: 2006-07-26 16:18:00 +00:00
LICENSE.TXT Initial implementation of the Path operating system concept. 2004-08-25 06:20:07 +00:00
MappedFile.h Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. 2006-02-22 16:23:43 +00:00
Memory.h For PR780: 2006-07-26 16:18:00 +00:00
Mutex.h For PR780: 2006-07-26 16:18:00 +00:00
Path.h #include <iosfwd> not <ostream> 2006-07-07 18:10:59 +00:00
Process.h Eliminate tabs and trailing spaces. 2005-07-27 05:53:44 +00:00
Program.h For PR787: 2006-06-07 23:18:34 +00:00
Signals.h Implement SetInterruptFunction for Windows. 2005-08-02 03:04:47 +00:00
TimeValue.h Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. 2006-02-22 16:23:43 +00:00