aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support
AgeCommit message (Expand)AuthorFilesLines
2026-01-12InstCombine: Handle rounding intrinsics in SimplifyDemandedFPClass (#174842)Matt Arsenault1-0/+28
2026-01-12[Support][NFC] Make unicode tables constant (#175573)Alexis Engelke2-7/+7
2026-01-12[Support][NFC] Move JSON::dump out-of-line (#175558)Alexis Engelke1-0/+7
2026-01-11ValueTracking: sqrt never returns subnormal (#174846)Matt Arsenault1-0/+1
2026-01-11[ValueTracking] Support horizontal vector add in computeKnownBits (#174410)Valeriy Savchenko1-0/+40
2026-01-11InstCombine: Implement SimplifyDemandedFPClass for sqrt (#173883)Matt Arsenault1-0/+24
2026-01-11InstCombine: Handle fpext in SimplifyDemandedFPClass (#174849)Matt Arsenault1-0/+22
2026-01-09[LLD][COFF] Prefetch inputs early-on to improve link times (#169224)Alexandre Ganea3-0/+39
2026-01-09[CommandLine] Use DenseMap instead of StringMap (NFC) (#174988)Nikita Popov1-16/+15
2026-01-07[llvm] Bypass sandbox for `getMainExecutable()` (#174816)Jan Svoboda2-0/+4
2026-01-07InstCombine: Handle log/log2/log10 in SimplifyDemandedFPClass (#173881)Matt Arsenault1-0/+17
2026-01-07InstCombine: Handle minimum/maximum in SimplifyDemandedFPClass (#173897)Matt Arsenault1-0/+92
2026-01-07InstCombine: Handle fmul in SimplifyDemandedFPClass (#173872)Matt Arsenault1-0/+53
2026-01-06[llvm] Bypass sandbox in `sys::fs::createTemporaryFile()` (#174491)Jan Svoboda1-0/+4
2026-01-05[OptBisect][ADT] Add support for running ranges of passes and introduce Integ...Yonah Goldberg3-81/+142
2026-01-05[RedirectingFileSystem] Don't update error result value (#172900)Steven Wu1-1/+4
2026-01-02[LLVM][ADT] Migrate users of `make_scope_exit` to CTAD (#174030)Victor Chernyakin7-11/+11
2026-01-02Retire StrInStrNoCase. NFC.Benjamin Kramer1-13/+0
2025-12-29InstCombine: Handle exp/exp2/exp10 in SimplifyDemandedFPClass (#173432)Matt Arsenault1-0/+21
2025-12-29InstCombine: Handle canonicalize in SimplifyDemandedFPClass (#173189)Matt Arsenault1-0/+50
2025-12-24ValueTracking: Avoid calling computeKnownFPClass on matched constant (#173248)Matt Arsenault1-0/+4
2025-12-17[Support] On Windows, fix rpmalloc TLS destructor when running inside a DLL (...GkvJwa1-0/+44
2025-12-16[LLVM] Remove the requirement for named pipe in jobserver (#169154)Michał Górny1-9/+1
2025-12-15Revert "[APFloat] Add exp function for APFloat::IEEESsingle using expf implem...Mehdi Amini2-32/+0
2025-12-15Fix build when the build directory isn't just immediately nested in the sourc...Mehdi Amini1-1/+1
2025-12-15[APFloat] Add exp function for APFloat::IEEESsingle using expf implementation...lntue2-0/+32
2025-12-11[llvm][clang] Sandbox filesystem reads (#165350)Jan Svoboda11-6/+219
2025-12-11[Support] Convert CRLF->LF in rpmalloc. NFC.Alexandre Ganea4-4959/+4959
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