Skip to content
  1. Mar 08, 2009
  2. Feb 17, 2009
  3. Feb 16, 2009
  4. Feb 08, 2009
  5. Dec 06, 2008
  6. Nov 30, 2008
  7. Nov 11, 2008
  8. Oct 24, 2008
  9. Oct 17, 2008
  10. Aug 26, 2008
  11. Jul 17, 2008
  12. Jun 24, 2008
  13. May 06, 2008
  14. Apr 21, 2008
  15. Mar 28, 2008
  16. Mar 23, 2008
  17. Mar 19, 2008
  18. Mar 14, 2008
  19. Mar 08, 2008
  20. Mar 06, 2008
  21. Mar 02, 2008
  22. Feb 28, 2008
  23. Feb 27, 2008
  24. Feb 21, 2008
  25. Feb 18, 2008
  26. Feb 17, 2008
  27. Feb 16, 2008
  28. Feb 14, 2008
  29. Jan 11, 2008
    • Chris Lattner's avatar
      add a note, remove a done deed. · ff5998e6
      Chris Lattner authored
      llvm-svn: 45869
      ff5998e6
    • Arnold Schwaighofer's avatar
      Improve tail call optimized call's argument lowering. Before this · 6cf72fbb
      Arnold Schwaighofer authored
      commit all arguments where moved to the stack slot where they would
      reside on a normal function call before the lowering to the tail call
      stack slot. This was done to prevent arguments overwriting each other.
      Now only arguments sourcing from a FORMAL_ARGUMENTS node or a
      CopyFromReg node with virtual register (could also be a caller's
      argument) are lowered indirectly.
      
       --This line, and those below, will be ignored--
      
      M    X86/X86ISelLowering.cpp
      M    X86/README.txt
      
      llvm-svn: 45867
      6cf72fbb
  30. Jan 09, 2008
  31. Jan 07, 2008
  32. Dec 29, 2007
  33. Dec 28, 2007
  34. Dec 24, 2007
Loading