1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 6e959b9 x86-32 long doubles are 4-byte aligned on the stack by Dale Johannesen · 17 years ago
  3. d73ab88 Support returning non-power-of-2 vectors to unblock some work by Nate Begeman · 17 years ago
  4. 87b665d Eliminate the recently introduced CCAssignToStackABISizeAlign by Duncan Sands · 17 years ago
  5. e3ef744 Add CCAssignToStackABISizeAlign for convenience in by Dale Johannesen · 17 years ago
  6. 7fef59f Clarify that fastcc has a problem with nested function by Duncan Sands · 17 years ago
  7. 48abc5c Corrected many typing errors. And removed 'nest' parameter handling by Arnold Schwaighofer · 17 years ago
  8. c85e171 Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 17 years ago
  9. 73328d1 More long double fixes. x86_64 should build now. by Dale Johannesen · 17 years ago
  10. 6a30811 Get X86 long double calling convention to work by Dale Johannesen · 17 years ago
  11. b116fac Trampoline codegen support for X86-32. by Duncan Sands · 17 years ago
  12. 1aa7efb Add the byval attribute by Rafael Espindola · 17 years ago
  13. 1866f6e Vector results may be returned in XMM0 and XMM1, not just XMM0. With by Dan Gohman · 17 years ago
  14. 52387be If a function is vararg, never pass inreg arguments in registers. Thanks to by Chris Lattner · 17 years ago
  15. 577c7d9 Fix comment. by Bill Wendling · 17 years ago
  16. db5c993 Match GCC's MMX calling convention. by Bill Wendling · 17 years ago
  17. e2501b3 Add MMX calling conventions. by Bill Wendling · 17 years ago
  18. 7050080 bugfix: fastcall does not require the first two params to be marked 'inreg', by Chris Lattner · 17 years ago
  19. 011bcc8 add new CC_X86_32_FastCall calling conv, which describes fastcall on win32. by Chris Lattner · 17 years ago
  20. 423c5f4 switch LowerCCCCallTo over to using an autogenerated callingconv by Chris Lattner · 17 years ago
  21. 370bdda rename stuff by Chris Lattner · 17 years ago
  22. 3d55910 make subtarget references work. by Chris Lattner · 17 years ago
  23. d637a8b Add calling convention info by Chris Lattner · 17 years ago
  24. 0083664 move target independent calling convention stuff to TargetCallingConv.td by Chris Lattner · 17 years ago
  25. d50110d fill in some holes by Chris Lattner · 17 years ago
  26. bffc1b3 fix attribution by Chris Lattner · 17 years ago
  27. 31c8a6d Add a description of the X86-64 calling convention and the return by Chris Lattner · 17 years ago