summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)Zachary Turner2015-03-051-15/+20
* Silence -Wmissing-braces warning from clang-clReid Kleckner2015-03-051-1/+1
* [Windows] Implement PrintStackTrace(FILE*)Zachary Turner2015-03-051-81/+104
* [raw_ostream] When printing color on Windows, use correct bg color.Zachary Turner2015-02-281-0/+13
* Silence some Win64 clang-cl warnings about unused stuff due to ifdefsReid Kleckner2015-02-261-1/+2
* Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the ma...Aaron Ballman2015-02-151-1/+1
* [Cygming] Seek also chkstk_ms, or JIT fails with DLL builds. It is fixup for ...NAKAMURA Takumi2015-01-301-0/+6
* All signal handlers are required to have C language linkage in C++. This does...Aaron Ballman2015-01-291-1/+1
* [Support][Windows] Unify dialog box suppression and print stack traces on abort.Michael J. Spencer2015-01-291-20/+28
* [Hexagon] Replacing intrinsics for halfword adds and max/min word/dword.Colin LeMahieu2015-01-281-8/+0
* [Support][Windows] Disable error dialog boxes when stack trace printing is en...Michael J. Spencer2015-01-261-0/+8
* Add missing include guards to WindowsSupport.h.Yaron Keren2015-01-211-0/+5
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* 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
OpenPOWER on IntegriCloud