Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / tailcall-64.ll
2015-02-27 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...
2015-01-30 Reid KlecknerWin64: Put a REX_W prefix on all TAILJMP* instructions
2013-07-12 Stephen LinStart using CHECK-LABEL in some tests.
2013-04-20 Stephen LinMinor renaming of tests (for consistency with an in...
2013-04-20 Stephen LinAllow tail call opportunity detection through nested...
2012-09-25 Evan ChengFix an illegal tailcall opt where the callee returns...
2012-09-13 Jakob Stoklund OlesenFix test case to avoid PIC magic.
2012-09-13 Jakob Stoklund OlesenFix the TCRETURNmi64 bug differently.
2012-09-13 Jakob Stoklund OlesenRevert r163761 "Don't fold indexed loads into TCRETURNm...
2012-09-13 Jakob Stoklund OlesenDon't fold indexed loads into TCRETURNmi64.
2012-06-01 Chris Lattnertestcase for PR13006, thanks to Duncan for filing it.
2012-06-01 Chris Lattnerenhance the logic for looking through tailcalls to...
2012-06-01 Chris Lattnerenhance getNoopInput to know about vector<->vector...
2012-06-01 Chris Lattneradd some simple 64-bit tail call tests.