summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* Remove the last unnecessary member variable of mapped_file_region. NFC.Rafael Espindola2014-12-161-11/+6
* Convert a member variable to a local variable. NFC.Rafael Espindola2014-12-161-3/+3
* Remove unused member and simplify. NFC.Rafael Espindola2014-12-161-22/+3
* ThreadLocal: Return a mutable pointer if templated with a non-const typeDavid Majnemer2014-12-151-1/+1
* Remove silly left over from the Windows resize_file implementation.Rafael Espindola2014-12-121-1/+0
* Pass a FD to resise_file and add a testcase.Rafael Espindola2014-12-121-12/+4
* Remove a convoluted way of calling close by moving the call to the only caller.Rafael Espindola2014-12-111-39/+7
* Remove dead code. NFC.Rafael Espindola2014-12-111-48/+0
* Remove dead code. NFC.Rafael Espindola2014-12-041-27/+4
* Fix several bugs in r221220's new program finding code.Chandler Carruth2014-12-021-1/+2
* More long path name support on Windows, this time in program execution.Paul Robinson2014-11-243-9/+24
* silence gcc 4.9.1 warning in /llvm/lib/Support/Windows/Path.inc:564:39:Yaron Keren2014-11-171-1/+1
* SearchForAddressOfSymbol(): Disable 3 symbols, copysignf, fminf, and fmaxf, o...NAKAMURA Takumi2014-11-141-1/+1
* Fix the VS 2012 buildReid Kleckner2014-11-131-5/+7
* Fix symbol resolution of floating point libc builtins in MCJITReid Kleckner2014-11-132-9/+60
* Avoid usage of char16_t as MSVC "14" doesn't appear to support itReid Kleckner2014-11-131-4/+4
* Improve long path name support on Windows.Paul Robinson2014-11-131-38/+66
* Revert 220932.Jiangning Liu2014-11-051-24/+0
* Remove FindProgramByName. NFC.Rafael Espindola2014-11-041-39/+0
* Fix Visual C++ warning, Program.inc(85): warning C4018: '<' : signed/unsigned...Yaron Keren2014-11-041-1/+1
* sys::findProgramByName(): [Win32] Tweak to pass lowercase .exe to SearchPath(...NAKAMURA Takumi2014-11-041-0/+1
* #include <winbase.h> is not enough for Visual C++ 2013, it errors:Yaron Keren2014-11-041-1/+1
* [Support][Program] Add findProgramByName(Name, OptionalPaths)Michael J. Spencer2014-11-041-0/+64
* Speculative fix for Windows build after r220932Hans Wennborg2014-10-301-0/+5
* Removing the static initializer in ManagedStatic.cpp by using llvm_call_once ...Chris Bieneman2014-10-301-0/+19
* PR21202: Memory leak in Windows RWMutexImpl when using SRWLOCKDavid Blaikie2014-10-211-5/+3
* Support: Don't call close again if we get EINTRDavid Majnemer2014-10-071-0/+6
* Support: Add a utility to remap std{in,out,err} to /dev/null if closedDavid Majnemer2014-10-061-0/+4
* clang-format of ChangeStdinToBinary & ChangeStdoutToBinary.Yaron Keren2014-09-261-4/+4
* Windows/Host.inc: Reformat the header to fit 80-col.NAKAMURA Takumi2014-09-241-1/+1
* Windows/DynamicLibrary.inc: Remove 'extern "C"' in ELM_Callback.NAKAMURA Takumi2014-09-231-1/+1
* In this callback ModuleName includes the file path.Yaron Keren2014-09-221-26/+5
* Misc cleanups to the FileSytem api.Rafael Espindola2014-09-111-33/+13
* Add writeFileWithSystemEncoding to LibLLVMSuppor.Rafael Espindola2014-09-033-4/+65
* Merge TempDir and system_temp_directory.Rafael Espindola2014-08-261-17/+45
* Refactor argument serialization logic when executing process. NFC.Rafael Espindola2014-08-251-13/+17
* Remove dead code. Fixes pr20544.Rafael Espindola2014-08-081-5/+0
* Windows: Don't wildcard expand /? or -?Hans Wennborg2014-07-241-0/+5
* Perform wildcard expansion in Process::GetArgumentVector on Windows (PR17098)Hans Wennborg2014-07-161-19/+71
* Fix a -Wunused-local-typedefs warningAlp Toker2014-07-141-1/+1
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-131-7/+7
* Fix build on windows.Rafael Espindola2014-06-131-84/+89
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-133-28/+25
* Try to fix the windows build.Rafael Espindola2014-06-121-1/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-123-1/+3
* Trying to fix the windows build.Rafael Espindola2014-06-121-4/+3
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-4/+4
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-121-4/+4
* Prefix generic_category with std::.Rafael Espindola2014-06-121-2/+2
OpenPOWER on IntegriCloud