llvm-6502/include/llvm/System
Chris Lattner 74382b7c69 Prune #includes from llvm/Linker.h and llvm/System/Path.h,
forcing them down into various .cpp files.

This change also:
1. Renames TimeValue::toString() and Path::toString() to ::str()
   for similarity with the STL.
2. Removes all stream insertion support for sys::Path, forcing
   clients to call .str().
3. Removes a use of Config/alloca.h from bugpoint, using smallvector
   instead.
4. Weans llvm-db off <iostream>

sys::Path really needs to be gutted, but I don't have the desire to
do it at this point.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79869 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-23 22:45:37 +00:00
..
Alarm.h Add a warning. 2009-07-31 22:24:20 +00:00
Atomic.h Add atomic multiply and divide operations, built on top of CompareAndSwap. 2009-06-23 21:19:04 +00:00
Disassembler.h This void is implicit in C++. 2009-08-12 22:10:57 +00:00
DynamicLibrary.h Eliminate the static constructors and locks from DynamicLibrary.cpp. 2009-07-07 18:17:07 +00:00
Errno.h Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the 2009-07-01 18:11:20 +00:00
Host.h Add llvm::sys::getHostTriple and remove 2009-03-31 17:30:15 +00:00
IncludeFile.h Fix a bunch of Doxygen syntax issues. Escape special characters, 2009-03-03 02:55:14 +00:00
LICENSE.TXT
Memory.h Re-committing r76828 with the JIT memory manager changes now that the build 2009-07-23 21:46:56 +00:00
Mutex.h Have scoped mutexes take referenes instead of pointers. 2009-07-07 18:33:04 +00:00
Path.h Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
Process.h Fix comments. 2009-06-04 08:18:25 +00:00
Program.h Fix a race condition in getting the process exit code on Win32. 2009-08-03 05:02:46 +00:00
RWMutex.h Have scoped mutexes take referenes instead of pointers. 2009-07-07 18:33:04 +00:00
Signals.h Add a new 'AddSignalHandler' function to Signals.h that allows 2009-03-04 21:21:36 +00:00
Solaris.h Add support for building on solaris, working around namespace 2008-06-24 17:44:42 +00:00
Threading.h Move Threading.[h|cpp] from Support to System. 2009-06-18 16:54:52 +00:00
ThreadLocal.h Add support for const thread locals. 2009-06-25 23:31:18 +00:00
TimeValue.h Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00