Skip to content
  1. Aug 24, 2005
  2. May 13, 2005
  3. Apr 22, 2005
  4. Apr 09, 2005
  5. Jan 19, 2005
  6. Oct 25, 2004
  7. Sep 02, 2004
  8. Aug 29, 2004
  9. Aug 27, 2004
  10. Jul 19, 2004
  11. Jul 09, 2004
  12. Jul 01, 2004
  13. Jun 24, 2004
  14. Jun 02, 2004
  15. May 10, 2004
  16. May 01, 2004
  17. Mar 31, 2004
  18. Feb 29, 2004
  19. Feb 26, 2004
  20. Feb 19, 2004
  21. Feb 15, 2004
  22. Feb 12, 2004
  23. Feb 10, 2004
  24. Feb 09, 2004
  25. Jan 31, 2004
  26. Jan 30, 2004
  27. Jan 13, 2004
  28. Dec 14, 2003
    • Alkis Evlogimenos's avatar
      Change interface of MachineOperand as follows: · aaba4639
      Alkis Evlogimenos authored
          a) remove opIsUse(), opIsDefOnly(), opIsDefAndUse()
          b) add isUse(), isDef()
          c) rename opHiBits32() to isHiBits32(),
                    opLoBits32() to isLoBits32(),
                    opHiBits64() to isHiBits64(),
                    opLoBits64() to isLoBits64().
      
      This results to much more readable code, for example compare
      "op.opIsDef() || op.opIsDefAndUse()" to "op.isDef()" a pattern used
      very often in the code.
      
      llvm-svn: 10461
      aaba4639
  29. Dec 13, 2003
Loading