aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/Inline/inline_constprop.ll
AgeCommit message (Expand)Author
2012-12-28Fix a stunning oversight in the inline cost analysis. It was neverChandler Carruth
2012-12-28Teach the inline cost analysis about calls that can be simplified andChandler Carruth
2012-08-07Fix PR13412, a nasty miscompile due to the interleavedChandler Carruth
2012-03-31Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth
2012-03-12When inlining a function and adding its inner call sites to theChandler Carruth
2012-03-12FileCheck-ize this test.Chandler Carruth
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
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-04-15For PR1319:Reid Spencer
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-05-27New testcase: check that the inliner constant folds instructions on theChris Lattner