aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/printf-2.ll
AgeCommit message (Expand)Author
2016-03-28[SimplifyLibCalls] Transform printf("%s", "a") -> putchar('a').Davide Italiano
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-03-13[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-07-14Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin
2012-11-27instcombine: Don't replace all uses for instructions with no usesMeador Inge