summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/TargetLibraryInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* No longer generate calls to *_finiteserge-sans-paille2020-02-281-0/+3
* [NFC] Use isX86() instead of getArch()Jim Lin2020-01-071-4/+2
* [TLI] Support for per-Function TLI that overrides available libfuncsTeresa Johnson2019-12-161-18/+8
* [SVFS] Inject TLI Mappings in VFABI attribute.Francesco Petrogalli2019-11-151-0/+16
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* [TLI][AMDGPU] AMDPAL does not have library functionsTim Renouf2019-09-111-12/+2
* Change TargetLibraryInfo analysis passes to always require FunctionTeresa Johnson2019-09-071-8/+0
* [TargetLibraryInfo] Define enumerator for no library function (NFC)Evandro Menezes2019-09-041-0/+1
* [TLI] Simplify code. NFCI.Benjamin Kramer2019-08-241-9/+4
* Fix some accidental global initializers by using StringLiteral instead of Str...Benjamin Kramer2019-08-241-2/+3
* [AMDGPU] Printf runtime binding passStanislav Mekhanoshin2019-08-121-0/+1
* TLI: darwin does not support _bcmpAlex Lorenz2019-08-071-1/+1
* [TLI][NFC] Fixed typoDavid Bolvansky2019-08-051-1/+1
* Initial support for IBM MASS vector libraryNemanja Ivanovic2019-06-051-0/+10
* [SimplifyLibCalls] Fold more fortified functions into non-fortified variantsErik Pilkington2019-05-311-0/+53
* Add Triple::isPPC64()Fangrui Song2019-05-161-2/+2
* Compile time tweak for libcall lookupPhilip Reames2019-05-091-0/+5
* Use llvm::lower_bound. NFCFangrui Song2019-04-121-7/+6
* Revert "Use llvm::lower_bound. NFC"Ali Tamur2019-04-111-6/+7
* Use llvm::lower_bound. NFCFangrui Song2019-04-111-7/+6
* NFC: Refactor library-specific mappings of scalar maths functions to their ve...Nemanja Ivanovic2019-04-091-139/+4
* [WebAssembly] Add Emscripten OS definition + small_printfAlon Zakai2019-04-031-2/+13
* [SelectionDAG] Allow the user to specify a memeq function.Clement Courbet2019-03-081-0/+13
* [TargetLibraryInfo] Update run time support for WindowsEvandro Menezes2019-02-111-47/+39
* [TargetLibraryInfo] Update run time support for WindowsEvandro Menezes2019-02-111-35/+64
* [TargetLibraryInfo] Regroup run time functions for Windows (NFC)Evandro Menezes2019-02-051-38/+37
* Revert "[PATCH] [TargetLibraryInfo] Update run time support for Windows"Evandro Menezes2019-02-041-59/+53
* [PATCH] [TargetLibraryInfo] Update run time support for WindowsEvandro Menezes2019-02-041-53/+59
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Revert unapproved commitJoel Jones2018-11-241-154/+4
* [AArch64] Enable libm vectorized functions via SLEEFJoel Jones2018-11-241-4/+154
* Fix unit tests after patch https://reviews.llvm.org/rL346313Calixte Denizet2018-11-071-5/+1
* [GCOV] Flush counters before to avoid counting the execution before fork twic...Calixte Denizet2018-11-071-0/+24
* Disable calls to *_finite and other glibc-only functions on Musl.Eli Friedman2018-11-061-5/+5
* llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)Fangrui Song2018-09-271-2/+2
* Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFCAlexander Richardson2018-06-251-2/+1
* [TargetLibraryInfo] add mappings from LLVM sin/cos intrinsics to SVML callsSanjay Patel2018-06-071-0/+16
* [Analysis] Only use _unlocked stdio functions on linuxMartin Storsjo2018-05-171-1/+2
* [SimplifyLibcalls] Replace locked IO with unlocked IODavid Bolvansky2018-05-161-1/+41
* [Analysis] Validate the return type of s(n)printf like libcallsMartin Storsjo2018-05-111-2/+4
* Revert "[SimplifyLibcalls] Replace locked IO with unlocked IO"Matt Morehouse2018-04-271-41/+1
* [SimplifyLibcalls] Replace locked IO with unlocked IODavid Bolvansky2018-04-261-1/+41
* [Analysis] Support aligned new/delete functions.Eric Fiselier2018-04-041-0/+28
* Revert "[Analysis] Support aligned new/delete functions."Eric Fiselier2018-04-041-28/+0
* [Analysis] Support aligned new/delete functions.Eric Fiselier2018-04-041-0/+28
* [Analysis] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-011-2/+2
* Fix a bunch of typoes. NFCFangrui Song2018-03-301-1/+1
* [Analysis] Disable calls to *_finite and other glibc-only functions on Android.Chih-Hung Hsieh2018-01-311-12/+6
* [Analysis] Disable exp/exp2/pow finite lib calls on Android with -ffast-math.MinSeong Kim2018-01-231-0/+9
* [TargetLibraryInfo] fix finite mathlib function availabilitySanjay Patel2018-01-081-44/+44
OpenPOWER on IntegriCloud