summaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* Move the internal PrintStackTrace function that is used for llvm::sys::PrintS...Argyrios Kyrtzidis2013-01-091-0/+4
* Fix an obvious typo spotted by Reid Kleckner, and breaking windows builds.Chandler Carruth2013-01-041-1/+1
* Add time getters to the process interface for requesting the elapsedChandler Carruth2013-01-041-13/+38
* Remove an unused method on Program.Chandler Carruth2012-12-311-17/+0
* Remove an unused method on the Program class.Chandler Carruth2012-12-311-5/+0
* Flesh out a page size accessor in the new API.Chandler Carruth2012-12-311-8/+6
* Remove an unused function in the old Process interface.Chandler Carruth2012-12-311-8/+0
* Switch this code to a more idiomatic double using namespace directive.Chandler Carruth2012-12-311-3/+1
* Begin sketching out the process interface.Chandler Carruth2012-12-311-0/+6
* Add a comment about the requirement that the Windows.h header be last.Chandler Carruth2012-12-041-0/+2
* [Support][FileSystem] Fix open mode in resize_file on Windows.Michael J. Spencer2012-12-031-1/+1
* Revert the header sort on this file.Michael J. Spencer2012-12-031-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-035-8/+8
* Switch LLVM_USE_RVALUE_REFERENCES to LLVM_HAS_RVALUE_REFERENCES.Chandler Carruth2012-11-301-1/+1
* Fix a -Wparentheses warning in the mingw buildNico Weber2012-09-251-1/+1
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-191-26/+139
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-151-1/+1
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-151-0/+199
* Try to unbreak the windows build.Benjamin Kramer2012-07-201-1/+1
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-201-4/+8
* Remove tabs.Bill Wendling2012-07-192-4/+4
* Unbreak the MSVC build: add return to unimplemented functions.Francois Pichet2012-06-201-0/+2
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-201-0/+46
* Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis2012-06-121-1/+1
* For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis2012-06-121-7/+6
* Disabling a spurious deprecation warning about using PathV1 from within the P...Aaron Ballman2012-06-091-0/+10
* Fixing a typo in the comments.Aaron Ballman2012-06-091-1/+1
* Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...NAKAMURA Takumi2012-05-271-1/+3
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-111-2/+4
* Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.NAKAMURA Takumi2012-05-081-4/+14
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-161-0/+32
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-161-33/+0
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-161-0/+33
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-091-21/+21
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-151-4/+0
* Disable the crash reporter when running lit tests.Argyrios Kyrtzidis2012-01-111-1/+1
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-051-4/+0
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-041-0/+4
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-131-6/+12
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-122-58/+0
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-121-62/+38
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-122-0/+58
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-123-58/+77
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-081-6/+7
* [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi2011-11-292-2/+12
* Return only the least significant 8 bits of the exit status fromPeter Collingbourne2011-11-061-1/+1
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-011-1/+1
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-011-2/+1
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-011-8/+0
* Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi2011-10-241-18/+9