summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* [Support/FileSystem] Add sub-second precision for atime/mtime of sys::fs::fil...Argyrios Kyrtzidis2018-11-261-5/+16
* [FileSystem] Add expand_tilde functionJonas Devlieghere2018-11-131-0/+12
* Fix DragonFlyBSD buildDavid Carlier2018-11-101-1/+3
* Commit missing comment edit and use correct cast to fix std::min overloadReid Kleckner2018-10-231-5/+5
* [hurd] Make getMainExecutable get the real binary pathReid Kleckner2018-10-231-7/+27
* Add support for GNU Hurd in Path.inc and other placesSylvestre Ledru2018-10-231-3/+8
* [Support] exit with custom return code for SIGPIPENick Desaulniers2018-10-121-0/+5
* Remove dead function user_cache_directory()Nico Weber2018-09-181-23/+0
* [Support] sys::fs::directory_entry includes the file_type.Kristina Brooks2018-09-121-33/+46
* Use a lambda for calls to ::open in RetryAfterSignalHans Wennborg2018-08-272-3/+8
* [Support] NFC: Allow modifying access/modification times independently in sys...Jordan Rupprecht2018-08-131-4/+9
* [Support] Build fix for Haiku when checking for a local filesystemTim Northover2018-07-181-0/+3
* Add OpenBSD support to the Threading codeBrad Smith2018-06-231-3/+5
* Fix namespaces. No functionality change.Benjamin Kramer2018-06-161-0/+2
* LTO: Keep file handles open for memory mapped files.Peter Collingbourne2018-06-131-2/+1
* Refactor ExecuteAndWait to take StringRefs.Zachary Turner2018-06-121-7/+28
* Fix build errors on some configurationsPavel Labath2018-06-112-3/+3
* Attempt 3: Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-101-6/+4
* Cleanup. NFCFangrui Song2018-06-102-2/+2
* Revert "Resubmit "[Support] Expose flattenWindowsCommandLine.""Zachary Turner2018-06-101-4/+6
* Resubmit "[Support] Expose flattenWindowsCommandLine."Zachary Turner2018-06-101-6/+4
* commandLineFitsWithinSystemLimits Overestimates System LimitsAlexander Kornienko2018-06-081-1/+12
* Clean up some code in Program.Zachary Turner2018-06-081-0/+2
* Add a file open flag that disables O_CLOEXEC.Zachary Turner2018-06-081-4/+7
* Expose a single global file open function.Zachary Turner2018-06-071-35/+14
* [FileSystem] Split up the OpenFlags enumeration.Zachary Turner2018-06-071-44/+81
* [Support] Use zx_cache_flush on Fuchsia to flush instruction cachePetr Hosek2018-06-061-1/+10
* [Support] Add functions that operate on native file handles on Windows.Zachary Turner2018-06-041-0/+26
* [Support] Avoid normalization in sys::getDefaultTargetTriplePetr Hosek2018-05-251-1/+1
* Revert 332750, llvm part (see comment on D46910).Nico Weber2018-05-201-1/+1
* [Support] Avoid normalization in sys::getDefaultTargetTriplePetr Hosek2018-05-181-1/+1
* Signal handling should be signal-safeJF Bastien2018-05-161-73/+161
* [Unix] Indent ChangeStd{in,out}ToBinary.Fangrui Song2018-05-161-4/+4
* Revert "Signal handling should be signal-safe"JF Bastien2018-05-161-161/+73
* Signal handling should be signal-safeJF Bastien2018-05-161-73/+161
* [NFC] pull a function into its own lambdaJF Bastien2018-05-151-19/+21
* [NFC] Update commentsJF Bastien2018-05-151-20/+19
* [Support] Support building LLVM for FuchsiaPetr Hosek2018-05-031-0/+3
* Remove @brief commands from doxygen comments, too.Adrian Prantl2018-05-011-1/+1
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-305-0/+7
* Remove a dead #ifdef.Nico Weber2018-04-301-2/+0
* s/LLVM_ON_WIN32/_WIN32/, llvmNico Weber2018-04-291-1/+1
* [cmake] Improve pthread_[gs]etname_np detection codePavel Labath2018-04-181-2/+0
* Rename sys::Process::GetArgumentVector -> sys::windows::GetCommandLineArgumentsRui Ueyama2018-04-171-9/+0
* Remove HAVE_DIRENT_H.Nico Weber2018-04-021-17/+2
* [Support] Add WriteThroughMemoryBuffer.Zachary Turner2018-03-081-1/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-201-1/+1
* Silence warning about unused private variable.Zachary Turner2018-02-151-1/+3
* Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2018-02-151-1/+1
* Specify namespace for reallocSerge Pavlov2018-02-151-1/+1
OpenPOWER on IntegriCloud