aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Win32
Commit message (Expand)AuthorAgeFilesLines
* Merge System into Support.Michael J. Spencer2010-11-2914-2638/+0
* This is the first step in adding sane error handling support to LLVMSystem.Michael J. Spencer2010-11-161-0/+140
* Fix Whitespace.Michael J. Spencer2010-11-101-6/+6
* System/Win32/Path: Implement isSymLink.Michael J. Spencer2010-11-101-1/+9
* Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not...NAKAMURA Takumi2010-11-101-1/+2
* System/Path/Windows: Implement GetLLVMDefaultConfigDir.Michael J. Spencer2010-11-091-2/+4
* System/Path/Windows: Generalize GetUserHomeDirectory.Michael J. Spencer2010-11-091-8/+9
* System/Path/Windows: Make GetSystemLibraryPaths more generic.Michael J. Spencer2010-11-092-2/+28
* System/Windows: Reduce dependencies.Michael J. Spencer2010-11-091-0/+1
* System/Windows: Use normalized case and include method.Michael J. Spencer2010-11-091-1/+1
* System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.Michael J. Spencer2010-11-091-3/+3
* Update comment.Michael J. Spencer2010-11-091-1/+1
* Remove contributor names as per coding statndard.Michael J. Spencer2010-11-081-3/+0
* Add method for checking if a path is a symbolic link.Rafael Espindola2010-11-071-0/+5
* appendSuffix: don't append a dot when the suffix is empty.Mikhail Glushenkov2010-11-021-12/+0
* Make FindProgramByName return paths with slashes unmodified on Windows.Mikhail Glushenkov2010-11-021-2/+4
* 80-col violations.Mikhail Glushenkov2010-11-021-3/+5
* Path: Add GetEXESuffix() to complement GetDLLSuffix().Mikhail Glushenkov2010-11-021-0/+5
* 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