aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support
AgeCommit message (Expand)AuthorFilesLines
9 hours[llvm] using wrapper llvm::sort(nfc) (#151000)Austin1-1/+1
3 days[APFloat] Properly implement next for DoubleAPFloatDavid Majnemer1-4/+126
4 days[Support] [Windows] Conditionally compile the SetThreadInformation calls (#15...Martin Storsjö1-0/+2
4 days[win][arm64ec] Fixes to unblock building LLVM and Clang as Arm64EC (#150068)Daniel Paoliello1-1/+2
4 daysNFC: Clean up construction of IntrusiveRefCntPtr from raw pointers for llvm::...James Y Knight2-6/+8
6 daysWindows: use EcoQoS for ThreadPriority::Background (#148797)Tim Blechmann1-0/+60
6 days[Support] Remove an unnecessary cast (NFC) (#151083)Kazu Hirata1-1/+1
7 daysIntroduce a "log level" support for DEBUG_TYPE (#150855)Mehdi Amini1-12/+57
10 daysRevert "fix: replace report_fatal_error with Diags and exit" (#150662)Aaron Ballman1-24/+6
10 daysfix: replace report_fatal_error with Diags and exit (#147959)woruyu1-6/+24
11 days[llvm] get cl::opt instantiations working with MSVC DLL build (#147810)Andrew Rogers1-5/+22
11 days [lld][AArch64][Build Attributes] Add support for AArch64 Build Attributes (#...Mark Murray1-0/+27
2025-07-19[Support] System include SipHash.h (#149499)Guy David1-2/+2
2025-07-19StringMap: Remove redundant member init in constructor (#149491)Matt Arsenault1-10/+2
2025-07-18[Support/BLAKE3] quick fix for Cygwin build (#148635)Tomohiro Kashiwada2-2/+2
2025-07-16[Support][BLAKE3] Restore static on blake3_hash4_neon (#149046)Nikita Popov1-4/+5
2025-07-16Revert "[Support] Error if SocketPath is too long" (#149096)Marina Taylor1-8/+0
2025-07-16[Support] Error if SocketPath is too long (#148903)Marina Taylor1-0/+8
2025-07-16[Support][BLAKE3] Prefix more blake3 methods (#149007)Jordan Rupprecht1-0/+2
2025-07-15[Support/rpmalloc] Updated fake atomics with Interlocked functions (#148303)Dmitry Vasilyev1-7/+11
2025-07-14[Support][BLAKE3] Prefix blake3_xof_many_avx512 (#148607)Nikita Popov1-0/+2
2025-07-12[Support/BLAKE3] Make g_cpu_features thread safe (#147948)Dmitry Vasilyev14-90/+2660
2025-07-10[NFC][LLVM][ADT] Simplify `StringRef` case insensitive compare (#147994)Rahul Joshi1-9/+8
2025-07-09Extract SipHash implementation into a header.Peter Collingbourne2-130/+6
2025-07-09[Support] Don't re-raise signals sent from kernel (#145759)Alex Langford1-3/+18
2025-07-09ErrorHandling: Check for EINTR and partial writes (#147595)Matthias Braun1-5/+16
2025-07-08[Support] Remove an unnecessary cast (NFC) (#147548)Kazu Hirata1-1/+1
2025-07-08[Support] Add signed operations to DataExtractor (#147261)Pavel Labath1-4/+4
2025-07-03[Support] Remove an unnecessary cast (NFC) (#146810)Kazu Hirata1-1/+1
2025-07-03[analyzer] Correct Z3 test cases, fix exposed crashes (#146597)vabridgers1-1/+2
2025-07-02[SystemZ][z/OS] Fix error about const char in Text Encoding (#146727)Abhina Sree1-1/+1
2025-07-02[DLCov] Origin-Tracking: Enable collecting and symbolizing stack traces (#143...Stephen Tozer3-65/+161
2025-06-26[Support] Remove workarounds for building with mingw.org toolchains (#145683)Martin Storsjö1-64/+0
2025-06-24[LLVM][Support][Cygwin] Add threading support for Cygwin host (#145314)Tomohiro Kashiwada1-4/+11
2025-06-24[Support] Remove an outdated MinGW workaround (#145294)Martin Storsjö1-5/+0
2025-06-18[llvm] build Blake3 source with LLVM_EXPORTS defined (#144753)Andrew Rogers1-0/+6
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 Sree3-4/+3
2025-06-11[SystemZ][z/OS] Refactor AutoConvert.h to remove large MVS guard (#143174)Abhina Sree4-46/+34
2025-06-09[Support][Cygwin] Fix handling of Process symbol lookup. (#143072)jeremyd20193-8/+8
2025-06-06[llvm] Call hash_combine_range with ranges (NFC) (#143225)Kazu Hirata1-1/+1
2025-06-06[NFC] [DebugCounter] warn if --debug-counter is unused in NDEBUG (#143057)Florian Mayer1-0/+5
2025-06-06[SystemZ][z/OS] add back headers needed for strnlen, autoconversionAbhina Sreeskantharajan1-0/+1
2025-06-06[Support] Properly zero initialize CPU set when querying affinity (#142924)Christian Ulmann1-0/+1
2025-06-04[Support] Restore a couple of includesKazu Hirata1-0/+2
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata7-11/+0
2025-06-04[llvm][mustache] Fix UB in ASTNode::render() (#142249)Paul Kirth1-24/+33
2025-06-04[lldb][llvm][AIX] Added support for getProcFile with TID (#142586)Hemang Gadhavi1-0/+2
2025-05-28[NFCI] Change SpecialCaseList::inSectionBlame to return pair<uint, uint> (Fil...Qinkun Bao1-16/+19