Add a triple to switch.ll test.
[oota-llvm.git] / test / CodeGen / X86 / sibcall.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-02-03 Rafael EspindolaFix typo in test/CodeGen/X86/sibcall.ll (pr22331).
2015-01-28 Michael Kuperstein[x32] Enable sibcall optimization on x32.
2014-01-08 David Woodhouse[x86] Disambiguate RET[QL] and fix aliases for 16-bit...
2013-08-12 Tim NorthoverAllow compatible extension attributes for tail calls
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-05-30 Tim NorthoverX86: use sub-register sequences for MOV*r0 operations
2013-03-27 Preston GurdThis patch follows is a follow up to r178171, which...
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2011-06-17 Chris Lattnermake the asmparser reject function and type redefinitio...
2011-05-18 Stuart HastingsAn imminent fix to the x86_64 byval logic will expose...
2011-05-04 Jakob Stoklund OlesenPrepare remaining tests for -join-physreg going away.
2010-09-30 NAKAMURA Takumitest/CodeGen/X86/sibcall.ll: Add explicit triplets...
2010-09-22 Chris LattnerFix an inconsistency in the x86 backend that led it...
2010-08-15 Dale JohannesenMark as XFAIL on darwin 8. PR 7886.
2010-04-30 Evan ChengFix test.
2010-04-30 Evan ChengAnother sibcall bug. If caller and callee calling conve...
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...