summaryrefslogtreecommitdiff
path: root/lib/System
Commit message (Expand)AuthorAge
...
* we don't use libtool anymore, update comments.Chris Lattner2009-07-07
* No need to double-include config.hOwen Anderson2009-07-06
* We need to include config.h to get the proper setting to LLVM_MULTITHREADED.Owen Anderson2009-07-06
* improve portability to windows, patch by Xerces Ranby!Chris Lattner2009-07-06
* Oops, I #included errno.h from inside the llvm::sys namespace.Jeffrey Yasskin2009-07-06
* Fix windows build, patch by Howard Su.Duncan Sands2009-07-02
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-01
* Try again at making this work on OpenBSD.Owen Anderson2009-07-01
* Fix the build on OpenBSD.Owen Anderson2009-07-01
* Fixed assert that checks return value of TlsSetValue.Oscar Fuentes2009-06-30
* Fix compilation without pthreads.Owen Anderson2009-06-26
* Fix unused variable warnings.Daniel Dunbar2009-06-26
* Fix error in the Win32 implementation pointed out by Howard Su.Owen Anderson2009-06-26
* Add support for const thread locals.Owen Anderson2009-06-25
* Fix typo in assertion.Owen Anderson2009-06-25
* Add a configure test for pthread_getspecific, and use it when building Thread...Owen Anderson2009-06-25
* Update cmake build files.Owen Anderson2009-06-25
* Add a class for supporting platform independent thread-local storage.Owen Anderson2009-06-25
* Guard dynamic library loading.Owen Anderson2009-06-25
* Add atomic multiply and divide operations, built on top of CompareAndSwap.Owen Anderson2009-06-23
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-23
* Atomic ops that do arithmetic use signed arithmetic.Owen Anderson2009-06-23
* Label the existing atomic functions as 32-bit specific, and add a 64-bit one ...Owen Anderson2009-06-23
* Add an atomic add operation.Owen Anderson2009-06-23
* Workaround for an... interesting bug in Darwin's pthread_rwlock_init.Owen Anderson2009-06-20
* Fix bad paste-o in the MSVC atomics.Owen Anderson2009-06-19
* Give RWMutex the SmartRWMutex treatment too.Owen Anderson2009-06-18
* Insert a SmartMutex templated class into the class hierarchy, which takes a t...Owen Anderson2009-06-18
* Update CMake files to account for new location of Threading.cpp.Ted Kremenek2009-06-18
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-18
* Fix build when disable thread support.Owen Anderson2009-06-18
* Add RWMutex.cpp to the CMake makefilesDouglas Gregor2009-06-17
* Improve the Win32 reader-writer lock implementation by making it just a normalOwen Anderson2009-06-17
* Use atomic increment/decrement for reference counting of Type's.Owen Anderson2009-06-17
* Add an atomic increment and decrement implementation, which will be used forOwen Anderson2009-06-17
* Accidentally broke this file.Owen Anderson2009-06-16
* Remove the Win32 implementation, since it doesn't compile pre-Vista.Owen Anderson2009-06-16
* Fix/cleanup trailing newlines.Owen Anderson2009-06-16
* Add a portable wrapper for reader-writer locks.Owen Anderson2009-06-16
* glibc has two versions of strerror_r, a standards compliant one and a GNUDan Gohman2009-06-15
* "This patch implements the method with the GetModuleFileName function for win...Chris Lattner2009-06-15
* add a new static method to portably determine whether a patch isChris Lattner2009-06-15
* Fix comments.Torok Edwin2009-06-04
* Add support for outputting ANSI colors to raw_fd_ostream.Torok Edwin2009-06-04
* At a newline at the end of this file.Duncan Sands2009-06-03
* Undef MemoryFence when compiling on MSVC.Owen Anderson2009-06-02
* Untabification.Bill Wendling2009-05-30
* Work around a page size issue on Cygwin.Jay Foad2009-05-23
* Add Atomic.cpp to the CMake build system.Owen Anderson2009-05-21
* Tabs, be gone!Owen Anderson2009-05-20