llvm-6502/include/llvm/System
Owen Anderson c082324e19 Add an Atomic.h to the System library, for providing a platform independent API
to low-level sync operations.

The only one present at the moment is MemoryFence(), and only for the platforms
for which I could easily discern the proper way to do it.  If your favorite platform
isn't represented, patches are welcome!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71770 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-14 05:54:36 +00:00
..
Alarm.h Add a Sleep() function. 2009-02-08 22:47:39 +00:00
Atomic.h Add an Atomic.h to the System library, for providing a platform independent API 2009-05-14 05:54:36 +00:00
Disassembler.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00
DynamicLibrary.h Remove uses of llvm/System/IncludeFile.h that are no longer needed. 2008-05-06 01:32:53 +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 Initial implementation of the Path operating system concept. 2004-08-25 06:20:07 +00:00
Memory.h Update the stub and callback code to handle lazy compilation. The stub 2008-10-20 21:39:23 +00:00
Mutex.h Make Mutex's constructor explicit, and tidy up whitespace. 2009-02-06 21:17:03 +00:00
Path.h Add sys::Path::makeAbsolute(). 2009-04-09 00:33:08 +00:00
Process.h Add terminal width detection to llvm::sys::Process. This is needed to 2009-05-11 18:05:52 +00:00
Program.h 80-column violation. 2009-02-08 22:48:07 +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
TimeValue.h Don't attribute in file headers anymore. See llvmdev for the 2007-12-29 19:59:42 +00:00