Age | Commit message (Expand) | Author |
2010-09-01 | Add an interface for unregistering a file from the FilesToRemove list. | Dan Gohman |
2010-08-31 | System: Fix getMagicNumber on windows. | Michael J. Spencer |
2010-08-28 | Don't cast Win32 FILETIME structs to int64. Patch by Dimitry Andric! | Michael J. Spencer |
2010-07-28 | Add an erase() method to llvm::ThreadLocal. | Owen Anderson |
2010-07-12 | Convert some tab stops into spaces. | Duncan Sands |
2010-07-12 | Path::isRootDirectory is unimplemented on Unix and not used, | Chris Lattner |
2010-05-08 | Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup | Daniel Dunbar |
2010-03-31 | AddSignalHandler was not releasing the critical section on win32. | Torok Edwin |
2010-03-28 | Properly quote the quotes :) during cmdline construction on Windows. | Anton Korobeynikov |
2010-03-12 | Remove superfluous NULL assignment | Kovarththanan Rajaratnam |
2010-01-28 | Add llvm::Program::ChangeStderrToBinary(). | Douglas Gregor |
2010-01-14 | Remove spurious semicolon. | Anton Korobeynikov |
2009-12-18 | Fix Win32 Path.inc for API update. | Daniel Dunbar |
2009-12-17 | Make Path use StringRef instead of std::string where possible. | Jeffrey Yasskin |
2009-11-25 | API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r... | Edward O'Callaghan |
2009-11-24 | Provide Path::isSpecialFile interface for PR5568. | Edward O'Callaghan |
2009-11-05 | Path::createDirectoryOnDisk should ignore existing directories on win32 too. | Benjamin Kramer |
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 |