summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Unix
Commit message (Expand)AuthorAgeFilesLines
* [Support] Optionally call signal handlers when a function wrapped by the the ...Alexandre Ganea2020-01-111-0/+16
* [Support][NFC] Make some helper functions "static" in Memory.incBruno Ricci2020-01-091-5/+1
* [Signal] Allow one-shot SIGPIPE handler to be reachedVedant Kumar2019-12-041-5/+5
* [Signal] Allow llvm clients to opt into one-shot SIGPIPE handlingVedant Kumar2019-11-181-4/+20
* Avoid duplicate exe_path definition on recent FreeBSDEd Maste2019-11-181-1/+0
* On FreeBSD use AT_EXECPATH from ELF auxiliary vectors for getExecutablePathEd Maste2019-11-141-5/+41
* [Support] Use /proc/self/exe for GNU Hurdkristina2019-11-011-1/+1
* Revert "Disable exit-on-SIGPIPE in lldb"Vedant Kumar2019-10-241-13/+1
* Reland "[Support] Add a way to run a function on a detached thread""Sam McCall2019-10-232-26/+46
* Revert "[Support] Add a way to run a function on a detached thread"Sam McCall2019-10-232-46/+26
* [Support] Add a way to run a function on a detached threadSam McCall2019-10-232-26/+46
* Disable exit-on-SIGPIPE in lldbVedant Kumar2019-10-181-1/+13
* [Alignment][NFC] Move and type functions from MathExtras to AlignmentGuillaume Chatelet2019-10-141-3/+3
* [Support] Improve readNativeFile(Slice) interfacePavel Labath2019-08-221-33/+17
* [Support] Replace sys::Mutex with their standard equivalents.Benjamin Kramer2019-08-191-3/+2
* [Support] Base RWMutex on std::shared_timed_mutex (C++14)Benjamin Kramer2019-08-151-50/+0
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [Support][NFC] Fix error message for posix_spawn_file_actions_addopen failed ...Jan Korous2019-08-141-1/+1
* Support: Remove needless allocation when getMainExecutable() calls readlink()Nico Weber2019-08-071-4/+4
* [Support] Base SmartMutex on std::recursive_mutexBenjamin Kramer2019-08-071-42/+0
* Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer2019-08-072-3/+2
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-052-4/+4
* Fix macOS build after r358716Yi Kong2019-07-261-1/+1
* FileSystem: Check for DTTOIF alone, not _DIRENT_HAVE_D_TYPEJordan Rose2019-07-181-1/+4
* Support for dumping current PrettyStackTrace on SIGINFO (Ctrl-T)Jordan Rose2019-07-121-14/+53
* [llvm-objcopy] Don't change permissions of non-regular output filesFangrui Song2019-07-111-5/+7
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-101-2/+47
* 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
OpenPOWER on IntegriCloud