summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* Remove some autoconf references from docs and commentsSven van Haastregt2019-07-031-1/+1
* getMainExecutable: handle realpath() failure, falling back to getprogpath().Sam McCall2019-07-021-10/+10
* [llvm] [Support] Clean PrintStackTrace() ptr arithmetic upMichal Gorny2019-07-021-5/+2
* [Support] Add fs::getUmask() function and change fs::setPermissionsAlex Brachet2019-06-281-1/+13
* [Support] Fix build under EmscriptenKeno Fischer2019-06-231-0/+3
* [PowerPC] Set PROT_READ flag for MF_EXEC to prevent segfaults on PPC machinesNemanja Ivanovic2019-06-031-3/+2
* [Support] Renamed member 'Size' to 'AllocatedSize' in MemoryBlock and OwningM...Lang Hames2019-05-201-10/+12
* Fixes for builds that require strict X/Open and POSIX compatiblityXing Xue2019-05-163-11/+39
* [Support] Add error handling to sys::Process::getPageSize().Lang Hames2019-05-083-4/+7
* Guard __builtin_available() with __has_builtin to support older host compilers.Adrian Prantl2019-05-071-1/+2
* [Support] Don't check MAP_ANONYMOUS, just use MAP_ANONFangrui Song2019-05-021-8/+1
* Try to use /proc on FreeBSD for getExecutablePathDavid Chisnall2019-04-291-1/+14
* posix_spawn should retry upon EINTRJF Bastien2019-04-241-6/+10
* Revert using fcopyfile(3) to implement sys::fs::copy_file(Twine, int) on macOSAdrian Prantl2019-04-241-20/+4
* Implement sys::fs::copy_file using the macOS copyfile(3) APIAdrian Prantl2019-04-181-0/+48
* Revert Implement sys::fs::copy_file using the macOS copyfile(3) API to suppor...Adrian Prantl2019-04-181-51/+0
* Implement sys::fs::copy_file using the macOS copyfile(3) APIAdrian Prantl2019-04-181-0/+51
* [llvm][Support] Provide interface to set thread prioritiesKadir Cetinkaya2019-04-161-0/+39
* [Support] On AIX, Check ENOTSUP on posix_fallocate instead of EOPNOTSUPPHubert Tong2019-04-041-1/+6
* [Support] Implement is_local_impl with AIX mntctlHubert Tong2019-03-291-3/+45
* [Support] Treat truncation of fullpath as errorJonas Hahnfeld2019-03-131-1/+5
* Use AIX version detection at LLVM run-timeHubert Tong2019-03-131-0/+17
* [llvm] [Support] Revert "Reimplement getMainExecutable() using sysctl on NetBSD"Michal Gorny2019-03-041-18/+2
* [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
OpenPOWER on IntegriCloud