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