| Age | Commit message (Expand) | Author |
| 2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
| 2009-09-22 | ... missed hiding a variable for MSVC only. | Daniel Dunbar |
| 2009-09-22 | Hide MSVC specific CRT interaction behind _MSC_VER. | Daniel Dunbar |
| 2009-09-22 | Remove the GetProcessId() call from Win32/Program.inc, take 2. | Mikhail Glushenkov |
| 2009-09-22 | Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg... | Daniel Dunbar |
| 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 | Check that the 'kill' call succeeded. | Mikhail Glushenkov |
| 2009-09-08 | Const-correctness. | 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-08-23 | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner |
| 2009-08-12 | improve win32 path support, patch by Baptiste Lepilleur! | Chris Lattner |
| 2009-08-03 | Fix a race condition in getting the process exit code on Win32. | Daniel Dunbar |
| 2009-08-02 | Empty arguments need to be quoted on Win32. | Daniel Dunbar |
| 2009-07-26 | Don't use llvm_report_error in libSystem, this is a layering violation. | Daniel Dunbar |
| 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 | Remove duplication in Program::Execute{And,No}Wait. | Mikhail Glushenkov |
| 2009-07-12 | Use llvm_report_error, not llvm_unreachable. | Daniel Dunbar |
| 2009-07-12 | Improve sys::Path::makeAbsolute on Win32. | Daniel Dunbar |
| 2009-07-09 | eraseFromDisk no longer throws. | Chris Lattner |
| 2009-07-08 | Add an ExecuteNoWait interface to support asynchronous process spawning. | David Greene |
| 2009-07-08 | remove two methods that no longer exist. | Chris Lattner |
| 2009-07-08 | more getting windows to build. | Chris Lattner |
| 2009-07-08 | hopefully fix the build on windows. | Chris Lattner |
| 2009-06-30 | Fixed assert that checks return value of TlsSetValue. | Oscar Fuentes |
| 2009-06-26 | Fix error in the Win32 implementation pointed out by Howard Su. | Owen Anderson |
| 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-25 | Guard dynamic library loading. | 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 |
| 2009-06-17 | Improve the Win32 reader-writer lock implementation by making it just a normal | Owen Anderson |
| 2009-06-16 | Accidentally broke this file. | Owen Anderson |
| 2009-06-16 | Remove the Win32 implementation, since it doesn't compile pre-Vista. | Owen Anderson |
| 2009-06-16 | Add a portable wrapper for reader-writer locks. | Owen Anderson |
| 2009-06-15 | "This patch implements the method with the GetModuleFileName function for win... | Chris Lattner |
| 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-11 | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor |
| 2009-04-28 | Fix choice of version of Windows callback to use to consider not only the Vis... | Stefanus Du Toit |
| 2009-04-21 | Silence warnings. | Anton Korobeynikov |
| 2009-04-21 | Drop obsolete reference to __eprintf. | Anton Korobeynikov |
| 2009-04-14 | Call CreateProcess with bInheritHandles = TRUE. | Mikhail Glushenkov |
| 2009-04-14 | Delete trailing whitespace. | Mikhail Glushenkov |
| 2009-04-01 | hopefully fix an apparent build error on windows. | Chris Lattner |