summaryrefslogtreecommitdiff
path: root/llvm/lib/Support
AgeCommit message (Expand)Author
2025-11-21[Support] Use range-based for loops (NFC) (#169001)Kazu Hirata
2025-11-20[LoopPeel] Fix BFI when peeling last iteration without guard (#168250)Joel E. Denny
2025-11-19[Support] Use StringMap::contains (NFC) (#168673)Kazu Hirata
2025-11-19[llvm] Use llvm::size (NFC) (#168675)Kazu Hirata
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry
2025-11-18[APInt] Introduce carry-less multiply primitives (#168527)Ramkumar Ramachandra
2025-11-18Reland [Support][Jobserver][Tests] Simplify default executor init (#168165)Yaxun (Sam) Liu
2025-11-18Extend MemoryEffects to Support Target-Specific Memory Locations (#148650)CarolineConcatto
2025-11-17[AIX] Raise soft memory limits to hard limits (#167928)David Tenty
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata
2025-11-14[NFC][SpecialCaseList] Convert `preprocess` into `LazyInit` (#167281)Vitaly Buka
2025-11-14[NFC][Support] Remove unused getLongestMatch from SpecialCaseList (#167193)Vitaly Buka
2025-11-14[Support] Prevent loss of file type flags when creating temporary (#167939)Tony Tao
2025-11-14Destroy tasks as they are run in the thread pool (#167852)Chandler Carruth
2025-11-14Revert "[Support][Jobserver][Tests] Simplify default executor init and make (...Aiden Grossman
2025-11-13[Support][Jobserver][Tests] Simplify default executor init and make (#165264)Yaxun (Sam) Liu
2025-11-11[NFC][SpecialCaseList] Move most of implementation in cpp file (#167280)Vitaly Buka
2025-11-11[NFC][SpecialCaseList] Store SectionStr as StringRef (#167278)Vitaly Buka
2025-11-10[NFC][SpecialCaseList] Refactor error handling (#167277)Vitaly Buka
2025-11-10[NFC][SpecialCaseList] Replace callback with return value (#165943)Vitaly Buka
2025-11-10[NFC][SpecialCaseList] Hide Section internals in private section (#167276)Vitaly Buka
2025-11-10Remove unused standard headers: <string>, <optional>, <numeric>, <tuple> (#16...serge-sans-paille
2025-11-10Remove unused <algorithm> inclusion (#166942)serge-sans-paille
2025-11-09Remove unused <set> and <map> inclusion (#167175)serge-sans-paille
2025-11-09Remove unused <array> and <list> inclusion (#167116)serge-sans-paille
2025-11-07Use `llvm::unique_function` in the async APIs (#166727)Chandler Carruth
2025-11-05[llvm][mustache] Avoid extra allocations in parseSection (#159199)Paul Kirth
2025-11-04[llvm][mustache] Optimize accessor splitting with a single pass (#159198)Paul Kirth
2025-11-04[llvm][mustache] Avoid redundant saves in accessor splitting (#159197)Paul Kirth
2025-11-04[llvm][mustache] Use single pass when tokenizing (#159196)Paul Kirth
2025-11-03[Support] Use "using" instead of "typedef" (NFC) (#166130)Kazu Hirata
2025-11-02[Support] Remove redundant declarations (NFC) (#166106)Kazu Hirata
2025-11-02[llvm] Remove "const" in the presence of "constexpr" (NFC) (#166109)Kazu Hirata
2025-11-02[Support] Remove a redundant declaration (NFC) (#166085)Kazu Hirata
2025-11-02[ADT, Support] Remove redundant typename (NFC) (#166045)Kazu Hirata
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-11-01[Support] Remove redundant declarations (NFC) (#166011)Kazu Hirata
2025-11-01[ADT, Support] Use "= default" (NFC) (#166007)Kazu Hirata
2025-11-01[Support] Remove redundant declarations (NFC) (#165971)Kazu Hirata
2025-11-01[Support] Fix memory leak induced by `sys::RemoveFileOnSignal` (#159984)Alexandre Ganea
2025-10-31[LoopUnroll] Fix block frequencies for epilogue (#159163)Joel E. Denny
2025-10-29use Twine instead of char* for function args (#165569)Sean Perry
2025-10-27[SpecialCaseList] Add RadixTree for substring matching (#164545)Vitaly Buka
2025-10-26[llvm] Migrate away from a soft-deprecated constructor of APInt (NFC) (#165164)Kazu Hirata
2025-10-26[Support] Simplify control flow in percentDecode (NFC) (#165134)Kazu Hirata
2025-10-25[SpecialCaseList] Filtering Globs with matching prefix and suffix (#164543)Vitaly Buka
2025-10-25[SpecialCaseList] Filtering Globs with matching prefix (#164531)Vitaly Buka
2025-10-24[NFC] Add PrintOnExit parameter to a llvm::TimerGroup (#164407)Arseniy Zaostrovnykh
2025-10-23[NFC][GlobPattern] Add GlobPattern::longest_substr() (#164512)Vitaly Buka
2025-10-22[NFC][GlobPattern] Change internal structure of GlobPattern (#164513)Vitaly Buka