summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/strlen-1.ll
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-171-8/+26
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+204
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-204/+0
* [ValueTracking] More accurate unsigned sub overflow detectionNikita Popov2019-02-281-1/+1
* llvm: Add support for "-fno-delete-null-pointer-checks"Manoj Gupta2018-07-091-0/+25
* Merge isKnownNonNull into isKnownNonZeroNuno Lopes2017-09-091-2/+2
* strlen-1.ll: Fix testMatthias Braun2017-05-031-10/+12
* Simplify strlen to a subtraction for certain cases.David L Kreitzer2016-04-131-7/+5
* add tests to show missing optimization from D18230Sanjay Patel2016-04-051-0/+59
* [InstCombine] regenerate checksSanjay Patel2016-04-051-13/+24
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-10/+10
* Fold strlen(expr ? "str1" : "str2") to x ? len1 : len2. This fires about 330 ...Nick Lewycky2014-05-021-0/+12
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-9/+9
* instcombine: Migrate strlen optimizationsMeador Inge2012-10-311-0/+97
OpenPOWER on IntegriCloud