Revert "Change memcpy/memset/memmove to have dest and source alignments."
[oota-llvm.git] / test / CodeGen / Mips / tailcall.ll
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-10-15 Daniel Sanders[mips][mips16] MIPS16 is not a CPU/Architecture but...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-11-09 Akira Hatanaka[mips] Make sure there is a chain edge dependency betwe...
2012-10-31 Akira HatanakaTest case for r167039. Check that tail-call optimizatio...
2012-10-30 Akira Hatanaka[mips] Allow tail-call optimization for vararg function...
2012-10-27 Akira Hatanaka[mips] Do not tail-call optimize vararg functions or...
2012-10-19 Akira Hatanaka[mips] Add code to do tail call optimization.