another missed SSE optimization
[oota-llvm.git] / lib / Target / X86 / X86CallingConv.td
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-07-02 Dan GohmanVector results may be returned in XMM0 and XMM1, not...
2007-06-19 Chris LattnerIf a function is vararg, never pass inreg arguments...
2007-03-31 Bill WendlingFix comment.
2007-03-31 Bill WendlingMatch GCC's MMX calling convention.
2007-03-30 Bill WendlingAdd MMX calling conventions.
2007-02-28 Chris Lattnerbugfix: fastcall does not require the first two params...
2007-02-28 Chris Lattneradd new CC_X86_32_FastCall calling conv, which describe...
2007-02-28 Chris Lattnerswitch LowerCCCCallTo over to using an autogenerated...
2007-02-28 Chris Lattnerrename stuff
2007-02-28 Chris Lattnermake subtarget references work.
2007-02-27 Chris LattnerAdd calling convention info
2007-02-27 Chris Lattnermove target independent calling convention stuff to...
2007-02-27 Chris Lattnerfill in some holes
2007-02-26 Chris Lattnerfix attribution
2007-02-26 Chris LattnerAdd a description of the X86-64 calling convention...