aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyLibCalls/2009-02-12-StrTo.ll
Commit message (Expand)AuthorAgeFilesLines
* FileCheck-ify, apropos of nothingJoel Jones2012-05-181-4/+4
* Revert r64460. strtol and friends cannot be marked readonly, even withDan Gohman2010-12-171-1/+1
* Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman2009-09-111-1/+1
* Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman2009-09-081-1/+1
* Change these tests to feed the assembly files to opt directly, insteadDan Gohman2009-09-081-1/+1
* Mark strto* as readonly when the endptr is null.Nick Lewycky2009-02-131-4/+5
* On strtod and friends, mark 'endptr' nocapture in the function prototype, andNick Lewycky2009-02-131-0/+13