summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/tailcall-64.ll
AgeCommit message (Expand)AuthorFilesLines
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie1-1/+1
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie1-2/+2
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie1-3/+3
2015-01-30Win64: Put a REX_W prefix on all TAILJMP* instructionsReid Kleckner1-2/+2
2013-07-12Start using CHECK-LABEL in some tests.Stephen Lin1-16/+16
2013-04-20Minor renaming of tests (for consistency with an in-development patch)Stephen Lin1-10/+10
2013-04-20Allow tail call opportunity detection through nested and/or multiple iteratio...Stephen Lin1-0/+88
2012-09-25Fix an illegal tailcall opt where the callee returns a double via xmm while c...Evan Cheng1-3/+26
2012-09-13Fix test case to avoid PIC magic.Jakob Stoklund Olesen1-2/+1
2012-09-13Fix the TCRETURNmi64 bug differently.Jakob Stoklund Olesen1-0/+39
2012-09-13Revert r163761 "Don't fold indexed loads into TCRETURNmi64."Jakob Stoklund Olesen1-35/+1
2012-09-13Don't fold indexed loads into TCRETURNmi64.Jakob Stoklund Olesen1-1/+35
2012-06-01testcase for PR13006, thanks to Duncan for filing it.Chris Lattner1-0/+7
2012-06-01enhance the logic for looking through tailcalls to look through transparent c...Chris Lattner1-0/+46
2012-06-01enhance getNoopInput to know about vector<->vector bitcasts of legalChris Lattner1-0/+22
2012-06-01add some simple 64-bit tail call tests.Chris Lattner1-0/+21