on darwin empty functions need to codegen into something of non-zero length,
[oota-llvm.git] / test / CodeGen / X86 / sibcall.ll
2010-03-26 Evan ChengDo not sibcall if stack needs to be dynamically aligned.
2010-03-26 Evan ChengAllow trivial sibcall of vararg callee when no argument...
2010-03-20 Evan ChengStupid svn. Add back to the lost sibcall tests.
2010-03-08 Evan ChengAdd documentation on sibling call optimization. Rename...