aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Analysis/TargetLibraryInfoTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-26TargetLibraryInfo: Delete default TargetLibraryInfoImpl constructor (#145826)Matt Arsenault1-1/+1
2025-06-23[TLI] Add support for pvalloc() (#144949)Marco Elver1-0/+1
2024-11-13[TLI] Add support for reallocarray (#114818)serge-sans-paille1-0/+1
2024-11-05[IR] Disallow recursive types (#114799)Jay Foad1-1/+1
2024-10-31[Reland][TLI] Add support for hypot libcall. (#114343)Kenji Mouri / 毛利 研二1-0/+3
2024-10-30Revert "[TLI] Add support for hypot libcall." (#114312)gulfemsavrun1-3/+0
2024-10-30[TLI] Add support for hypot libcall. (#113724)Kenji Mouri / 毛利 研二1-0/+3
2024-10-29[TLI] Add support for the `tgamma` libcall. (#113791)c8ef1-0/+3
2024-10-20[TLI] Add basic support for scalbnxx (#112936)Fawdlstty1-0/+6
2024-10-18[TLI] Add support for the `ilogb` libcall. (#112725)c8ef1-0/+3
2024-09-20[TLI] Add basic support for fdim libcall (#108702)braw-lee1-0/+3
2024-09-18[TLI] Support inferring function attributes for sincos[f|l] (#108554)Benjamin Maxwell1-0/+3
2024-09-13[llvm][unittests] Strip unneeded use of raw_string_ostream::str() (NFC)JOE19941-1/+1
2024-08-18[TLI] Add support for inferring attr `cold`/`noreturn` on `std::terminate` an...Noah Goldstein1-0/+2
2024-08-15Intrinsic: introduce minimumnum and maximumnum for IR and SelectionDAG (#96649)YunQiang Su1-0/+6
2024-08-13Enhance TLI detection of __size_returning_new lib funcs. (#102391)Snehasish Kumar1-4/+29
2024-08-06Add __size_returning_new variant detection to TLI. (#101564)Snehasish Kumar1-0/+4
2024-08-01[TLI] Add support for nan libfunc (#101356)Yingwei Zheng1-0/+3
2024-07-30[TLI] Add support for inferring attr `cold` on `exit`/`abort`Noah Goldstein1-1/+5
2024-07-19[TLI] Add basic support for remquo libcall (#99611)Yingwei Zheng1-0/+3
2024-06-21Revert "Intrinsic: introduce minimumnum and maximumnum (#93841)"Nikita Popov1-7/+1
2024-06-21Intrinsic: introduce minimumnum and maximumnum (#93841)YunQiang Su1-1/+7
2024-04-29[llvm][GlobalOpt] Remove empty atexit destructors/handlers (#88836)Max Winkler1-0/+2
2024-02-24[InstCombine] Handle more even/odd math functions (#81324)Artem Tyurin1-0/+3
2023-12-21[TLI] Add getLibFunc that accepts an Opcode and scalar Type. (#75919)Paschalis Mpeis1-0/+35
2023-10-15[InstCombine][TLI] Fix function prototype of `labs` (#69077)Yingwei Zheng1-0/+10
2023-09-12[llvm][unittests] Remove unneeded header includesBjorn Pettersson1-1/+0
2023-04-28[MemProf] Use updated version of hot/cold operator newTeresa Johnson1-8/+8
2023-04-19[MemProf] Optionally pass hot/cold hints to operator newTeresa Johnson1-0/+10
2022-08-10[InstCombine] Tighten up known library function signature tests (PR #56463)Martin Sebor1-3/+3
2021-12-01[TLI] Add memset_pattern4, memset_pattern8 lib functions.Florian Hahn1-3/+5
2021-10-05[llvm] Update report_fatal_error calls from raw_string_ostream to use Twine(O...Simon Pilgrim1-1/+1
2021-07-21[OpenMP] Change `__kmpc_free_shared` to include the paired allocation sizeJoseph Huber1-1/+1
2021-06-22[OpenMP] Add new OpenMP globalization functions to library infoJoseph Huber1-0/+4
2021-01-22[Analysis] Support AIX vec_malloc routinesShimin Cui1-0/+6
2020-11-30Creating a named struct requires only a Context and a name, but looking up a ...Nick Lewycky1-1/+1
2020-10-06[SimplifyLibCalls] Optimize mempcpy_chk to mempcpyDávid Bolvanský1-0/+1
2020-07-18[LLVM] Add libatomic load/store functions to TargetLibraryInfoGui Andrade1-0/+3
2020-06-16[TLI] Add four C++17 delete variants.Hiroshi Yamauchi1-0/+4
2020-05-26[FPEnv] Intrinsic llvm.roundevenSerge Pavlov1-0/+3
2020-03-29Introduce support for lib function aligned_alloc in TLI / memory builtinsUday Bondhugula1-0/+1
2020-02-12[unittests] Fix TargetLibraryInfoTest.ValidProtoEhud Katz1-0/+3
2020-02-08[SimplifyLibCalls] Add __strlen_chk.George Burgess IV1-0/+1
2019-05-31[SimplifyLibCalls] Fold more fortified functions into non-fortified variantsErik Pilkington1-0/+11
2019-04-03Fix TargetLibraryInfoTest.ValidProto after rL357552Sam Clegg1-0/+5
2019-02-01[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-1/+1
2019-01-31Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight1-1/+1
2019-01-31[opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-11-07Fix unit tests after patch https://reviews.llvm.org/rL346313Calixte Denizet1-465/+474