| Age | Commit message (Expand) | Author |
| 2009-11-25 | API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r... | Edward O'Callaghan |
| 2009-11-24 | Fix comments as pre-post review for rev.89765. | Edward O'Callaghan |
| 2009-11-24 | Provide Path::isSpecialFile interface for PR5568. | Edward O'Callaghan |
| 2009-11-14 | Add llvm::sys::getHostCPUName, for detecting the LLVM name for the host CPU. | Daniel Dunbar |
| 2009-11-07 | 80-col violation. | Mikhail Glushenkov |
| 2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
| 2009-10-11 | Fix typo. | Nick Lewycky |
| 2009-10-11 | Fix typo. | Nick Lewycky |
| 2009-09-22 | Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks | Daniel Dunbar |
| 2009-09-15 | Get rid of GetProcessId in Win32/Program.inc. | Mikhail Glushenkov |
| 2009-09-11 | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman |
| 2009-09-09 | Copy-pasto. | Mikhail Glushenkov |
| 2009-09-09 | Revert 81248 for now. | Mikhail Glushenkov |
| 2009-09-08 | Const-correctness. | Mikhail Glushenkov |
| 2009-09-08 | Since Program is basically a PID, it should be copyable. | Mikhail Glushenkov |
| 2009-09-08 | Get rid of the Pid_ member in the Program class. | Mikhail Glushenkov |
| 2009-09-08 | Add a Kill() function to the Program class. | Mikhail Glushenkov |
| 2009-09-06 | Tweak code into an equivalent form for which icc | Duncan Sands |
| 2009-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
| 2009-08-12 | This void is implicit in C++. | Dan Gohman |
| 2009-08-11 | Revert 78662 to fix broken windows build. Add a comment which explains the pr... | Benjamin Kramer |
| 2009-08-11 | Remove an unnecessary mutable. | Dan Gohman |
| 2009-08-03 | Fix a race condition in getting the process exit code on Win32. | Daniel Dunbar |
| 2009-07-31 | Add a warning. | Mikhail Glushenkov |
| 2009-07-23 | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner |
| 2009-07-23 | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner |
| 2009-07-23 | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner |
| 2009-07-18 | Add a Program::GetPid() method. | Mikhail Glushenkov |
| 2009-07-18 | Remove duplication in Program::Execute{And,No}Wait. | Mikhail Glushenkov |
| 2009-07-17 | Trailing whitespace. | Mikhail Glushenkov |
| 2009-07-15 | Add a raw_ostream operator<< to sys::Path. | Dan Gohman |
| 2009-07-08 | Add an ExecuteNoWait interface to support asynchronous process spawning. | David Greene |
| 2009-07-07 | Have scoped mutexes take referenes instead of pointers. | Owen Anderson |
| 2009-07-07 | Eliminate the static constructors and locks from DynamicLibrary.cpp. | Chris Lattner |
| 2009-07-07 | remove dead code, noone creates instances of "DynamicLibrary", so the ctor an... | Chris Lattner |
| 2009-07-01 | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin |
| 2009-06-25 | Add support for const thread locals. | Owen Anderson |
| 2009-06-25 | Add a class for supporting platform independent thread-local storage. | Owen Anderson |
| 2009-06-23 | Add atomic multiply and divide operations, built on top of CompareAndSwap. | Owen Anderson |
| 2009-06-23 | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson |
| 2009-06-23 | Atomic ops that do arithmetic use signed arithmetic. | Owen Anderson |
| 2009-06-23 | Label the existing atomic functions as 32-bit specific, and add a 64-bit one ... | Owen Anderson |
| 2009-06-23 | Add an atomic add operation. | Owen Anderson |
| 2009-06-20 | Add debugging code to test for various locking faux-pas's, when running in si... | Owen Anderson |
| 2009-06-19 | Fix a major typo. | Owen Anderson |
| 2009-06-19 | Fix weird class-size-being-different problems. At some level this is being c... | Owen Anderson |
| 2009-06-18 | Add a SmartScopedLock, and use it to simplify code. | Owen Anderson |
| 2009-06-18 | Simplify the SmartMutex implementation a bit. | Owen Anderson |
| 2009-06-18 | Give RWMutex the SmartRWMutex treatment too. | Owen Anderson |
| 2009-06-18 | Insert a SmartMutex templated class into the class hierarchy, which takes a t... | Owen Anderson |