aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/System
Commit message (Expand)AuthorAgeFilesLines
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-151-8/+4
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-0/+5
* Copy-pasto.Mikhail Glushenkov2009-09-091-3/+2
* Revert 81248 for now.Mikhail Glushenkov2009-09-091-0/+4
* Const-correctness.Mikhail Glushenkov2009-09-081-1/+1
* Since Program is basically a PID, it should be copyable.Mikhail Glushenkov2009-09-081-4/+0
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-081-4/+2
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-081-3/+14
* Tweak code into an equivalent form for which iccDuncan Sands2009-09-061-16/+20
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-232-29/+5
* This void is implicit in C++.Dan Gohman2009-08-121-1/+1
* Revert 78662 to fix broken windows build. Add a comment which explains the pr...Benjamin Kramer2009-08-111-1/+2
* Remove an unnecessary mutable.Dan Gohman2009-08-111-1/+1
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-031-3/+6
* Add a warning.Mikhail Glushenkov2009-07-311-1/+2
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-231-3/+6
* Reverting r76825 and r76828, since they caused clang runtime errors and some ...Reid Kleckner2009-07-231-6/+3
* Make the JIT code emitter properly retry and ask for more memory when it runsReid Kleckner2009-07-231-3/+6
* Add a Program::GetPid() method.Mikhail Glushenkov2009-07-181-0/+3
* Remove duplication in Program::Execute{And,No}Wait.Mikhail Glushenkov2009-07-181-93/+104
* Trailing whitespace.Mikhail Glushenkov2009-07-171-4/+4
* Add a raw_ostream operator<< to sys::Path.Dan Gohman2009-07-151-0/+12
* Add an ExecuteNoWait interface to support asynchronous process spawning.David Greene2009-07-081-0/+37
* Have scoped mutexes take referenes instead of pointers.Owen Anderson2009-07-072-14/+12
* Eliminate the static constructors and locks from DynamicLibrary.cpp.Chris Lattner2009-07-071-0/+15
* remove dead code, noone creates instances of "DynamicLibrary", so the ctor an...Chris Lattner2009-07-071-57/+30
* Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin2009-07-011-0/+34
* Add support for const thread locals.Owen Anderson2009-06-251-2/+2
* Add a class for supporting platform independent thread-local storage.Owen Anderson2009-06-251-0/+41
* Add atomic multiply and divide operations, built on top of CompareAndSwap.Owen Anderson2009-06-231-0/+2
* Revert my last series of commits related to Timer and 64-bit atomics. Not al...Owen Anderson2009-06-231-8/+7
* Atomic ops that do arithmetic use signed arithmetic.Owen Anderson2009-06-231-4/+4
* Label the existing atomic functions as 32-bit specific, and add a 64-bit one ...Owen Anderson2009-06-231-7/+8
* Add an atomic add operation.Owen Anderson2009-06-231-0/+1
* Add debugging code to test for various locking faux-pas's, when running in si...Owen Anderson2009-06-202-2/+38
* Fix a major typo.Owen Anderson2009-06-191-1/+1
* Fix weird class-size-being-different problems. At some level this is being c...Owen Anderson2009-06-192-6/+2
* Add a SmartScopedLock, and use it to simplify code.Owen Anderson2009-06-181-0/+16
* Simplify the SmartMutex implementation a bit.Owen Anderson2009-06-181-10/+9
* Give RWMutex the SmartRWMutex treatment too.Owen Anderson2009-06-181-14/+58
* Insert a SmartMutex templated class into the class hierarchy, which takes a t...Owen Anderson2009-06-181-5/+43
* Move Threading.[h|cpp] from Support to System.Owen Anderson2009-06-181-0/+45
* Reapply r73647 in a non-broken form.Owen Anderson2009-06-171-1/+1
* Protect the GC table in Function.cppOwen Anderson2009-06-171-0/+14
* Add an RAII ScopedWriter, which allows one to acquire a writer lock for the d...Owen Anderson2009-06-171-0/+14
* Use atomic increment/decrement for reference counting of Type's.Owen Anderson2009-06-171-2/+2
* Add an atomic increment and decrement implementation, which will be used forOwen Anderson2009-06-171-0/+2
* Fix #include guards.Owen Anderson2009-06-161-2/+2
* Add a portable wrapper for reader-writer locks.Owen Anderson2009-06-161-0/+84
* add a new static method to portably determine whether a patch isChris Lattner2009-06-151-0/+5