summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/strchr-1.ll
Commit message (Expand)AuthorAgeFilesLines
* [SimplifyLibCalls] Mark known arguments with nonnullDavid Bolvansky2019-09-171-29/+58
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+96
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-96/+0
* [SimplifyLibCalls] Fix memchr expansion for constant strings.Eli Friedman2019-01-091-2/+3
* [SimplifyLibCalls] Turn memchr(const, C, const) into a bitfield check.Benjamin Kramer2015-03-211-1/+18
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-03-131-3/+3
* [opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie2015-02-271-6/+6
* Add strchr(p, 0) -> p + strlen(p) to SimplifyLibCallsKai Nacke2014-02-041-0/+13
* Fixing a corner-case bug in strchr and strrchr lib call optimizations whereYunzhong Gao2013-08-151-0/+11
* instcombine: Migrate strchr and strrchr optimizationsMeador Inge2012-10-131-0/+54
OpenPOWER on IntegriCloud