summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-121-2/+2
* Used mapWindowsError. I missed these in the initial transition.Rafael Espindola2014-06-121-3/+4
* Implement get_magic with generic tools and inline it.Rafael Espindola2014-06-111-42/+0
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-113-150/+11
* Remove windows_error.Rafael Espindola2014-06-112-30/+40
* Process::GetRandomNumber(): fix insecure RNGAlp Toker2014-06-031-2/+3
* Fix windows build.Rafael Espindola2014-05-312-3/+2
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-311-2/+2
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-313-33/+33
* delete dead code.Rafael Espindola2014-05-311-11/+0
* Clean up language and grammar.Eric Christopher2014-05-201-1/+1
* MemoryBuffer: Use GetNativeSystemInfo()Alp Toker2014-05-191-8/+6
* Use raw_ostream and Format.h on Windows so that we don't have to rollChandler Carruth2014-04-281-5/+10
* Update the Windows TimeValue formatting to match the new formatting onChandler Carruth2014-04-281-9/+5
* Windows: canonicalise the default windows tripleSaleem Abdulrasool2014-03-291-1/+1
* support: add a utility function to normalise path separatorsSaleem Abdulrasool2014-03-111-0/+5
* Cleanup the interface for creating soft or hard links.Rafael Espindola2014-03-111-1/+2
* Revert create_symbolic_link and both depending changesReid Kleckner2014-03-061-19/+0
* [Support/FileSystem] Introduce llvm::sys::fs::create_symbolic_link().Argyrios Kyrtzidis2014-03-061-0/+19
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* Remove unnecessary variables.Ahmed Charles2014-03-051-2/+2
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-011-2/+0
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-241-1/+1
* Share a createUniqueEntity implementation between unix and windows.Rafael Espindola2014-02-241-130/+13
* Delete dead code.Rafael Espindola2014-02-241-7/+0
* Use static instead of an anonymous namespace.Rafael Espindola2014-02-231-21/+19
* Simplify remove, create_directory and create_directories.Rafael Espindola2014-02-231-32/+20
* Use simpler form of llvm::sys::fs::remove.Rafael Espindola2014-02-231-2/+1
* [Support] Correctly handle zero length inputs to UTF conversion functions on ...Michael J. Spencer2014-02-201-32/+30
* Remove dead code.Rafael Espindola2014-02-131-32/+0
* Rename Windows.h to WindowsSupport.h to avoid ambiguityReid Kleckner2014-02-1212-13/+16
* Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.NAKAMURA Takumi2014-02-121-2/+3
* Using the helper API for random number generation.Aaron Ballman2014-02-111-13/+1
* Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r...Aaron Ballman2014-02-111-4/+11
* Try to unbreak the mingw32 build.Benjamin Kramer2014-02-071-1/+1
* Implemented support for Process::GetRandomNumber on Windows.Aaron Ballman2014-02-041-0/+7
* Undef'ing _WIN32_IE to silence an MSVC warning about redefining a macro value.Aaron Ballman2014-02-031-0/+1
* Hopefully fix mingw32 bots.Peter Collingbourne2014-02-011-1/+1
* Introduce llvm::sys::path::home_directory.Peter Collingbourne2014-01-311-0/+17
* Try to fix the windows build. The comments in other files don't seem toChandler Carruth2014-01-072-7/+8
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-073-5/+9
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Checking for a return value with FormatMessage; if the call fails, there's no...Aaron Ballman2013-11-181-4/+9
* Fix a conversion warning in the mingw32 buildAlp Toker2013-10-181-2/+2
* Fix initialization order warning in mingw32 buildAlp Toker2013-10-181-1/+1
* Windows: Fix a typo in an assertDavid Majnemer2013-10-141-6/+3
* Windows: Don't bother with pinning Kernel32.dllDavid Majnemer2013-10-141-3/+1
* Windows: Use GetModuleHandleEx instead of LoadLibraryDavid Majnemer2013-10-131-2/+2
OpenPOWER on IntegriCloud