| Commit message (Expand) | Author | Age | Files | Lines |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 2 | -29/+5 |
* | This void is implicit in C++. | Dan Gohman | 2009-08-12 | 1 | -1/+1 |
* | Revert 78662 to fix broken windows build. Add a comment which explains the pr... | Benjamin Kramer | 2009-08-11 | 1 | -1/+2 |
* | Remove an unnecessary mutable. | Dan Gohman | 2009-08-11 | 1 | -1/+1 |
* | Fix a race condition in getting the process exit code on Win32. | Daniel Dunbar | 2009-08-03 | 1 | -3/+6 |
* | Add a warning. | Mikhail Glushenkov | 2009-07-31 | 1 | -1/+2 |
* | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner | 2009-07-23 | 1 | -3/+6 |
* | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner | 2009-07-23 | 1 | -6/+3 |
* | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner | 2009-07-23 | 1 | -3/+6 |
* | Add a Program::GetPid() method. | Mikhail Glushenkov | 2009-07-18 | 1 | -0/+3 |
* | Remove duplication in Program::Execute{And,No}Wait. | Mikhail Glushenkov | 2009-07-18 | 1 | -93/+104 |
* | Trailing whitespace. | Mikhail Glushenkov | 2009-07-17 | 1 | -4/+4 |
* | Add a raw_ostream operator<< to sys::Path. | Dan Gohman | 2009-07-15 | 1 | -0/+12 |
* | Add an ExecuteNoWait interface to support asynchronous process spawning. | David Greene | 2009-07-08 | 1 | -0/+37 |
* | Have scoped mutexes take referenes instead of pointers. | Owen Anderson | 2009-07-07 | 2 | -14/+12 |
* | Eliminate the static constructors and locks from DynamicLibrary.cpp. | Chris Lattner | 2009-07-07 | 1 | -0/+15 |
* | remove dead code, noone creates instances of "DynamicLibrary", so the ctor an... | Chris Lattner | 2009-07-07 | 1 | -57/+30 |
* | Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the | Jeffrey Yasskin | 2009-07-01 | 1 | -0/+34 |
* | Add support for const thread locals. | Owen Anderson | 2009-06-25 | 1 | -2/+2 |
* | Add a class for supporting platform independent thread-local storage. | Owen Anderson | 2009-06-25 | 1 | -0/+41 |
* | Add atomic multiply and divide operations, built on top of CompareAndSwap. | Owen Anderson | 2009-06-23 | 1 | -0/+2 |
* | Revert my last series of commits related to Timer and 64-bit atomics. Not al... | Owen Anderson | 2009-06-23 | 1 | -8/+7 |
* | Atomic ops that do arithmetic use signed arithmetic. | Owen Anderson | 2009-06-23 | 1 | -4/+4 |
* | Label the existing atomic functions as 32-bit specific, and add a 64-bit one ... | Owen Anderson | 2009-06-23 | 1 | -7/+8 |
* | Add an atomic add operation. | Owen Anderson | 2009-06-23 | 1 | -0/+1 |
* | Add debugging code to test for various locking faux-pas's, when running in si... | Owen Anderson | 2009-06-20 | 2 | -2/+38 |
* | Fix a major typo. | Owen Anderson | 2009-06-19 | 1 | -1/+1 |
* | Fix weird class-size-being-different problems. At some level this is being c... | Owen Anderson | 2009-06-19 | 2 | -6/+2 |
* | Add a SmartScopedLock, and use it to simplify code. | Owen Anderson | 2009-06-18 | 1 | -0/+16 |
* | Simplify the SmartMutex implementation a bit. | Owen Anderson | 2009-06-18 | 1 | -10/+9 |
* | Give RWMutex the SmartRWMutex treatment too. | Owen Anderson | 2009-06-18 | 1 | -14/+58 |
* | Insert a SmartMutex templated class into the class hierarchy, which takes a t... | Owen Anderson | 2009-06-18 | 1 | -5/+43 |
* | Move Threading.[h|cpp] from Support to System. | Owen Anderson | 2009-06-18 | 1 | -0/+45 |
* | Reapply r73647 in a non-broken form. | Owen Anderson | 2009-06-17 | 1 | -1/+1 |
* | Protect the GC table in Function.cpp | Owen Anderson | 2009-06-17 | 1 | -0/+14 |
* | Add an RAII ScopedWriter, which allows one to acquire a writer lock for the d... | Owen Anderson | 2009-06-17 | 1 | -0/+14 |
* | Use atomic increment/decrement for reference counting of Type's. | Owen Anderson | 2009-06-17 | 1 | -2/+2 |
* | Add an atomic increment and decrement implementation, which will be used for | Owen Anderson | 2009-06-17 | 1 | -0/+2 |
* | Fix #include guards. | Owen Anderson | 2009-06-16 | 1 | -2/+2 |
* | Add a portable wrapper for reader-writer locks. | Owen Anderson | 2009-06-16 | 1 | -0/+84 |
* | add a new static method to portably determine whether a patch is | Chris Lattner | 2009-06-15 | 1 | -0/+5 |
* | Fix comments. | Edwin Török | 2009-06-04 | 1 | -2/+1 |
* | Add support for outputting ANSI colors to raw_fd_ostream. | Edwin Török | 2009-06-04 | 1 | -0/+29 |
* | Untabify. | Bill Wendling | 2009-05-30 | 1 | -1/+1 |
* | Use DataTypes.h instead of stdint.h. | Owen Anderson | 2009-05-21 | 1 | -1/+1 |
* | Move atomic operations' definitions out of line. While this seems kind of si... | Owen Anderson | 2009-05-20 | 1 | -65/+6 |
* | Compile fix for MSVC. | Owen Anderson | 2009-05-20 | 1 | -0/+1 |
* | We need to include config.h here so that the #defines are set properly. | Owen Anderson | 2009-05-20 | 1 | -0/+2 |
* | Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ab... | Owen Anderson | 2009-05-19 | 1 | -9/+3 |
* | Make using an unsupported CAS size a hard error on Windows. | Owen Anderson | 2009-05-19 | 1 | -1/+3 |