Skip to content
  1. Jun 03, 2010
  2. Jun 02, 2010
  3. May 28, 2010
  4. May 27, 2010
  5. May 26, 2010
  6. May 22, 2010
  7. May 21, 2010
  8. May 15, 2010
  9. May 11, 2010
  10. May 01, 2010
  11. Apr 17, 2010
  12. Apr 04, 2010
  13. Apr 02, 2010
  14. Mar 31, 2010
  15. Mar 30, 2010
  16. Mar 19, 2010
  17. Mar 18, 2010
  18. Mar 14, 2010
  19. Feb 18, 2010
  20. Feb 09, 2010
  21. Feb 03, 2010
  22. Feb 02, 2010
  23. 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
  24. 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
  25. Dec 12, 2009
  26. Dec 11, 2009
  27. Dec 10, 2009
  28. Nov 12, 2009
  29. Nov 11, 2009
  30. Nov 09, 2009
  31. Oct 30, 2009
  32. Oct 28, 2009
  33. Sep 23, 2009
  34. Sep 18, 2009
  35. Sep 02, 2009
Loading