llvm-6502/test/Transforms/Inline
Chris Lattner 0a629fbbca new testcases for PR992/993
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31609 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-09 23:35:01 +00:00
..
.cvsignore Tired of wading through cvs's list ? files that are generated when building 2006-03-23 23:41:57 +00:00
2003-09-14-InlineValue.ll New testcase 2003-09-15 02:07:37 +00:00
2003-09-22-PHINodeInlineFail.ll Checkin an old bug, which appears to be fixed 2003-10-08 18:26:10 +00:00
2003-09-22-PHINodesInExceptionDest.ll new testcase which crashes the inliner, thanks Bugpoint! 2003-09-22 21:58:46 +00:00
2003-09-22-PHINodesInNormalInvokeDest.ll new testcase, reduced by bugpoint 2003-09-22 22:22:41 +00:00
2003-10-13-AllocaDominanceProblem.ll New testcase which the inliner breaks 2003-10-14 01:04:12 +00:00
2003-10-26-InlineInvokeExceptionDestPhi.ll New testcase. 2003-10-27 05:13:47 +00:00
2004-04-15-InlineDeletesCall.ll New testcase that Brian provided which crashes the inliner 2004-04-15 20:45:45 +00:00
2004-04-20-InlineLinkOnce.llx New testcase, distilled from PR324 2004-04-20 20:15:01 +00:00
2004-10-17-InlineFunctionWithoutReturn.ll New testcase that crashes the inliner 2004-10-17 23:20:29 +00:00
2006-01-14-CallGraphUpdate.ll New testcase for a regression last night: the -inline pass wasn't updating 2006-01-14 20:07:07 +00:00
2006-07-12-InlinePruneCGUpdate.ll testcase for PR827 2006-07-12 18:27:13 +00:00
2006-11-09-InlineCGUpdate-2.ll new testcases for PR992/993 2006-11-09 23:35:01 +00:00
2006-11-09-InlineCGUpdate.ll new testcases for PR992/993 2006-11-09 23:35:01 +00:00
alloca_test.ll The inliner strips dead allocas now. Add a use to allow this test to 2006-09-15 16:53:11 +00:00
basictest.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
cfg_preserve_test.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
dg.exp Added the ability to xfail based on llvmgcc version 2006-04-12 21:57:40 +00:00
dynamic_alloca_test.ll New testcase that functions with dynamic allocas can be inlined, and are 2006-01-13 19:35:05 +00:00
inline_cleanup.ll new testcase 2006-09-13 19:23:43 +00:00
inline_constprop.ll New testcase: check that the inliner constant folds instructions on the 2006-05-27 01:16:22 +00:00
inline_dce.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
inline_prune.ll testcase for the recent inliner improvement. 2006-06-01 21:54:58 +00:00
inline-tail.ll Make sure to not accidentally get a bogus tail marker 2005-05-06 06:47:37 +00:00
invoke_test-1.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
invoke_test-2.ll Renamed as' => llvm-as', dis' => llvm-dis', link' => llvm-link'. 2003-09-16 15:29:54 +00:00
invoke_test-3.ll Fix buggy test 2005-05-13 15:48:41 +00:00