1. May 20, 2016
  2. May 19, 2016
  3. May 18, 2016
    • Jack's avatar
      Change Legalize Connect to respect SInt · a5590a2e
      Jack authored
      Legalize will wrap the rhs of a connect statement with a bit select primop if
      the lhs is of smaller width than the rhs. This bit select is now wrapped in a
      asSInt cast if the original rhs was an SInt so that is has the correct type.
      
      Fixes #173
      a5590a2e
    • Jack's avatar
      Change Legalize Shift Right to respect SInt · 4e75197d
      Jack authored
      Wrap bit select generated when fixing static shift right of amount greater
      than the argument width with cast to SInt if the original argument is an
      SInt
      
      Fixes #169
      4e75197d
  4. May 13, 2016
  5. May 12, 2016
  6. May 11, 2016
  7. May 04, 2016
  8. Apr 30, 2016