Skip to content
  1. Oct 19, 2005
  2. Oct 15, 2005
  3. Sep 30, 2005
  4. Sep 08, 2005
  5. Sep 03, 2005
  6. Sep 02, 2005
  7. Aug 26, 2005
  8. Aug 08, 2005
  9. Apr 19, 2005
  10. Apr 18, 2005
  11. Apr 14, 2005
  12. Apr 12, 2005
  13. Apr 11, 2005
    • Chris Lattner's avatar
      Revert the previous patch, which I didn't mean to check in. · f29cc882
      Chris Lattner authored
      llvm-svn: 21226
      f29cc882
    • Chris Lattner's avatar
      Fix a minor bug (ORo didn't mark that it set CR0). · d3dc3100
      Chris Lattner authored
      Refactor how . instructions are handled.  In particular, instead of passing
      the RC flag all the way up the inheritance hierarchy, just make a new tblgen
      class 'DOT' which can be added to an instruction definition.
      
      For example, instead of this:
      
      -def AND  : XForm_6<31,  28, 0, 0, 0, (ops GPRC:$rA, GPRC:$rS, GPRC:$rB),
      -let Defs = [CR0] in
      -def ANDo : XForm_6<31,  28, 1, 0, 0, (ops GPRC:$rA, GPRC:$rS, GPRC:$rB),
      -                   "and. $rA, $rS, $rB">;
      
      We now have this:
      
      +def AND  : XForm_6<31,  28, 0, 0, (ops GPRC:$rA, GPRC:$rS, GPRC:$rB),
                          "and $rA, $rS, $rB">;
      
      llvm-svn: 21225
      d3dc3100
  14. Nov 25, 2004
  15. Nov 24, 2004
  16. Nov 23, 2004
  17. Oct 23, 2004
  18. Oct 14, 2004
  19. Sep 04, 2004
  20. Sep 02, 2004
  21. Aug 31, 2004
  22. Aug 30, 2004
Loading