aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support
AgeCommit message (Expand)AuthorFilesLines
2025-12-05[Support][Windows] disk_space handle unicode paths (#170716)Pavel Rosický2-7/+14
2025-12-03[CodeGen][KCFI] Allow setting type hash from xxHash64 to FNV-1a (#167254)Kees Cook2-0/+52
2025-12-03[SupportLSP] Add ShowMessageParams (#164626)Bertik231-0/+18
2025-12-03[Support] Support debug counters in non-assertion builds (#170468)Nikita Popov1-5/+0
2025-12-03[Support] Optimize DebugCounter (#170305)Nikita Popov1-38/+28
2025-12-02[Support] Optimize DebugCounter hot path (NFC) (#170260)Nikita Popov1-1/+5
2025-11-26[Support] Add getAllocTokenModeAsString() helper (#169650)Marco Elver1-0/+14
2025-11-24[Support] Permit "default" string in AllocToken mode parsing (#169351)Marco Elver1-0/+1
2025-11-21[Support] Use range-based for loops (NFC) (#169001)Kazu Hirata1-4/+1
2025-11-20[LoopPeel] Fix BFI when peeling last iteration without guard (#168250)Joel E. Denny1-0/+5
2025-11-19[Support] Use StringMap::contains (NFC) (#168673)Kazu Hirata1-1/+1
2025-11-19[llvm] Use llvm::size (NFC) (#168675)Kazu Hirata1-3/+3
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry3-4/+86
2025-11-18[APInt] Introduce carry-less multiply primitives (#168527)Ramkumar Ramachandra1-1/+21
2025-11-18Reland [Support][Jobserver][Tests] Simplify default executor init (#168165)Yaxun (Sam) Liu1-18/+3
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto1-0/+6
2025-11-17[AIX] Raise soft memory limits to hard limits (#167928)David Tenty1-0/+29
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata1-1/+1
2025-11-14[NFC][SpecialCaseList] Convert `preprocess` into `LazyInit` (#167281)Vitaly Buka1-27/+18
2025-11-14[NFC][Support] Remove unused getLongestMatch from SpecialCaseList (#167193)Vitaly Buka1-54/+29
2025-11-14[Support] Prevent loss of file type flags when creating temporary (#167939)Tony Tao1-8/+17
2025-11-14Destroy tasks as they are run in the thread pool (#167852)Chandler Carruth1-2/+7
2025-11-14Revert "[Support][Jobserver][Tests] Simplify default executor init and make (...Aiden Grossman1-3/+20
2025-11-13[Support][Jobserver][Tests] Simplify default executor init and make (#165264)Yaxun (Sam) Liu1-20/+3
2025-11-11[NFC][SpecialCaseList] Move most of implementation in cpp file (#167280)Vitaly Buka1-34/+122
2025-11-11[NFC][SpecialCaseList] Store SectionStr as StringRef (#167278)Vitaly Buka1-1/+1
2025-11-10[NFC][SpecialCaseList] Refactor error handling (#167277)Vitaly Buka1-5/+7
2025-11-10[NFC][SpecialCaseList] Replace callback with return value (#165943)Vitaly Buka1-35/+36
2025-11-10[NFC][SpecialCaseList] Hide Section internals in private section (#167276)Vitaly Buka1-0/+8
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille2-2/+0
2025-11-10Remove unused <algorithm> inclusion (#166942)serge-sans-paille2-2/+0
2025-11-09Remove unused <set> and <map> inclusion (#167175)serge-sans-paille1-1/+0
2025-11-09Remove unused <array> and <list> inclusion (#167116)serge-sans-paille1-1/+0
2025-11-07Use `llvm::unique_function` in the async APIs (#166727)Chandler Carruth1-2/+2
2025-11-05[llvm][mustache] Avoid extra allocations in parseSection (#159199)Paul Kirth1-1/+8
2025-11-04[llvm][mustache] Optimize accessor splitting with a single pass (#159198)Paul Kirth1-7/+26
2025-11-04[llvm][mustache] Avoid redundant saves in accessor splitting (#159197)Paul Kirth1-1/+1
2025-11-04[llvm][mustache] Use single pass when tokenizing (#159196)Paul Kirth1-113/+71
2025-11-03[Support] Use "using" instead of "typedef" (NFC) (#166130)Kazu Hirata5-15/+15
2025-11-02[Support] Remove redundant declarations (NFC) (#166106)Kazu Hirata1-2/+0
2025-11-02[llvm] Remove "const" in the presence of "constexpr" (NFC) (#166109)Kazu Hirata1-4/+4
2025-11-02[Support] Remove a redundant declaration (NFC) (#166085)Kazu Hirata1-5/+0
2025-11-02[ADT, Support] Remove redundant typename (NFC) (#166045)Kazu Hirata1-2/+2
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski1-2/+2
2025-11-01[Support] Remove redundant declarations (NFC) (#166011)Kazu Hirata1-11/+0
2025-11-01[ADT, Support] Use "= default" (NFC) (#166007)Kazu Hirata1-1/+1
2025-11-01[Support] Remove redundant declarations (NFC) (#165971)Kazu Hirata1-6/+0
2025-11-01[Support] Fix memory leak induced by `sys::RemoveFileOnSignal` (#159984)Alexandre Ganea1-1/+6
2025-10-31[LoopUnroll] Fix block frequencies for epilogue (#159163)Joel E. Denny1-0/+7
2025-10-29use Twine instead of char* for function args (#165569)Sean Perry2-4/+4