Remove the last unnecessary member variable of mapped_file_region. NFC.
[oota-llvm.git] / lib / Support / Windows /
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.
2014-09-03 Rafael EspindolaAdd writeFileWithSystemEncoding to LibLLVMSuppor.
2014-08-26 Rafael EspindolaMerge TempDir and system_temp_directory.
2014-08-25 Rafael EspindolaRefactor argument serialization logic when executing...
2014-08-08 Rafael EspindolaRemove dead code. Fixes pr20544.
2014-07-24 Hans WennborgWindows: Don't wildcard expand /? or -?
2014-07-16 Hans WennborgPerform wildcard expansion in Process::GetArgumentVecto...
2014-07-14 Alp TokerFix a -Wunused-local-typedefs warning
2014-06-13 Rafael EspindolaFinishing touch for the std::error_code transition.
2014-06-13 Rafael EspindolaFix build on windows.
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaTry to fix the windows build.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaTrying to fix the windows build.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-06-12 Rafael EspindolaReplace llvm::error_code with std::error_code.
2014-06-12 Rafael EspindolaDon't import make_error_code into the llvm namespace.
2014-06-12 Rafael EspindolaPrefix generic_category with std::.
2014-06-12 Rafael EspindolaDon't put generic_category in the llvm namespace.
2014-06-12 Rafael EspindolaUsed mapWindowsError. I missed these in the initial...
2014-06-11 Rafael EspindolaImplement get_magic with generic tools and inline it.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaRemove windows_error.
2014-06-03 Alp TokerProcess::GetRandomNumber(): fix insecure RNG
2014-05-31 Rafael EspindolaFix windows build.
2014-05-31 Rafael EspindolaTurn errc and windows_error into enum classes.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-05-31 Rafael Espindoladelete dead code.
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-19 Alp TokerMemoryBuffer: Use GetNativeSystemInfo()
2014-04-28 Chandler CarruthUse raw_ostream and Format.h on Windows so that we...
2014-04-28 Chandler CarruthUpdate the Windows TimeValue formatting to match the...
2014-03-29 Saleem AbdulrasoolWindows: canonicalise the default windows triple
2014-03-11 Saleem Abdulrasoolsupport: add a utility function to normalise path separ...
2014-03-11 Rafael EspindolaCleanup the interface for creating soft or hard links.
2014-03-06 Reid KlecknerRevert create_symbolic_link and both depending changes
2014-03-06 Argyrios Kyrtzidis[Support/FileSystem] Introduce llvm::sys::fs::create_sy...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-05 Ahmed CharlesRemove unnecessary variables.
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
2014-02-24 Rafael EspindolaDelete dead code.
2014-02-23 Rafael EspindolaUse static instead of an anonymous namespace.
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-23 Rafael EspindolaUse simpler form of llvm::sys::fs::remove.
2014-02-20 Michael J. Spencer[Support] Correctly handle zero length inputs to UTF...
2014-02-13 Rafael EspindolaRemove dead code.
2014-02-12 Reid KlecknerRename Windows.h to WindowsSupport.h to avoid ambiguity
2014-02-12 NAKAMURA TakumiWindows/Path.inc: Move <shlobj.h> after "Windows.h...
2014-02-11 Aaron BallmanUsing the helper API for random number generation.
2014-02-11 Aaron BallmanHopefully fixing the MinGW 32 build, which was broken...
2014-02-07 Benjamin KramerTry to unbreak the mingw32 build.
2014-02-04 Aaron BallmanImplemented support for Process::GetRandomNumber on...
2014-02-03 Aaron BallmanUndef'ing _WIN32_IE to silence an MSVC warning about...
2014-02-01 Peter CollingbourneHopefully fix mingw32 bots.
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2014-01-07 Chandler CarruthTry to fix the windows build. The comments in other...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-05 Alp TokerCorrect word hyphenations
2013-11-18 Aaron BallmanChecking for a return value with FormatMessage; if...
2013-10-18 Alp TokerFix a conversion warning in the mingw32 build
2013-10-18 Alp TokerFix initialization order warning in mingw32 build
2013-10-14 David MajnemerWindows: Fix a typo in an assert
2013-10-14 David MajnemerWindows: Don't bother with pinning Kernel32.dll
2013-10-13 David MajnemerWindows: Use GetModuleHandleEx instead of LoadLibrary
2013-10-12 Will DietzAdd missing #include's to cctype when using isdigit...
2013-10-07 David MajnemerWindows: Avoiding resizing, use uninitialized data...
next