aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32
Commit message (Expand)AuthorAgeFilesLines
* Make Program::Wait differentiate execution failure due to the fileDan Gohman2010-10-291-1/+2
* Reindent.Mikhail Glushenkov2010-10-281-71/+71
* 80-col violation.Mikhail Glushenkov2010-10-271-1/+2
* Remove try/catch(...) from Win32/Signals.inc.Mikhail Glushenkov2010-10-271-6/+1
* ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED.Duncan Sands2010-10-251-2/+2
* Win32/Signals.inc: DontRemoveFileOnSignal(): Please acquire the CriticalSection.NAKAMURA Takumi2010-10-221-0/+2
* Trailing whitespace.Mikhail Glushenkov2010-10-211-5/+5
* Use C++03...Michael J. Spencer2010-10-201-1/+6
* System-Win32/Path: Fix incorrect assumption in isValid.Michael J. Spencer2010-10-201-0/+9
* Add ATTRIBUTE_UNUSED for -Asserts.NAKAMURA Takumi2010-10-201-2/+2
* lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts.NAKAMURA Takumi2010-10-191-0/+1
* lib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_DEBUG also on mingw.NAKAMURA Takumi2010-10-061-6/+2
* Revert r114320(move file = copy + delete on Win32). r115040 is a better solut...Francois Pichet2010-09-301-11/+4
* Fix the "unable to rename temporary" lit test failing on Windows. rename is n...Francois Pichet2010-09-201-4/+11
* Move the declaration SetInformationJobObject() outside of namespace.NAKAMURA Takumi2010-09-171-9/+9
* Add an interface for unregistering a file from the FilesToRemove list.Dan Gohman2010-09-011-0/+14
* System: Fix getMagicNumber on windows.Michael J. Spencer2010-08-311-3/+2
* Don't cast Win32 FILETIME structs to int64. Patch by Dimitry Andric!Michael J. Spencer2010-08-281-3/+8
* Add an erase() method to llvm::ThreadLocal.Owen Anderson2010-07-281-0/+4
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* Path::isRootDirectory is unimplemented on Unix and not used,Chris Lattner2010-07-121-6/+0
* Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanupDaniel Dunbar2010-05-081-0/+4
* AddSignalHandler was not releasing the critical section on win32.Torok Edwin2010-03-311-0/+1
* Properly quote the quotes :) during cmdline construction on Windows.Anton Korobeynikov2010-03-281-6/+28
* Remove superfluous NULL assignmentKovarththanan Rajaratnam2010-03-121-11/+11
* Add llvm::Program::ChangeStderrToBinary().Douglas Gregor2010-01-281-0/+5
* Remove spurious semicolon.Anton Korobeynikov2010-01-141-21/+21
* Fix Win32 Path.inc for API update.Daniel Dunbar2009-12-181-1/+1
* Make Path use StringRef instead of std::string where possible.Jeffrey Yasskin2009-12-171-15/+15
* API change Path::isSpecialFile to Path::isRegularFile, improve semantics in r...Edward O'Callaghan2009-11-251-2/+4
* Provide Path::isSpecialFile interface for PR5568.Edward O'Callaghan2009-11-241-0/+5
* Path::createDirectoryOnDisk should ignore existing directories on win32 too.Benjamin Kramer2009-11-051-2/+4
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* ... missed hiding a variable for MSVC only.Daniel Dunbar2009-09-221-0/+2
* Hide MSVC specific CRT interaction behind _MSC_VER.Daniel Dunbar2009-09-221-1/+7
* Remove the GetProcessId() call from Win32/Program.inc, take 2.Mikhail Glushenkov2009-09-221-9/+23
* Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...Daniel Dunbar2009-09-221-1/+39
* Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar2009-09-221-17/+25
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-151-25/+17
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-3/+7
* Check that the 'kill' call succeeded.Mikhail Glushenkov2009-09-091-1/+6
* Const-correctness.Mikhail Glushenkov2009-09-081-1/+1
* Get rid of the Pid_ member in the Program class.Mikhail Glushenkov2009-09-081-14/+18
* Add a Kill() function to the Program class.Mikhail Glushenkov2009-09-081-9/+20
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-233-7/+6
* improve win32 path support, patch by Baptiste Lepilleur!Chris Lattner2009-08-121-1/+2
* Fix a race condition in getting the process exit code on Win32.Daniel Dunbar2009-08-031-5/+21
* Empty arguments need to be quoted on Win32.Daniel Dunbar2009-08-021-3/+9
* Don't use llvm_report_error in libSystem, this is a layering violation.Daniel Dunbar2009-07-261-2/+2
* Re-committing r76828 with the JIT memory manager changes now that the buildReid Kleckner2009-07-231-3/+4