Skip to content
  1. Jan 27, 2004
  2. Jan 23, 2004
  3. Jan 22, 2004
  4. Jan 12, 2004
  5. Jan 09, 2004
  6. Jan 08, 2004
  7. Dec 28, 2003
  8. Dec 23, 2003
  9. Dec 22, 2003
  10. Dec 18, 2003
  11. 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
    • Chris Lattner's avatar
      Finegrainify namespacification · 0a14060c
      Chris Lattner authored
      Add capability to represent volatile AliasSet's
      Propagate this information from loads&stores into the aliassets
      
      llvm-svn: 10457
      0a14060c
  12. Dec 12, 2003
  13. Dec 11, 2003
  14. Dec 10, 2003
  15. Dec 07, 2003
  16. Nov 25, 2003
  17. Nov 14, 2003
  18. Nov 13, 2003
Loading