aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/Windows
AgeCommit message (Expand)Author
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
2011-11-06Return only the least significant 8 bits of the exit status fromPeter Collingbourne
2011-11-01rename getHostTriple into getDefaultTargetTripleSebastian Pop
2011-11-01rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop
2011-11-01Remove a couple unused methods. PR11201.Eli Friedman
2011-10-24Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi
2011-10-21Fix build on mingw-w64.Anton Korobeynikov
2011-10-15Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel...NAKAMURA Takumi
2011-10-15Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the tripleChad Rosier
2011-10-15Windows/Memory.inc: Support the ability to allocate memory "near" another blo...NAKAMURA Takumi
2011-10-13Support/Windows: Add support modifying memory permissions on Windows. Patch b...Michael J. Spencer
2011-10-13Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman!Michael J. Spencer
2011-10-01Add Windows x64 stack walking support. Patch by Aaron Ballman!Michael J. Spencer
2011-09-23sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar
2011-08-23lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...NAKAMURA Takumi
2011-08-22Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose
2011-08-20PathV2: Handle more reserved filenames on windows.Benjamin Kramer
2011-08-20lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will ...NAKAMURA Takumi
2011-08-17Unbork Windows build. Thanks, Francois.Jordy Rose
2011-08-17Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose
2011-07-28Add an optional 'bool makeAbsolute' in llvm::sys::fs::unique_file function.Argyrios Kyrtzidis
2011-07-09Windows/DynamicLibrary.inc: Fix trivial warnings. Thanks to John Myers!NAKAMURA Takumi
2011-05-21Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick
2011-05-11Typo and missing checkin from r131186.Andrew Trick
2011-05-01Windows/DynamicLibrary.inc: Clean up ELM_Callback. We may check the decl inst...NAKAMURA Takumi
2011-03-16Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file.NAKAMURA Takumi
2011-03-16Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ...NAKAMURA Takumi
2011-03-10Try to fix the windows build.Rafael Espindola
2011-03-07Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.NAKAMURA Takumi
2011-02-09Windows/Windows.h: Redefine _WIN32_WINNT here. mingw-w64 tends to define it a...NAKAMURA Takumi
2011-02-09Windows/Program.inc: Eliminate the declaration of SetInformationJobObject(). ...NAKAMURA Takumi
2011-02-09Windows/DynamicLibrary.inc: ELM_Callback fix for mingw-w64.NAKAMURA Takumi
2011-02-05Windows/DynamicLibrary.inc: Split explicit symbols into explicit_symbols.inc.NAKAMURA Takumi