aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix
AgeCommit message (Expand)AuthorFilesLines
9 days[Support] Avoid misguided FreeBSD hack (#177508)Jessica Clarke1-9/+5
2026-01-15Enable using threads on z/OS (#171847)Sean Perry1-2/+12
2026-01-09[LLD][COFF] Prefetch inputs early-on to improve link times (#169224)Alexandre Ganea1-0/+13
2026-01-07[llvm] Bypass sandbox for `getMainExecutable()` (#174816)Jan Svoboda1-0/+2
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin1-1/+1
2025-12-16[LLVM] Remove the requirement for named pipe in jobserver (#169154)Michał Górny1-9/+1
2025-12-11[llvm][clang] Sandbox filesystem reads (#165350)Jan Svoboda2-1/+53
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry1-4/+3
2025-11-10Remove unused <algorithm> inclusion (#166942)serge-sans-paille1-1/+0
2025-10-19[ADT, Support] Use std::min and std::max (NFC) (#164145)Kazu Hirata1-2/+1
2025-10-03Reland "[LLVM] Add GNU make jobserver support (#145131)"Yaxun (Sam) Liu1-0/+195
2025-10-03Revert "[LLVM] Add GNU make jobserver support (#145131)"Yaxun (Sam) Liu1-195/+0
2025-10-03[LLVM] Add GNU make jobserver support (#145131)Yaxun (Sam) Liu1-0/+195
2025-09-15[CAS] Add MappedFileRegionArena (#114099)Steven Wu1-0/+5
2025-09-06[Support] Remove an unnecessary cast (NFC) (#157312)Kazu Hirata1-2/+1
2025-09-01[Support] Also check the value for HAVE_PTHREAD_(SETNAME/SET_NAME)_NP (#156294)Brad Smith1-2/+2
2025-08-20[FileSystem] Allow exclusive file lock (#114098)Steven Wu1-4/+21
2025-08-14[Support] Add mapped_file_region::sync(), equivalent to msync (#153632)Steven Wu1-0/+6
2025-07-29[Support] Remove an unnecessary cast (NFC) (#151083)Kazu Hirata1-1/+1
2025-07-09[Support] Don't re-raise signals sent from kernel (#145759)Alex Langford1-3/+18
2025-07-02[DLCov] Origin-Tracking: Enable collecting and symbolizing stack traces (#143...Stephen Tozer1-0/+15
2025-06-24[LLVM][Support][Cygwin] Add threading support for Cygwin host (#145314)Tomohiro Kashiwada1-4/+11
2025-06-17[LLVM] [Support] Disable `ioctl()` terminal size check on Solaris (#144600)Sirraide1-1/+1
2025-06-17[LLVM] [Support] Query the terminal width using `ioctl()` (#143514)Sirraide1-6/+18
2025-06-13[SystemZ][z/OS] Refactor AutoConvert more (#143955)Abhina Sree2-3/+3
2025-06-09[Support][Cygwin] Fix handling of Process symbol lookup. (#143072)jeremyd20191-1/+1
2025-06-06[Support] Properly zero initialize CPU set when querying affinity (#142924)Christian Ulmann1-0/+1
2025-06-04[lldb][llvm][AIX] Added support for getProcFile with TID (#142586)Hemang Gadhavi1-0/+2
2025-05-21[NFC][ADT/Support] Add {} for else when if body has {} (#140758)Rahul Joshi1-2/+4
2025-05-08[llvm] Add managarm support (#138854)no921-8/+12
2025-05-07[LLVM][Support] check for error return from dladdr. (#138369)jeremyd20191-13/+21
2025-05-02[LLVM][Cygwin] Fix Signals compatibility with Cygwin API (#138117)Mateusz Mikuła1-1/+1
2025-02-26Support: Do not check if a file exists before executing (#128821)Matt Arsenault1-7/+0
2025-02-12[Support] Fix building on FreeBSD and OpenBSD (#127005)Brad Smith1-2/+2
2025-02-13[Support] Prefer AUX vector for page size (#126863)Tristan Ross1-1/+8
2025-02-08[Support] Re-raise external signals (#125854)Guy David1-4/+9
2025-01-31[llvm][Support] Enable dl_iterate_phdr support on OpenBSD and DragonFly (#125...Brad Smith1-1/+2
2025-01-28[llvm] Android has sched_getaffinity() now (#124689)Brad Smith1-1/+1
2025-01-29[NFC] Remove redundant `sys/file.h` header. (#124684)c8ef1-1/+0
2025-01-23[llvm][Support] Put back filename into FileToRemoveList (#124065)Vitaly Buka1-15/+19
2025-01-22[Signals] Exclude dladdr for AIX after #123879Fangrui Song1-1/+1
2025-01-22[CMake] Remove HAVE_DLFCN_H and HAVE_DLADDR (#123879)Fangrui Song4-8/+4
2025-01-16[CMake] Remove HAVE_SYS_RESOURCE_H/HAVE_SETRLIMIT/HAVE_GETRLIMITFangrui Song2-8/+0
2025-01-16[CMake] Remove HAVE_SYS_IOCTL_HFangrui Song1-3/+0
2025-01-16[CMake] Remove HAVE_TERMIOS_HFangrui Song1-3/+0
2025-01-16[CMake] Remove some unneeded HAVE_*_HFangrui Song4-11/+1
2025-01-15[CMake] Remove some always-true HAVE_XXX_HFangrui Song5-16/+0
2025-01-09[z/OS] Add backtrace support for z/OS. (#121826)Kai Nacke1-0/+78
2024-12-18[llvm][Support] Use __NR_gettid on Linux for compat with older glibc (#120007)Brad Smith1-1/+1
2024-10-10[Support] Include Support/thread.h before api implementations (#111175)Thomas Fransham1-0/+7