summaryrefslogtreecommitdiff
path: root/include/llvm/System
Commit message (Expand)AuthorAge
* Copy-pasto.Mikhail Glushenkov2009-09-09
* Revert 81248 for now.Mikhail Glushenkov2009-09-09
* Const-correctness.Mikhail Glushenkov2009-09-08
* Since Program is basically a PID, it should be copyable.Mikhail Glushenkov2009-09-08
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-08
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-08
* Tweak code into an equivalent form for which iccDuncan Sands2009-09-06
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* This void is implicit in C++.Dan Gohman2009-08-12
* Revert 78662 to fix broken windows build. Add a comment which explains the pr...Benjamin Kramer2009-08-11
* Remove an unnecessary mutable.Dan Gohman2009-08-11
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-03
* Add a warning.Mikhail Glushenkov2009-07-31
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-23
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-23
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-23
* Add a Program::GetPid() method.Mikhail Glushenkov2009-07-18
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-18
* Trailing whitespace.Mikhail Glushenkov2009-07-17
* Add a raw_ostream operator<< to sys::Path.Dan Gohman2009-07-15
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-08
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-07
* Eliminate the static constructors and locks from DynamicLibrary.cpp.Chris Lattner2009-07-07
* remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...Chris Lattner2009-07-07
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-01
* Add support for const thread locals.Owen Anderson2009-06-25
* Add a class for supporting platform independent thread-local storage.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
* Add debugging code to test for various locking faux-pas's, when running in si...Owen Anderson2009-06-20
* Fix a major typo.Owen Anderson2009-06-19
* Fix weird class-size-being-different problems. At some level this is being c...Owen Anderson2009-06-19
* Add a SmartScopedLock, and use it to simplify code.Owen Anderson2009-06-18
* Simplify the SmartMutex implementation a bit.Owen Anderson2009-06-18
* 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
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-18
* Reapply r73647 in a non-broken form.Owen Anderson2009-06-17
* Protect the GC table in Function.cppOwen Anderson2009-06-17
* Add an RAII ScopedWriter, which allows one to acquire a writer lock for the d...Owen 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
* Fix #include guards.Owen Anderson2009-06-16
* Add a portable wrapper for reader-writer locks.Owen Anderson2009-06-16
* 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