llvm-6502/include/llvm/System
2009-07-23 01:40:54 +00:00
..
Alarm.h
Atomic.h Add atomic multiply and divide operations, built on top of CompareAndSwap. 2009-06-23 21:19:04 +00:00
Disassembler.h
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
LICENSE.TXT
Memory.h Reverting r76825 and r76828, since they caused clang runtime errors and some build failure involving memset. 2009-07-23 01:40:54 +00:00
Mutex.h Have scoped mutexes take referenes instead of pointers. 2009-07-07 18:33:04 +00:00
Path.h Add a raw_ostream operator<< to sys::Path. 2009-07-15 16:33:33 +00:00
Process.h Fix comments. 2009-06-04 08:18:25 +00:00
Program.h Add a Program::GetPid() method. 2009-07-18 21:43:40 +00:00
RWMutex.h Have scoped mutexes take referenes instead of pointers. 2009-07-07 18:33:04 +00:00
Signals.h
Solaris.h
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