summaryrefslogtreecommitdiffstats
path: root/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
...
* Fix build on mingw-w64.Anton Korobeynikov2011-10-211-6/+8
* Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel...NAKAMURA Takumi2011-10-151-36/+4
* Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the tripleChad Rosier2011-10-151-4/+36
* Windows/Memory.inc: Support the ability to allocate memory "near" another blo...NAKAMURA Takumi2011-10-151-2/+7
* Support/Windows: Add support modifying memory permissions on Windows. Patch b...Michael J. Spencer2011-10-131-3/+45
* Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman!Michael J. Spencer2011-10-131-11/+87
* Add Windows x64 stack walking support. Patch by Aaron Ballman!Michael J. Spencer2011-10-011-32/+190
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-231-0/+5
* lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...NAKAMURA Takumi2011-08-231-1/+1
* Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose2011-08-221-2/+2
* PathV2: Handle more reserved filenames on windows.Benjamin Kramer2011-08-201-2/+24
* lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will ...NAKAMURA Takumi2011-08-201-2/+2
* Unbork Windows build. Thanks, Francois.Jordy Rose2011-08-171-2/+2
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-171-26/+52
* Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis2011-07-281-11/+14
* Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!NAKAMURA Takumi2011-07-092-3/+3
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-211-4/+5
* Typo and missing checkin from r131186.Andrew Trick2011-05-111-1/+2
* Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi2011-05-011-31/+2
* Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.NAKAMURA Takumi2011-03-161-1/+8
* Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ...NAKAMURA Takumi2011-03-161-1/+11
* Try to fix the windows build.Rafael Espindola2011-03-101-2/+2
* Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.NAKAMURA Takumi2011-03-071-1/+1
* Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it a...NAKAMURA Takumi2011-02-091-0/+3
* Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ...NAKAMURA Takumi2011-02-091-9/+0
* Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.NAKAMURA Takumi2011-02-091-1/+11
* Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi2011-02-052-60/+83
* Windows/Program.inc: Quote arguments when dubious characters (used by cmd.exe...NAKAMURA Takumi2011-02-051-1/+1
* Make Win32's header file name lower for cross build on case-sensitive filesys...NAKAMURA Takumi2011-02-043-5/+5
* Windows/PathV2.inc: For CryptAcquireContext(), CRYPT_VERIFYCONTEXT may be spe...NAKAMURA Takumi2011-01-171-1/+1
* Windows/PathV2.inc: MoveFileEx() can behave like Posix's mv(1) to specify MOV...NAKAMURA Takumi2011-01-171-1/+2
* lib/Support/Windows/Signals.inc: "Showstopper" dialogs may be suppressed with...NAKAMURA Takumi2011-01-171-0/+3
* Support/PathV2: Implement get_magic.Michael J. Spencer2011-01-152-0/+43
* Support/Path: Deprecate PathV1::isDirectory and replace all uses with PathV2:...Michael J. Spencer2011-01-111-2/+3
* Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...Michael J. Spencer2011-01-101-3/+5
* Support/Windows/PathV2: Make directory iteration ignore . and ..Michael J. Spencer2011-01-051-4/+24
* Support/Windows/PathV2: Fix remove to handle both files and directories.Michael J. Spencer2011-01-051-7/+21
* Missed some StringRefRefs.Benjamin Kramer2010-12-171-4/+2
* Support/Windows/PathV2: Fix header comment.Michael J. Spencer2010-12-091-1/+1
* Support: Move c_str from SmallVector back to SmallString and add a free standingMichael J. Spencer2010-12-092-1/+14
* Support: Remove Alarm. It is unused (via local grep and google code search).Michael J. Spencer2010-12-071-43/+0
* Support/PathV2: Change most functions in the path namespace to return their workMichael J. Spencer2010-12-071-2/+1
* Support/PathV2: Remove the error_code return type from all functions in the pathMichael J. Spencer2010-12-071-2/+2
* Support/PathV2: Move current_path from path to fs and fix the Unix implementa...Michael J. Spencer2010-12-071-5/+1
* Support/Windows: Make MinGW happy.Michael J. Spencer2010-12-062-7/+7
* Support/FileSystem: Add directory_iterator implementation.Michael J. Spencer2010-12-062-3/+84
* Support/Windows: Add ScopedHandle and move some clients over to it.Michael J. Spencer2010-12-062-10/+50
* Support/PathV2: Remove redundant calls to make_error_code.Michael J. Spencer2010-12-041-49/+48
* Support/FileSystem: Add status implementation.Michael J. Spencer2010-12-041-0/+48
* Support/Windows/FileSystem: Fix MinGW warnings.Michael J. Spencer2010-12-041-6/+6