llvm-6502/test/Transforms/Inline
Reid Spencer 3da59db637 For PR950:
The long awaited CAST patch. This introduces 12 new instructions into LLVM
to replace the cast instruction. Corresponding changes throughout LLVM are
provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the
exception of 175.vpr which fails only on a slight floating point output
difference.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31931 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-27 01:05:10 +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
2003-09-22-PHINodeInlineFail.ll
2003-09-22-PHINodesInExceptionDest.ll
2003-09-22-PHINodesInNormalInvokeDest.ll
2003-10-13-AllocaDominanceProblem.ll
2003-10-26-InlineInvokeExceptionDestPhi.ll
2004-04-15-InlineDeletesCall.ll
2004-04-20-InlineLinkOnce.llx
2004-10-17-InlineFunctionWithoutReturn.ll
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
casts.ll For PR950: 2006-11-27 01:05:10 +00:00
cfg_preserve_test.ll
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
inline_prune.ll testcase for the recent inliner improvement. 2006-06-01 21:54:58 +00:00
inline-tail.ll
invoke_test-1.ll
invoke_test-2.ll
invoke_test-3.ll