summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/SimplifyLibCalls.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-17/+17
* Cosmetic change -- move two simplifiers to the right commented statement group.Meador Inge2012-10-181-2/+2
* instcombine: Migrate strcpy optimizationsMeador Inge2012-10-181-2/+49
* instcombine: Migrate strcmp and strncmp optimizationsMeador Inge2012-10-151-0/+99
* Remove unused private field.Benjamin Kramer2012-10-131-1/+0
* instcombine: Migrate strchr and strrchr optimizationsMeador Inge2012-10-131-0/+86
* instcombine: Migrate strcat and strncat optimizationsMeador Inge2012-10-131-0/+106
* Implement new LibCallSimplifier classMeador Inge2012-10-131-0/+289
OpenPOWER on IntegriCloud