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
/
Support
/
Windows
Age
Commit message (
Expand
)
Author
2013-03-26
Add a new watchdog timer interface. The interface does not permit handling ti...
Nick Lewycky
2013-03-15
[Support][Path][Windows] Fix dangling else. Don't call CloseHandle when Close...
Michael J. Spencer
2013-03-14
[Support] Fix lifetime of file descriptors when using MemoryBuffer.
Michael J. Spencer
2013-03-12
[Support][Path] Don't inf loop if creating the parent directory fails.
Michael J. Spencer
2013-02-12
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-01-09
Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...
Argyrios Kyrtzidis
2013-01-04
Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.
Chandler Carruth
2013-01-04
Add time getters to the process interface for requesting the elapsed
Chandler Carruth
2012-12-31
Remove an unused method on Program.
Chandler Carruth
2012-12-31
Remove an unused method on the Program class.
Chandler Carruth
2012-12-31
Flesh out a page size accessor in the new API.
Chandler Carruth
2012-12-31
Remove an unused function in the old Process interface.
Chandler Carruth
2012-12-31
Switch this code to a more idiomatic double using namespace directive.
Chandler Carruth
2012-12-31
Begin sketching out the process interface.
Chandler Carruth
2012-12-04
Add a comment about the requirement that the Windows.h header be last.
Chandler Carruth
2012-12-03
[Support][FileSystem] Fix open mode in resize_file on Windows.
Michael J. Spencer
2012-12-03
Revert the header sort on this file.
Michael J. Spencer
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.
Chandler Carruth
2012-09-25
Fix a -Wparentheses warning in the mingw build
Nico Weber
2012-09-19
This patch adds memory support functions which will later be used to implemen...
Andrew Kaylor
2012-08-15
Properly test the LLVM_USE_RVALUE_REFERENCES macro.
Michael J. Spencer
2012-08-15
[PathV2] Add mapped_file_region. Implementation for Windows and POSIX.
Michael J. Spencer
2012-07-20
Try to unbreak the windows build.
Benjamin Kramer
2012-07-20
Process: Add sys::Process::FileDescriptorHasColors().
Daniel Dunbar
2012-07-19
Remove tabs.
Bill Wendling
2012-06-20
Unbreak the MSVC build: add return to unimplemented functions.
Francois Pichet
2012-06-20
Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...
Nick Kledzik
2012-06-12
Satisfy C++ aliasing rules, per suggestion by Chandler.
Argyrios Kyrtzidis
2012-06-12
For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specific
Argyrios Kyrtzidis
2012-06-09
Disabling a spurious deprecation warning about using PathV1 from within the P...
Aaron Ballman
2012-06-09
Fixing a typo in the comments.
Aaron Ballman
2012-05-27
Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...
NAKAMURA Takumi
2012-05-11
Allow unique_file to take a mode for file permissions, but default
Eric Christopher
2012-05-08
Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.
NAKAMURA Takumi
2012-04-16
Reapply 'Add reverseColor to raw_ostream'.
Benjamin Kramer
2012-04-16
Revert r154800 which breaks windows builders.
Argyrios Kyrtzidis
2012-04-16
Add reverseColor to raw_ostream.
Argyrios Kyrtzidis
2012-02-09
Change default error_code ctor to a 'named ctor' so it's more self-documenting.
David Blaikie
2012-01-15
Remove SetWorkingDirectory from the Process interface. Nothing in LLVM
Chandler Carruth
2012-01-11
Disable the crash reporter when running lit tests.
Argyrios Kyrtzidis
2012-01-05
revert r147542 after comments from Joerg Sonnenberger
Sebastian Pop
2012-01-04
use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT
Sebastian Pop
2011-12-13
Support/Program: Make Change<stream>ToBinary return error_code.
Michael J. Spencer
2011-12-12
Revert r146363 to allow buildbots to make forward progress.
Chad Rosier
2011-12-12
Support/FileSystem: Implement bool equivalent(file_status A, file_status B);
Michael J. Spencer
2011-12-12
Support/FileSystem: Implement canonicalize.
Michael J. Spencer
2011-12-12
Support/Windows: Cleanup scoped handles.
Michael J. Spencer
2011-12-08
Support/FileSystem: Implement recursive_directory_iterator and make
Michael J. Spencer
2011-11-29
[Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...
NAKAMURA Takumi
[next]