aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix
AgeCommit message (Expand)AuthorFilesLines
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
2024-10-03Fix have pthread_getname for some system (#110854)William Moses1-2/+2
2024-09-10[llvm][Support] Determine the max thread length on Haiku (#107801)Brad Smith1-0/+6
2024-09-09[hurd] Fix accessing f_type field of statvfs (#71851)Samuel Thibault1-1/+1
2024-09-05[NFC][SystemZ][z/OS] Rename autoconversion-related functions to be less gener...Abhina Sree2-5/+5
2024-09-02[llvm][Support] Add support for thread naming under DragonFly BSD and Solaris...Brad Smith1-15/+21
2024-09-02[llvm][Support] Adjust maximum thread name length to the right value for Open...Brad Smith1-1/+1
2024-09-02Add support for retrieving the thread ID on DragonFly BSD (#106938)Brad Smith1-2/+2