1. 21 6月, 2019 2 次提交
  2. 13 6月, 2019 4 次提交
  3. 07 6月, 2019 6 次提交
  4. 02 6月, 2019 2 次提交
  5. 29 5月, 2019 1 次提交
  6. 28 5月, 2019 7 次提交
  7. 16 5月, 2019 1 次提交
  8. 24 3月, 2019 1 次提交
    • M
      tests/tcg/xtensa: clean up test set · bc19449a
      Max Filippov 提交于
      Drop test_fail: we know that exit simcall works. Now that it's not run
      automatically there's no point in keeping it.
      Drop test_pipeline: we're not modeling pipeline, we don't control ccount
      and there's no plan to do so.
      Enable test_boolean: it won't break on cores without boolean option, it
      will do testing on cores with boolean option.
      Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
      bc19449a
  9. 22 3月, 2019 1 次提交
    • M
      target/xtensa: fix break_dependency for repeated resources · b9ec5218
      Max Filippov 提交于
      break_dependency incorrectly handles the case of dependency on an opcode
      that references the same register multiple times. E.g. the following
      instruction is translated incorrectly:
      
        { or a2, a3, a3 ; or a3, a2, a2 }
      
      This happens because resource indices of both dependency graph nodes are
      incremented, and a copy for the second instance of the same register in
      the ending node is not done.
      Only increment resource index of the ending node of the dependency.
      Add test.
      Signed-off-by: NMax Filippov <jcmvbkbc@gmail.com>
      b9ec5218
  10. 13 3月, 2019 15 次提交