summaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix
AgeCommit message (Expand)Author
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry
2025-11-10Remove unused <algorithm> inclusion (#166942)serge-sans-paille
2025-10-19[ADT, Support] Use std::min and std::max (NFC) (#164145)Kazu Hirata
2025-10-03Reland "[LLVM] Add GNU make jobserver support (#145131)"Yaxun (Sam) Liu
2025-10-03Revert "[LLVM] Add GNU make jobserver support (#145131)"Yaxun (Sam) Liu
2025-10-03[LLVM] Add GNU make jobserver support (#145131)Yaxun (Sam) Liu
2025-09-15[CAS] Add MappedFileRegionArena (#114099)Steven Wu
2025-09-06[Support] Remove an unnecessary cast (NFC) (#157312)Kazu Hirata
2025-09-01[Support] Also check the value for HAVE_PTHREAD_(SETNAME/SET_NAME)_NP (#156294)Brad Smith
2025-08-20[FileSystem] Allow exclusive file lock (#114098)Steven Wu
2025-08-14[Support] Add mapped_file_region::sync(), equivalent to msync (#153632)Steven Wu
2025-07-29[Support] Remove an unnecessary cast (NFC) (#151083)Kazu Hirata
2025-07-09[Support] Don't re-raise signals sent from kernel (#145759)Alex Langford
2025-07-02[DLCov] Origin-Tracking: Enable collecting and symbolizing stack traces (#143...Stephen Tozer
2025-06-24[LLVM][Support][Cygwin] Add threading support for Cygwin host (#145314)Tomohiro Kashiwada
2025-06-17[LLVM] [Support] Disable `ioctl()` terminal size check on Solaris (#144600)Sirraide
2025-06-17[LLVM] [Support] Query the terminal width using `ioctl()` (#143514)Sirraide
2025-06-13[SystemZ][z/OS] Refactor AutoConvert more (#143955)Abhina Sree
2025-06-09[Support][Cygwin] Fix handling of Process symbol lookup. (#143072)jeremyd2019
2025-06-06[Support] Properly zero initialize CPU set when querying affinity (#142924)Christian Ulmann
2025-06-04[lldb][llvm][AIX] Added support for getProcFile with TID (#142586)Hemang Gadhavi
2025-05-21[NFC][ADT/Support] Add {} for else when if body has {} (#140758)Rahul Joshi
2025-05-08[llvm] Add managarm support (#138854)no92
2025-05-07[LLVM][Support] check for error return from dladdr. (#138369)jeremyd2019
2025-05-02[LLVM][Cygwin] Fix Signals compatibility with Cygwin API (#138117)Mateusz MikuĊ‚a
2025-02-26Support: Do not check if a file exists before executing (#128821)Matt Arsenault
2025-02-12[Support] Fix building on FreeBSD and OpenBSD (#127005)Brad Smith
2025-02-13[Support] Prefer AUX vector for page size (#126863)Tristan Ross
2025-02-08[Support] Re-raise external signals (#125854)Guy David
2025-01-31[llvm][Support] Enable dl_iterate_phdr support on OpenBSD and DragonFly (#125...Brad Smith
2025-01-28[llvm] Android has sched_getaffinity() now (#124689)Brad Smith
2025-01-29[NFC] Remove redundant `sys/file.h` header. (#124684)c8ef
2025-01-23[llvm][Support] Put back filename into FileToRemoveList (#124065)Vitaly Buka
2025-01-22[Signals] Exclude dladdr for AIX after #123879Fangrui Song
2025-01-22[CMake] Remove HAVE_DLFCN_H and HAVE_DLADDR (#123879)Fangrui Song
2025-01-16[CMake] Remove HAVE_SYS_RESOURCE_H/HAVE_SETRLIMIT/HAVE_GETRLIMITFangrui Song
2025-01-16[CMake] Remove HAVE_SYS_IOCTL_HFangrui Song
2025-01-16[CMake] Remove HAVE_TERMIOS_HFangrui Song
2025-01-16[CMake] Remove some unneeded HAVE_*_HFangrui Song
2025-01-15[CMake] Remove some always-true HAVE_XXX_HFangrui Song
2025-01-09[z/OS] Add backtrace support for z/OS. (#121826)Kai Nacke
2024-12-18[llvm][Support] Use __NR_gettid on Linux for compat with older glibc (#120007)Brad Smith
2024-10-10[Support] Include Support/thread.h before api implementations (#111175)Thomas Fransham
2024-10-03Fix have pthread_getname for some system (#110854)William Moses
2024-09-10[llvm][Support] Determine the max thread length on Haiku (#107801)Brad Smith
2024-09-09[hurd] Fix accessing f_type field of statvfs (#71851)Samuel Thibault
2024-09-05[NFC][SystemZ][z/OS] Rename autoconversion-related functions to be less gener...Abhina Sree
2024-09-02[llvm][Support] Add support for thread naming under DragonFly BSD and Solaris...Brad Smith
2024-09-02[llvm][Support] Adjust maximum thread name length to the right value for Open...Brad Smith
2024-09-02Add support for retrieving the thread ID on DragonFly BSD (#106938)Brad Smith