summaryrefslogtreecommitdiff
path: root/lib/Support/Windows
Commit message (Expand)AuthorAge
* Fix a -Wparentheses warning in the mingw buildNico Weber2012-09-25
* This patch adds memory support functions which will later be used to implemen...Andrew Kaylor2012-09-19
* Properly test the LLVM_USE_RVALUE_REFERENCES macro.Michael J. Spencer2012-08-15
* [PathV2] Add mapped_file_region. Implementation for Windows and POSIX.Michael J. Spencer2012-08-15
* Try to unbreak the windows build.Benjamin Kramer2012-07-20
* Process: Add sys::Process::FileDescriptorHasColors().Daniel Dunbar2012-07-20
* Remove tabs.Bill Wendling2012-07-19
* Unbreak the MSVC build: add return to unimplemented functions.Francois Pichet2012-06-20
* Add permissions(), map_file_pages(), and unmap_file_pages() to llvm::sys::fs ...Nick Kledzik2012-06-20
* Satisfy C++ aliasing rules, per suggestion by Chandler.Argyrios Kyrtzidis2012-06-12
* For llvm::sys::ThreadLocalImpl instead of malloc'ing the platform-specificArgyrios Kyrtzidis2012-06-12
* Disabling a spurious deprecation warning about using PathV1 from within the P...Aaron Ballman2012-06-09
* Fixing a typo in the comments.Aaron Ballman2012-06-09
* Path::GetTemporaryDirectory(): Add an assertion if TempDirectory is alive, to...NAKAMURA Takumi2012-05-27
* Allow unique_file to take a mode for file permissions, but defaultEric Christopher2012-05-11
* Windows/PathV2.inc: Retry rename() for (maximum) 2 seconds.NAKAMURA Takumi2012-05-08
* Reapply 'Add reverseColor to raw_ostream'.Benjamin Kramer2012-04-16
* Revert r154800 which breaks windows builders.Argyrios Kyrtzidis2012-04-16
* Add reverseColor to raw_ostream.Argyrios Kyrtzidis2012-04-16
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-09
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-15
* Disable the crash reporter when running lit tests.Argyrios Kyrtzidis2012-01-11
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-05
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-04
* Support/Program: Make Change<stream>ToBinary return error_code.Michael J. Spencer2011-12-13
* Revert r146363 to allow buildbots to make forward progress.Chad Rosier2011-12-12
* Support/FileSystem: Implement bool equivalent(file_status A, file_status B);Michael J. Spencer2011-12-12
* Support/FileSystem: Implement canonicalize.Michael J. Spencer2011-12-12
* Support/Windows: Cleanup scoped handles.Michael J. Spencer2011-12-12
* Support/FileSystem: Implement recursive_directory_iterator and makeMichael J. Spencer2011-12-08
* [Win32] Catch exceptions (eg. segfault) on waiting for invoked clang from the...NAKAMURA Takumi2011-11-29
* Return only the least significant 8 bits of the exit status fromPeter Collingbourne2011-11-06
* rename getHostTriple into getDefaultTargetTripleSebastian Pop2011-11-01
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-01
* Remove a couple unused methods. PR11201.Eli Friedman2011-11-01
* Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rac...NAKAMURA Takumi2011-10-24
* Fix build on mingw-w64.Anton Korobeynikov2011-10-21
* Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel...NAKAMURA Takumi2011-10-15
* Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the tripleChad Rosier2011-10-15
* Windows/Memory.inc: Support the ability to allocate memory "near" another blo...NAKAMURA Takumi2011-10-15
* Support/Windows: Add support modifying memory permissions on Windows. Patch b...Michael J. Spencer2011-10-13
* Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman!Michael J. Spencer2011-10-13
* Add Windows x64 stack walking support. Patch by Aaron Ballman!Michael J. Spencer2011-10-01
* sys::Process: Add a SetWorkingDirectory method.Daniel Dunbar2011-09-23
* lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...NAKAMURA Takumi2011-08-23
* Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718Jordy Rose2011-08-22
* PathV2: Handle more reserved filenames on windows.Benjamin Kramer2011-08-20
* lib/Support/Windows/Windows.h: Require at least Windows XP(5.1) API. We will ...NAKAMURA Takumi2011-08-20
* Unbork Windows build. Thanks, Francois.Jordy Rose2011-08-17
* Use DynamicLibrary instances as a way to get symbols from a specific library....Jordy Rose2011-08-17