Skip to content
  1. Dec 06, 2005
  2. Dec 05, 2005
    • Chris Lattner's avatar
      Several things: · 3c0b8f57
      Chris Lattner authored
      1. Remove redundant type casts now that PR673 is implemented.
      2. Implement the OUT*ir instructions correctly.  The port number really
         *is* a 16-bit value, but the patterns should only match if the number
         is 0-255.  Update the patterns so they now match.
      3. Fix patterns for shifts to reflect that the shift amount is always an
         i8, not an i16 as they were believed to be before.  This previous fib
         stopped working when we started knowing that CL has type i8.
      4. Change use of i16i8imm in SH*ri patterns to all be imm.
      
      llvm-svn: 24599
      3c0b8f57
  3. Dec 04, 2005
  4. Dec 03, 2005
  5. Dec 02, 2005
  6. Dec 01, 2005
  7. Nov 30, 2005
  8. Nov 29, 2005
  9. Nov 28, 2005
  10. Nov 22, 2005
  11. Nov 21, 2005
  12. Nov 20, 2005
  13. Nov 19, 2005
  14. Nov 18, 2005
  15. Nov 17, 2005
Loading