summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud