| Age | Commit message (Expand) | Author |
| 2009-06-18 | Move Threading.[h|cpp] from Support to System. | Owen Anderson |
| 2009-06-17 | Reapply r73647 in a non-broken form. | Owen Anderson |
| 2009-06-17 | Protect the GC table in Function.cpp | Owen Anderson |
| 2009-06-17 | Add an RAII ScopedWriter, which allows one to acquire a writer lock for the d... | Owen Anderson |
| 2009-06-17 | Use atomic increment/decrement for reference counting of Type's. | Owen Anderson |
| 2009-06-17 | Add an atomic increment and decrement implementation, which will be used for | Owen Anderson |
| 2009-06-16 | Fix #include guards. | Owen Anderson |
| 2009-06-16 | Add a portable wrapper for reader-writer locks. | Owen Anderson |
| 2009-06-15 | add a new static method to portably determine whether a patch is | Chris Lattner |
| 2009-06-04 | Fix comments. | Torok Edwin |
| 2009-06-04 | Add support for outputting ANSI colors to raw_fd_ostream. | Torok Edwin |
| 2009-05-30 | Untabify. | Bill Wendling |
| 2009-05-21 | Use DataTypes.h instead of stdint.h. | Owen Anderson |
| 2009-05-20 | Move atomic operations' definitions out of line. While this seems kind of si... | Owen Anderson |
| 2009-05-20 | Compile fix for MSVC. | Owen Anderson |
| 2009-05-20 | We need to include config.h here so that the #defines are set properly. | Owen Anderson |
| 2009-05-19 | Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ab... | Owen Anderson |
| 2009-05-19 | Make using an unsupported CAS size a hard error on Windows. | Owen Anderson |
| 2009-05-19 | Fix up the Windows portion of Atomic.h. This is untested, but it is my best ... | Owen Anderson |
| 2009-05-19 | Template CompareAndSwap function. | Owen Anderson |
| 2009-05-19 | Now that we have atomics support properly detected by configure, | Owen Anderson |
| 2009-05-17 | Significantly improve Atomic.h by pulling in code from libatomic_ops by HP. ... | Owen Anderson |
| 2009-05-16 | Remove the volatile marker from the cas_flag typedef, fixing some warnings. | Owen Anderson |
| 2009-05-15 | Unbreak mingw build | Anton Korobeynikov |
| 2009-05-15 | Improve compatibility with older versions of Windows. | Owen Anderson |
| 2009-05-15 | (Hopefully) unbreak Apple-style builds. | Owen Anderson |
| 2009-05-15 | Don't #include OSAtomic.h unless we really need it. | Owen Anderson |
| 2009-05-15 | Now with working on Leopard! | Owen Anderson |
| 2009-05-14 | Dropped this #include by accident. | Owen Anderson |
| 2009-05-14 | Add CompareAndSwap. | Owen Anderson |
| 2009-05-14 | Add an Atomic.h to the System library, for providing a platform independent API | Owen Anderson |
| 2009-05-11 | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor |
| 2009-04-09 | Add sys::Path::makeAbsolute(). | Daniel Dunbar |
| 2009-03-31 | Add llvm::sys::getHostTriple and remove | Daniel Dunbar |
| 2009-03-04 | Add a new 'AddSignalHandler' function to Signals.h that allows | Chris Lattner |
| 2009-03-03 | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman |
| 2009-02-08 | 80-column violation. | Mikhail Glushenkov |
| 2009-02-08 | Add a Sleep() function. | Mikhail Glushenkov |
| 2009-02-06 | Make Mutex's constructor explicit, and tidy up whitespace. | Dan Gohman |
| 2009-01-22 | rename methods in System/Host to be more consistent. | Chris Lattner |
| 2008-10-20 | Update the stub and callback code to handle lazy compilation. The stub | Jim Grosbach |
| 2008-10-03 | On Darwin ARM, memory needs special handling to do JIT. This patch expands | Jim Grosbach |
| 2008-10-02 | Add llvm::sys::{osName,osVersion} for retrieving operating system name | Daniel Dunbar |
| 2008-09-18 | Preliminary support for systems which require changing JIT memory regions pri... | Evan Cheng |
| 2008-08-11 | add a helper method to sys::Path for clang, patch by | Chris Lattner |
| 2008-06-25 | Add a new InvalidateInstructionCache method to sys::Memory. | Chris Lattner |
| 2008-06-24 | Add support for building on solaris, working around namespace | Chris Lattner |
| 2008-06-16 | Add comment. | Matthijs Kooijman |
| 2008-05-29 | Prune and tidy #includes. | Dan Gohman |
| 2008-05-21 | Follow-up to the reverting of r51218. This puts the checks out-of-line. Because | Bill Wendling |