summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/double-float-shrink-1.ll
Commit message (Expand)AuthorAgeFilesLines
* [InstCombine] canonicalize fmin/fmax to LLVM intrinsics minnum/maxnumSanjay Patel2019-06-291-5/+6
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+574
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-574/+0
* [TargetLibraryInfo] Update run time support for WindowsEvandro Menezes2019-02-111-80/+69
* [TargetLibraryInfo] Update run time support for WindowsEvandro Menezes2019-02-111-53/+79
* Revert "[PATCH] [TargetLibraryInfo] Update run time support for Windows"Evandro Menezes2019-02-041-6/+6
* [PATCH] [TargetLibraryInfo] Update run time support for WindowsEvandro Menezes2019-02-041-6/+6
* [InstCombine] Expand Windows test (NFC)Evandro Menezes2019-02-011-52/+66
* [InstCombine] Expand Windows test (NFC)Evandro Menezes2019-02-011-21/+26
* [SLC] Fix shrinking of pow()Evandro Menezes2018-08-061-9/+3
* [InstCombine] regenerate checks and add tests for D50035; NFCSanjay Patel2018-07-311-234/+367
* [LibCallSimplifier] don't get fooled by a fake fmin()Sanjay Patel2016-01-211-0/+20
* [LibCallSimplifier] use instruction-level fast-math-flags to shrink callsSanjay Patel2016-01-191-20/+18
* [LibCallSimplifier] propagate FMF when shrinking binary callsSanjay Patel2015-12-311-0/+16
* [LibCallSimplifier] propagate FMF when shrinking unary callsSanjay Patel2015-12-311-19/+17
* change function names to avoid accidentally matching the substringSanjay Patel2015-12-311-40/+53
* add 'fast' attribute to calls to show that the flag isn't being propagatedSanjay Patel2015-12-311-55/+57
* Handle sqrt() shrinking in SimplifyLibCalls like any other callSanjay Patel2014-10-231-6/+19
* Shrinkify libcalls: use float versions of double libm functions with fast-mat...Sanjay Patel2014-10-221-102/+106
* Disable transforms that introduce calls to exp10*() on Linux due toChandler Carruth2013-12-281-1/+4
* Apply the InstCombine fptrunc sqrt optimization to llvm.sqrtHal Finkel2013-11-161-0/+13
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-131-0/+333
OpenPOWER on IntegriCloud