summaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/TargetLibraryInfo.cpp
AgeCommit message (Expand)Author
2024-08-06Add __size_returning_new variant detection to TLI. (#101564)Snehasish Kumar
2024-07-19[TLI] Add basic support for remquo libcall (#99611)Yingwei Zheng
2024-06-28[IR] Don't include Module.h in Analysis.h (NFC) (#97023)Nikita Popov
2024-05-24[NFC][LLVM] Clean up TLI VECFUNC macros. (#93178)Paul Walker
2024-05-21[AIX] Set memrchr to unavailable (#92588)Qiongsi Wu
2024-05-17TargetLibraryInfo: Assume no libcalls in the default constructor (#92400)Matt Arsenault
2024-05-16PlaceSafepoints: Fix using default constructed TargetLibraryInfo (#92411)Matt Arsenault
2024-04-11PS support for erf/erff/erfl. (#88412)Sunil Srivastava
2024-03-27[NFC][TLI] Move VecFuncs to statics to reduce stack usage (#86829)Alex MacLean
2024-03-20Revert "Enable exp10 libcall on linux (#68736)"Nikita Popov
2024-03-20Enable exp10 libcall on linux (#68736)Krishna Narayanan
2024-03-12[Analysis] Treat ldexpf() as missing on MinGW (#84748)Martin Storsjö
2024-02-24[InstCombine] Handle more even/odd math functions (#81324)Artem Tyurin
2024-02-15Adding support of AMDLIBM vector library (#78560)Rohit Aggarwal
2024-01-23[TLI] Remove leftover assert in TargetLibraryInfoImpl initialize (#79056)tltao
2024-01-17 [llvm] Teach MachO about XROS (#78373)Cyndy Ishida
2023-12-21[TLI] Add getLibFunc that accepts an Opcode and scalar Type. (#75919)Paschalis Mpeis
2023-11-22[IR][TLI] Cache getLibFunc() result on Function (NFC) (#72867)Nikita Popov
2023-10-03[TLI] Added a guard for empty vector function name. (#68100)JolantaJensen
2023-10-02Fix mechanism propagating mangled names for TLI function mappings (#66656)JolantaJensen
2023-08-15[NFC][TLI] Replace std::lower_bound call in getLibFunc with DenseMap lookupDhruv Chawla
2023-08-14[OSX][TargetLibraryInfo] Mark memrchr as unavailable on OSXPavel Kosov
2023-07-12[TLI][AArch64] Add mappings to vectorized functions from ArmPLMaciej Gabka
2023-04-28[MemProf] Use updated version of hot/cold operator newTeresa Johnson
2023-04-19[MemProf] Optionally pass hot/cold hints to operator newTeresa Johnson
2023-03-29[TLI][AArch64] Extend SLEEF vectorized functions mapping with VLA functionsPaul Osmialowski
2023-03-29Revert "[TLI][AArch64] Extend SLEEF vectorized functions mapping with VLA fun...Paul Osmialowski
2023-03-29[TLI][AArch64] Extend SLEEF vectorized functions mapping with VLA functionsPaul Osmialowski
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-20[AArch64] Enable libm vectorized functions via SLEEFDaniel Kiss
2023-01-18Add parameter extension attributes in various instrumentation passes.Jonas Paulsson
2022-12-20[BuildLibCalls][RISCV] Sign extend return value of bcmp on riscv64.Craig Topper
2022-12-12[RISCV] Set ShouldSignExtI32Param in TargetLibraryInfo for riscv64.Craig Topper
2022-10-03[Analysis][SimplifyLibCalls] Refactor code related to size_t in lib func sign...Bjorn Pettersson
2022-09-20[TargetLibraryInfo] Mark memrchr as unavailable on WindowsMateusz Mikuła
2022-08-10[InstCombine] Tighten up known library function signature tests (PR #56463)Martin Sebor
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-06-14[PS5] Make library function availability match PS4Paul Robinson
2022-03-14[TLI] Check that malloc argument has type size_tNikita Popov
2021-12-07Revert "Revert "Use VersionTuple for parsing versions in Triple, fixing issue...James Farrell
2021-12-06Revert "Use VersionTuple for parsing versions in Triple, fixing issues that c...James Farrell
2021-12-06Use VersionTuple for parsing versions in Triple, fixing issues that caused th...James Farrell
2021-12-01[TLI] Add memset_pattern4, memset_pattern8 lib functions.Florian Hahn
2021-11-30Revert "Use VersionTuple for parsing versions in Triple. This makes it possib...Nikita Popov
2021-11-30Use VersionTuple for parsing versions in Triple. This makes it possible to di...James Farrell
2021-11-23[PS4][TLI] Remove redundant linePaul Robinson
2021-10-23[llvm] Use StringRef::contains (NFC)Kazu Hirata
2021-10-07[PS4][TargetLibraryInfo] Set TLI info correctly for PS4Paul Robinson
2021-10-04[TargetLibraryInfo] Refactor size_t checks in isValidProtoForLibFunc. NFCBjorn Pettersson
2021-09-28[TargetLibraryInfo] Pick new/delete calls by targetPaul Robinson