summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
...
* [llvm] [Support] Reimplement getMainExecutable() using sysctl on NetBSDMichal Gorny2019-03-031-2/+18
* Fix non-Windows platforms build break introduced by r355065. Fixes:Alexandre Ganea2019-02-281-0/+1
* [Memory] Add basic support for large/huge memory pagesAlexandre Ganea2019-02-281-1/+2
* Add OpenBSD support to be able to get the thread nameBrad Smith2019-02-071-0/+6
* build: Remove the cmake check for malloc.h.Peter Collingbourne2019-02-061-4/+1
* MemoryBlock: Do not automatically extend a given size to a multiple of page s...Rui Ueyama2019-01-231-6/+4
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1914-56/+42
* [Support] Fix GNU/kFreeBSD buildEli Friedman2018-12-181-1/+1
* [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
OpenPOWER on IntegriCloud