Skip to content
  1. May 11, 2010
  2. May 01, 2010
  3. Apr 26, 2010
  4. Apr 25, 2010
  5. Apr 23, 2010
  6. Apr 22, 2010
  7. Apr 21, 2010
  8. Apr 17, 2010
  9. Apr 16, 2010
  10. Apr 15, 2010
  11. Apr 14, 2010
  12. Apr 08, 2010
  13. Apr 05, 2010
  14. Apr 04, 2010
  15. Apr 02, 2010
  16. Apr 01, 2010
  17. Mar 31, 2010
  18. Mar 30, 2010
  19. Mar 25, 2010
  20. Mar 24, 2010
  21. Mar 15, 2010
  22. Mar 11, 2010
  23. Mar 06, 2010
  24. Feb 23, 2010
  25. Feb 12, 2010
  26. Feb 03, 2010
  27. Feb 02, 2010
  28. Jan 27, 2010
    • Evan Cheng's avatar
      Perform trivial tail call optimization for callees with "C" ABI. These are done · 85476f30
      Evan Cheng authored
      even when -tailcallopt is not specified and it does not require changing ABI.
      First case is the most trivial one. Perform tail call optimization when both
      the caller and callee do not return values and when the callee does not take
      any input arguments.
      
      llvm-svn: 94664
      85476f30
    • Evan Cheng's avatar
      Eliminate target hook IsEligibleForTailCallOptimization. · 67a69dd2
      Evan Cheng authored
      Target independent isel should always pass along the "tail call" property. Change
      target hook LowerCall's parameter "isTailCall" into a refernce. If the target
      decides it's impossible to honor the tail call request, it should set isTailCall
      to false to make target independent isel happy.
      
      llvm-svn: 94626
      67a69dd2
Loading