summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vararg_tailcall.ll
Commit message (Collapse)AuthorAge
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
| | | | | | | | This will make it easier to turn on struct-path aware TBAA since the metadata format will change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180796 91177308-0d34-0410-b5e6-96231b3b80d8
* Don't attempt to tail call optimize for Win64.Chad Rosier2011-05-20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131709 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix up this test to use explicit triples (Win64 passes a different number of ↵Eli Friedman2011-05-19
| | | | | | arguments in registers). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131676 91177308-0d34-0410-b5e6-96231b3b80d8
* Enables vararg functions that pass all arguments via registers to be ↵Chad Rosier2011-05-18
optimized into tail-calls when possible. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131560 91177308-0d34-0410-b5e6-96231b3b80d8