Skip to content
  1. Dec 20, 2003
    • Chris Lattner's avatar
      * Finegrainify namespacification · 9a3478e0
      Chris Lattner authored
      * Move sparc specific code out of generic code
      * Eliminate the getOffset() method which made INVALID_FRAME_OFFSET
        necessary, which made pulling in MAX_INT as a sentinal necessary.
      
      llvm-svn: 10553
      9a3478e0
  2. Dec 18, 2003
  3. Dec 15, 2003
  4. 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
  5. Dec 13, 2003
  6. Dec 10, 2003
  7. Dec 05, 2003
  8. Dec 04, 2003
  9. Dec 01, 2003
  10. Nov 30, 2003
  11. Nov 20, 2003
  12. Nov 11, 2003
  13. Nov 10, 2003
  14. Nov 06, 2003
  15. Nov 05, 2003
  16. Nov 04, 2003
  17. Oct 30, 2003
  18. Oct 24, 2003
  19. Oct 23, 2003
Loading