Allow all types of callee's to be tail called. But avoid automatic tailcall if the...
[oota-llvm.git] / test / CodeGen / X86 / tailcall2.ll
2010-02-03 Evan ChengAllow all types of callee's to be tail called. But...
2010-02-02 Evan ChengPerform sibcall in some cases when arguments are passes...
2010-02-01 Evan ChengUndo r94946 now all the tests are passing again.
2010-01-31 Evan ChengAvoid recursive sibcall's.
2010-01-30 Evan ChengAllow more tailcall optimization: calls with inputs...
2010-01-29 Evan ChengCatch more trivial tail call opportunities: no inputs...
2010-01-27 Chandler CarruthQuick fix to a test that is currently failing on every...
2010-01-27 Evan ChengPerform trivial tail call optimization for callees...