aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyLibCalls/2009-01-04-Annotate.ll
AgeCommit message (Expand)Author
2013-03-21Move library call prototype attribute inference to functionattrsMeador Inge
2013-02-20Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling
2013-02-11FileCheck-ize the tests.Bill Wendling
2012-06-25revert my previous commit (r159173), since as Eli pointed out, it's perfectly...Nuno Lopes
2012-06-25do not set realloc() as NotAlias, since it can return the same pointer. This ...Nuno Lopes
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Use opt -S instead of piping bitcode output through llvm-dis.Dan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-01-18Forgot this in the previous checkin: fopen now has nocapture, realloc isNick Lewycky
2009-01-04Run a post-pass that marks known function declarations by name.Nick Lewycky