| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Program::Wait differentiate execution failure due to the file | Dan Gohman | 2010-10-29 | 1 | -1/+2 |
* | Reindent. | Mikhail Glushenkov | 2010-10-28 | 1 | -71/+71 |
* | 80-col violation. | Mikhail Glushenkov | 2010-10-27 | 1 | -1/+2 |
* | Remove try/catch(...) from Win32/Signals.inc. | Mikhail Glushenkov | 2010-10-27 | 1 | -6/+1 |
* | ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED. | Duncan Sands | 2010-10-25 | 1 | -2/+2 |
* | Win32/Signals.inc: DontRemoveFileOnSignal(): Please acquire the CriticalSection. | NAKAMURA Takumi | 2010-10-22 | 1 | -0/+2 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-10-21 | 1 | -5/+5 |
* | Use C++03... | Michael J. Spencer | 2010-10-20 | 1 | -1/+6 |
* | System-Win32/Path: Fix incorrect assumption in isValid. | Michael J. Spencer | 2010-10-20 | 1 | -0/+9 |
* | Add ATTRIBUTE_UNUSED for -Asserts. | NAKAMURA Takumi | 2010-10-20 | 1 | -2/+2 |
* | lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts. | NAKAMURA Takumi | 2010-10-19 | 1 | -0/+1 |
* | lib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_DEBUG also on mingw. | NAKAMURA Takumi | 2010-10-06 | 1 | -6/+2 |
* | Revert r114320(move file = copy + delete on Win32). r115040 is a better solut... | Francois Pichet | 2010-09-30 | 1 | -11/+4 |
* | Fix the "unable to rename temporary" lit test failing on Windows. rename is n... | Francois Pichet | 2010-09-20 | 1 | -4/+11 |
* | Move the declaration SetInformationJobObject() outside of namespace. | NAKAMURA Takumi | 2010-09-17 | 1 | -9/+9 |
* | Add an interface for unregistering a file from the FilesToRemove list. | Dan Gohman | 2010-09-01 | 1 | -0/+14 |
* | System: Fix getMagicNumber on windows. | Michael J. Spencer | 2010-08-31 | 1 | -3/+2 |
* | Don't cast Win32 FILETIME structs to int64. Patch by Dimitry Andric! | Michael J. Spencer | 2010-08-28 | 1 | -3/+8 |
* | Add an erase() method to llvm::ThreadLocal. | Owen Anderson | 2010-07-28 | 1 | -0/+4 |
* | Convert some tab stops into spaces. | Duncan Sands | 2010-07-12 | 1 | -1/+1 |
* | Path::isRootDirectory is unimplemented on Unix and not used, | Chris Lattner | 2010-07-12 | 1 | -6/+0 |
* | Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup | Daniel Dunbar | 2010-05-08 | 1 | -0/+4 |
* | AddSignalHandler was not releasing the critical section on win32. | Torok Edwin | 2010-03-31 | 1 | -0/+1 |
* | Properly quote the quotes :) during cmdline construction on Windows. | Anton Korobeynikov | 2010-03-28 | 1 | -6/+28 |
* | Remove superfluous NULL assignment | Kovarththanan Rajaratnam | 2010-03-12 | 1 | -11/+11 |
* | Add llvm::Program::ChangeStderrToBinary(). | Douglas Gregor | 2010-01-28 | 1 | -0/+5 |
* | Remove spurious semicolon. | Anton Korobeynikov | 2010-01-14 | 1 | -21/+21 |
* | Fix Win32 Path.inc for API update. | Daniel Dunbar | 2009-12-18 | 1 | -1/+1 |
* | Make Path use StringRef instead of std::string where possible. | Jeffrey Yasskin | 2009-12-17 | 1 | -15/+15 |
* | API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r... | Edward O'Callaghan | 2009-11-25 | 1 | -2/+4 |
* | Provide Path::isSpecialFile interface for PR5568. | Edward O'Callaghan | 2009-11-24 | 1 | -0/+5 |
* | Path::createDirectoryOnDisk should ignore existing directories on win32 too. | Benjamin Kramer | 2009-11-05 | 1 | -2/+4 |
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | ... missed hiding a variable for MSVC only. | Daniel Dunbar | 2009-09-22 | 1 | -0/+2 |
* | Hide MSVC specific CRT interaction behind _MSC_VER. | Daniel Dunbar | 2009-09-22 | 1 | -1/+7 |
* | Remove the GetProcessId() call from Win32/Program.inc, take 2. | Mikhail Glushenkov | 2009-09-22 | 1 | -9/+23 |
* | Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg... | Daniel Dunbar | 2009-09-22 | 1 | -1/+39 |
* | Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks | Daniel Dunbar | 2009-09-22 | 1 | -17/+25 |
* | Get rid of GetProcessId in Win32/Program.inc. | Mikhail Glushenkov | 2009-09-15 | 1 | -25/+17 |
* | Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn't | Dan Gohman | 2009-09-11 | 1 | -3/+7 |
* | Check that the 'kill' call succeeded. | Mikhail Glushenkov | 2009-09-09 | 1 | -1/+6 |
* | Const-correctness. | Mikhail Glushenkov | 2009-09-08 | 1 | -1/+1 |
* | Get rid of the Pid_ member in the Program class. | Mikhail Glushenkov | 2009-09-08 | 1 | -14/+18 |
* | Add a Kill() function to the Program class. | Mikhail Glushenkov | 2009-09-08 | 1 | -9/+20 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 3 | -7/+6 |
* | improve win32 path support, patch by Baptiste Lepilleur! | Chris Lattner | 2009-08-12 | 1 | -1/+2 |
* | Fix a race condition in getting the process exit code on Win32. | Daniel Dunbar | 2009-08-03 | 1 | -5/+21 |
* | Empty arguments need to be quoted on Win32. | Daniel Dunbar | 2009-08-02 | 1 | -3/+9 |
* | Don't use llvm_report_error in libSystem, this is a layering violation. | Daniel Dunbar | 2009-07-26 | 1 | -2/+2 |
* | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner | 2009-07-23 | 1 | -3/+4 |