llvm-6502/test/Transforms/TailCallElim
2011-09-19 22:16:15 +00:00
..
2010-06-26-MultipleReturnValues.ll Handle the case of a tail recursion in which the tail call is followed 2010-07-13 15:41:41 +00:00
accum_recursion.ll merge two tests. 2010-08-31 18:44:03 +00:00
ackermann.ll Convert more tests to avoid llvm-as. 2009-09-11 18:36:27 +00:00
dg.exp
dont_reorder_load.ll Try to eliminate the use of the 'unwind' instruction. 2011-09-02 22:41:11 +00:00
dont-tce-tail-marked-call.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
dup_tail.ll Add a test for TCE return duplication. 2011-01-29 04:53:35 +00:00
inf-recursion.ll make the asmparser reject function and type redefinitions. 'Merging' hasn't been 2011-06-17 07:06:44 +00:00
intervening-inst.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
move_alloca_for_tail_call.ll Use opt -S instead of piping bitcode output through llvm-dis. 2009-09-08 22:34:10 +00:00
nocapture.ll Oops, FunctionContainsEscapingAllocas is really used to mean two different 2009-11-07 07:42:38 +00:00
reorder_load.ll Replace uses of unwind with unreachable for the same effect. 2011-09-19 22:16:15 +00:00
return_constant.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00
setjmp.ll Don't do tail calls in a function that call setjmp. The stack might be 2011-05-16 03:05:33 +00:00
trivial_codegen_tailcall.ll Change tests from "opt %s" to "opt < %s" so that opt doesn't see the 2009-09-11 18:01:28 +00:00