index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Win32
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-16
This is the first step in adding sane error handling support to LLVMSystem.
Michael J. Spencer
2010-11-10
Fix Whitespace.
Michael J. Spencer
2010-11-10
System/Win32/Path: Implement isSymLink.
Michael J. Spencer
2010-11-10
Win32/Process.inc: [PR8527] Process::FileDescriptorIsDisplayed(fd) should not...
NAKAMURA Takumi
2010-11-09
System/Path/Windows: Implement GetLLVMDefaultConfigDir.
Michael J. Spencer
2010-11-09
System/Path/Windows: Generalize GetUserHomeDirectory.
Michael J. Spencer
2010-11-09
System/Path/Windows: Make GetSystemLibraryPaths more generic.
Michael J. Spencer
2010-11-09
System/Windows: Reduce dependencies.
Michael J. Spencer
2010-11-09
System/Windows: Use normalized case and include method.
Michael J. Spencer
2010-11-09
System/Path/Windows: Change GetRootDirectory to return file:/// instead of C:/.
Michael J. Spencer
2010-11-09
Update comment.
Michael J. Spencer
2010-11-08
Remove contributor names as per coding statndard.
Michael J. Spencer
2010-11-07
Add method for checking if a path is a symbolic link.
Rafael Espindola
2010-11-02
appendSuffix: don't append a dot when the suffix is empty.
Mikhail Glushenkov
2010-11-02
Make FindProgramByName return paths with slashes unmodified on Windows.
Mikhail Glushenkov
2010-11-02
80-col violations.
Mikhail Glushenkov
2010-11-02
Path: Add GetEXESuffix() to complement GetDLLSuffix().
Mikhail Glushenkov
2010-10-29
Make Program::Wait differentiate execution failure due to the file
Dan Gohman
2010-10-28
Reindent.
Mikhail Glushenkov
2010-10-27
80-col violation.
Mikhail Glushenkov
2010-10-27
Remove try/catch(...) from Win32/Signals.inc.
Mikhail Glushenkov
2010-10-25
ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED.
Duncan Sands
2010-10-22
Win32/Signals.inc: DontRemoveFileOnSignal(): Please acquire the CriticalSection.
NAKAMURA Takumi
2010-10-21
Trailing whitespace.
Mikhail Glushenkov
2010-10-20
Use C++03...
Michael J. Spencer
2010-10-20
System-Win32/Path: Fix incorrect assumption in isValid.
Michael J. Spencer
2010-10-20
Add ATTRIBUTE_UNUSED for -Asserts.
NAKAMURA Takumi
2010-10-19
lib/System/Win32/ThreadLocal.inc: Suppress "unused" warning on -Asserts.
NAKAMURA Takumi
2010-10-06
lib/System/Win32/Signals.inc: Enable LLVM_DISABLE_CRT_DEBUG also on mingw.
NAKAMURA Takumi
2010-09-30
Revert r114320(move file = copy + delete on Win32). r115040 is a better solut...
Francois Pichet
2010-09-20
Fix the "unable to rename temporary" lit test failing on Windows. rename is n...
Francois Pichet
2010-09-17
Move the declaration SetInformationJobObject() outside of namespace.
NAKAMURA Takumi
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
[next]