Skip to content
  1. May 27, 2010
  2. May 26, 2010
  3. May 22, 2010
  4. May 21, 2010
  5. May 15, 2010
  6. May 11, 2010
  7. May 01, 2010
  8. Apr 17, 2010
  9. Apr 04, 2010
  10. Apr 02, 2010
  11. Mar 31, 2010
  12. Mar 30, 2010
  13. Mar 19, 2010
  14. Mar 18, 2010
  15. Mar 14, 2010
  16. Feb 18, 2010
  17. Feb 09, 2010
  18. Feb 03, 2010
  19. Feb 02, 2010
  20. Jan 27, 2010
    • 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
  21. Jan 18, 2010
    • Jim Grosbach's avatar
      Patch by David Conrad: · 8546ec9c
      Jim Grosbach authored
      "On ARMv6T2 this turns cttz into rbit, clz instead of the 4 instruction
       sequence it is now."
      
      llvm-svn: 93758
      8546ec9c
  22. Dec 12, 2009
  23. Dec 11, 2009
  24. Dec 10, 2009
  25. Nov 12, 2009
  26. Nov 11, 2009
  27. Nov 09, 2009
  28. Oct 30, 2009
  29. Oct 28, 2009
  30. Sep 23, 2009
  31. Sep 18, 2009
  32. Sep 02, 2009
  33. Aug 26, 2009
  34. Aug 21, 2009
Loading