1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Transforms/Inline
Duncan Sands 56f3add5b7 When inlining through an 'nounwind' call, mark inlined
calls 'nounwind'.  It is important for correct C++
exception handling that nounwind markings do not get
lost, so this transformation is actually needed for
correctness.

llvm-svn: 45218
2007-12-19 21:13:37 +00:00
..
2003-09-14-InlineValue.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-09-22-PHINodeInlineFail.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-09-22-PHINodesInExceptionDest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-09-22-PHINodesInNormalInvokeDest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-10-13-AllocaDominanceProblem.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2003-10-26-InlineInvokeExceptionDestPhi.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-04-15-InlineDeletesCall.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-04-20-InlineLinkOnce.llx Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2004-10-17-InlineFunctionWithoutReturn.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-01-14-CallGraphUpdate.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-07-12-InlinePruneCGUpdate.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-11-09-InlineCGUpdate-2.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2006-11-09-InlineCGUpdate.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
2007-04-15-InlineEH.ll Make invokes of inline asm legal. Teach codegen 2007-12-17 18:08:19 +00:00
2007-06-06-NoInline.ll Instruct the inliner to obey the noinline attribute. Add test case. 2007-06-06 21:59:26 +00:00
2007-06-25-WeakInline.ll new testcase, the inliner shouldn't inline this. 2007-06-25 21:49:53 +00:00
2007-12-19-InlineNoUnwind.ll When inlining through an 'nounwind' call, mark inlined 2007-12-19 21:13:37 +00:00
alloca_test.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
basictest.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
casts.ll For PR1319: 2007-04-15 08:30:33 +00:00
cfg_preserve_test.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
dg.exp For PR1319: 2007-04-15 08:30:33 +00:00
dynamic_alloca_test.ll For PR1319: 2007-04-16 17:36:08 +00:00
inline_cleanup.ll For PR1319: 2007-04-15 08:30:33 +00:00
inline_constprop.ll For PR1319: 2007-04-15 08:30:33 +00:00
inline_dce.ll For PR1319: 2007-04-15 08:30:33 +00:00
inline_prune.ll For PR1319: 2007-04-15 08:30:33 +00:00
inline-tail.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00
invoke_test-1.ll For PR1319: 2007-04-15 08:30:33 +00:00
invoke_test-2.ll For PR1319: 2007-04-15 08:30:33 +00:00
invoke_test-3.ll Regression is gone, don't try to find it on clean target. 2007-01-17 07:59:14 +00:00