| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fixing a corner-case bug in strchr and strrchr lib call optimizations where | Yunzhong Gao | 2013-08-15 | 1 | -0/+11 |
| | | | | | | | | | | the input character is not converted to char before comparing with zero. The patch was discussed in this thread: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20130812/184069.html llvm-svn: 188489 | ||||
| * | instcombine: Migrate strchr and strrchr optimizations | Meador Inge | 2012-10-13 | 1 | -0/+54 |
| This patch migrates the strchr and strrchr optimizations from the simplify-libcalls pass into the instcombine library call simplifier. llvm-svn: 165875 | |||||

