Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Support / Windows /
2016-01-12 Reid KlecknerAuto-link with ole32.dll to simplify building LLVM.dll
2016-01-11 Reid KlecknerAvoid the deprecated GetVersionEx API
2016-01-11 Reid KlecknerRevert "[Windows] Simplify assertion code. NFC."
2016-01-11 Reid KlecknerUse ::GetVersionEx directly rather than the Win8.1...
2016-01-06 Yunzhong GaoDo not define NOGDI. Mingw defines LOGFONTW type in...
2016-01-06 Yunzhong GaoAnother attempt at fixing the i686-mingw32-RA-on-linux...
2016-01-06 Yunzhong GaoAnother attempt at fixing the i686-mingw32-RA-on-linux...
2016-01-06 Yunzhong GaoHopefully fix a mingw32 buildbot (i686-mingw32-RA-on...
2016-01-06 Yunzhong GaoFixing PR25717: fatal IO error writing large outputs...
2016-01-05 Oleg Ranevskyy[Clang/Support/Windows/Unix] Command lines created...
2015-12-01 Davide Italiano[Windows] Partially revert r254363 until I can test...
2015-12-01 Davide Italiano[Windows] Follow-up r254363, remove return.
2015-12-01 Davide Italiano[Windows] Simplify assertion code. NFC.
2015-11-23 Paul RobinsonAdd Windows error code and tidy formatting for system...
2015-11-17 Pawel Bylica[Support] Tweak path::system_temp_directory() on Windows.
2015-11-11 Paul RobinsonReport Windows error code in a fatal error after a...
2015-11-06 Pawel BylicaRevert r252366: [Support] Use GetTempDir to get the...
2015-11-06 Pawel Bylica[Support] Use GetTempDir to get the temporary dir path...
2015-11-05 Aaron BallmanFix a signed/unsigned mismatch warning; NFC.
2015-11-05 Reid Kleckner[Windows] Symbolize with llvm-symbolizer instead of...
2015-11-02 Pawel BylicaUse static instead of anonymous namespace for helper...
2015-11-02 Pawel Bylica[Support] Extend sys::path with user_cache_directory...
2015-10-18 Craig TopperMake a bunch of static arrays const.
2015-10-16 Pawel BylicaUse Windows Vista API to get the user's home directory
2015-10-15 Pawel BylicaRequire Windows API of version 6.1 (Windows 7).
2015-10-12 Greg BedwellFix rename() sometimes failing if another process uses...
2015-10-08 George RimarWindows: Fixed sys::findProgramByName to work with...
2015-09-10 Reid KlecknerAdd .exe check to Execute to fix clang-modernize tests...
2015-09-10 Reid KlecknerScanDirForExecutable on Windows fails to find executabl...
2015-08-06 Frederic RissThread premissions through sys::fs::create_director...
2015-08-05 NAKAMURA TakumiWindows/COM.inc: Fix emacs mode in the first line.
2015-07-22 Yaron KerenRename RunCallBacksToRun to llvm::sys::RunSignalHandlers
2015-07-22 Yaron KerenDe-duplicate Unix & Windows CallBacksToRun
2015-07-02 Leny Kholodov[Support] Lazy load of dbghlp.dll on Windows
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-11 Reid Kleckner[Support] Fix a race initializing a static local in...
2015-05-19 Yaron KerenRangify for loop in Cleanup(), NFC.
2015-05-19 Yaron KerenPrevent Cleanup() from running more than once.
2015-05-04 Yaron KerenReplace windows_error calls with mapWindowsError.
2015-04-27 Zachary TurnerMake an RAII com initializer.
2015-04-24 Yaron KerenUse the cleaner syntx value initialization to zero...
2015-04-24 Yaron KerenSilence clang warning: missing field 'Dr0' initializer.
2015-04-21 Yaron KerenRemove FilesToRemove->push_back(Filename) from sys...
2015-04-17 Yaron KerenRevert r235177 as the Handle is used to fail GetExitCod...
2015-04-17 Yaron KerenEliminate superfluous CloseHandle(PI.ProcessHandle).
2015-04-15 Yaron KerenFix lib\support\Windows/TimeValue.inc(48): warning...
2015-04-10 Reid Kleckner[FS] Report errors from llvm::sys::fs::rename on Windows
2015-04-07 Pete CooperAdd boolean to PrintStackTraceOnErrorSignal to disable...
2015-03-26 Aaron BallmanSometimes report_fatal_error is called when there is...
2015-03-18 Yaron KerenRemove many superfluous SmallString::str() calls.
2015-03-14 Yaron KerenNo need to prototype RtlCaptureContext with mingw-w64.
2015-03-11 Benjamin KramerWrap in __MINGW32__ to avoid warnings from msvc.
2015-03-11 Benjamin KramerAdd missing namespace specifier for MSVC.
2015-03-11 Benjamin KramerRtlCaptureContext is absent from the mingw32 headers...
2015-03-05 Zachary TurnerReplace PrintStackTrace(FILE*) with PrintStackTrace...
2015-03-05 Reid KlecknerSilence -Wmissing-braces warning from clang-cl
2015-03-05 Zachary Turner[Windows] Implement PrintStackTrace(FILE*)
2015-02-28 Zachary Turner[raw_ostream] When printing color on Windows, use corre...
2015-02-26 Reid KlecknerSilence some Win64 clang-cl warnings about unused stuff...
2015-02-15 Aaron BallmanRemoving LLVM_EXPLICIT, as MSVC 2012 was the last reaso...
2015-01-30 NAKAMURA Takumi[Cygming] Seek also chkstk_ms, or JIT fails with DLL...
2015-01-29 Aaron BallmanAll signal handlers are required to have C language...
2015-01-29 Michael J. Spencer[Support][Windows] Unify dialog box suppression and...
2015-01-28 Colin LeMahieu[Hexagon] Replacing intrinsics for halfword adds and...
2015-01-26 Michael J. Spencer[Support][Windows] Disable error dialog boxes when...
2015-01-21 Yaron KerenAdd missing include guards to WindowsSupport.h.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2014-12-16 Rafael EspindolaRemove the last unnecessary member variable of mapped_f...
2014-12-16 Rafael EspindolaConvert a member variable to a local variable. NFC.
2014-12-16 Rafael EspindolaRemove unused member and simplify. NFC.
2014-12-15 David MajnemerThreadLocal: Return a mutable pointer if templated...
2014-12-12 Rafael EspindolaRemove silly left over from the Windows resize_file...
2014-12-12 Rafael EspindolaPass a FD to resise_file and add a testcase.
2014-12-11 Rafael EspindolaRemove a convoluted way of calling close by moving...
2014-12-11 Rafael EspindolaRemove dead code. NFC.
2014-12-04 Rafael EspindolaRemove dead code. NFC.
2014-12-02 Chandler CarruthFix several bugs in r221220's new program finding code.
2014-11-24 Paul RobinsonMore long path name support on Windows, this time in...
2014-11-17 Yaron Kerensilence gcc 4.9.1 warning in /llvm/lib/Support/Windows...
2014-11-14 NAKAMURA TakumiSearchForAddressOfSymbol(): Disable 3 symbols, copysign...
2014-11-13 Reid KlecknerFix the VS 2012 build
2014-11-13 Reid KlecknerFix symbol resolution of floating point libc builtins...
2014-11-13 Reid KlecknerAvoid usage of char16_t as MSVC "14" doesn't appear...
2014-11-13 Paul RobinsonImprove long path name support on Windows.
2014-11-05 Jiangning LiuRevert 220932.
2014-11-04 Rafael EspindolaRemove FindProgramByName. NFC.
2014-11-04 Yaron KerenFix Visual C++ warning, Program.inc(85): warning C4018...
2014-11-04 NAKAMURA Takumisys::findProgramByName(): [Win32] Tweak to pass lowerca...
2014-11-04 Yaron Keren#include <winbase.h> is not enough for Visual C++ 2013...
2014-11-04 Michael J. Spencer[Support][Program] Add findProgramByName(Name, Optional...
2014-10-30 Hans WennborgSpeculative fix for Windows build after r220932
2014-10-30 Chris BienemanRemoving the static initializer in ManagedStatic.cpp...
2014-10-21 David BlaikiePR21202: Memory leak in Windows RWMutexImpl when using...
2014-10-07 David MajnemerSupport: Don't call close again if we get EINTR
2014-10-06 David MajnemerSupport: Add a utility to remap std{in,out,err} to...
2014-09-26 Yaron Kerenclang-format of ChangeStdinToBinary & ChangeStdoutToBinary.
2014-09-24 NAKAMURA TakumiWindows/Host.inc: Reformat the header to fit 80-col.
2014-09-23 NAKAMURA TakumiWindows/DynamicLibrary.inc: Remove 'extern "C"' in...
2014-09-22 Yaron KerenIn this callback ModuleName includes the file path.
2014-09-11 Rafael EspindolaMisc cleanups to the FileSytem api.
next