1. 2815d38 Add vmv.s.x test by Gregory Kielian · 3 years, 7 months ago
  2. 40976a7 Add comparison ops. by Henry Herman · 3 years, 6 months ago
  3. e21ef0b Add vnsra instruction and test. by Henry Herman · 3 years, 6 months ago
  4. 349c533 Add support for vnsrl and narrowing ops. by Henry Herman · 3 years, 6 months ago
  5. 6c20b6e Add vsra instruction and test. by Henry Herman · 3 years, 6 months ago
  6. dbe69bd Add vsrl instruction and test. by Henry Herman · 3 years, 6 months ago
  7. a217e14 Add vsll instruction and test. by Henry Herman · 3 years, 6 months ago
  8. 632ed43 sw:vec:tests: Add multi-register load/store tests by Cindy Liu · 3 years, 6 months ago
  9. 6f03704 Refactor templates to use a single strategy. by Henry Herman · 3 years, 6 months ago
  10. 816488f Merge "Remove tests with illegal vtype." by Henry Herman · 3 years, 6 months ago
  11. e723d68 Enable checks for illegal vtypes. by Henry Herman · 3 years, 6 months ago
  12. c9728ab Remove tests with illegal vtype. by Henry Herman · 3 years, 6 months ago
  13. db52fef Add vand tests covering vv, vx, and vi by Gregory Kielian · 3 years, 7 months ago
  14. 09375d0 Add vmax and vmaxu softrvv vv and vx test by Gregory Kielian · 3 years, 7 months ago
  15. 41b4fe4 Add softrvv_vxor test with template by Gregory Kielian · 3 years, 7 months ago
  16. 3f49752 Add softrvv vor vv, vi, vx by Gregory Kielian · 3 years, 7 months ago
  17. 0ccab46 Add support for vrem/vremu. by Henry Herman · 3 years, 7 months ago
  18. 942a8ec Add vdiv/vdivu test. by Henry Herman · 3 years, 7 months ago
  19. ce3c7ad Add support for vmul and vmulh. by Henry Herman · 3 years, 7 months ago
  20. 5a2c244 Merge "Move generator script to top-level directory." by Henry Herman · 3 years, 7 months ago
  21. 8953a19 Move generator script to top-level directory. by Henry Herman · 3 years, 7 months ago
  22. 1ba86d3 Merge "Add softrvv vmin implementation." by Henry Herman · 3 years, 7 months ago
  23. 9fcee53 Add softrvv vmin implementation. by Henry Herman · 3 years, 7 months ago
  24. 42973de tests:vsetvl: extend the test to over fractional LMUL by Cindy Liu · 3 years, 7 months ago
  25. 5d5402c tests:vle_vse: Enable fractional LMUL load/store tests by Cindy Liu · 3 years, 7 months ago
  26. 5f0b8eb tests:vle_vse: extend test converage to e16 and e32 by Cindy Liu · 3 years, 7 months ago
  27. 23b9c86 tests:vle_vse: Update the test to follow the framework in other tests by Cindy Liu · 3 years, 7 months ago
  28. 8ff651f Add vzext and vsext tests. by Henry Herman · 3 years, 7 months ago
  29. acacba1 Add vwadd/vwaddu/vwsub/vwsubu/vrsub tests. by Henry Herman · 3 years, 7 months ago
  30. ef4cba0 Merge changes from topic "widening" by Henry Herman · 3 years, 7 months ago
  31. e4f6245 Add support for unsigned instructions. by Henry Herman · 3 years, 7 months ago
  32. 18e407c Modify template to support widening instructions. by Henry Herman · 3 years, 7 months ago
  33. a64b635 Move test_runner.py so it can be used for softrvv. by Henry Herman · 3 years, 7 months ago
  34. b941380 Add test generator using python mako templates. by Henry Herman · 3 years, 7 months ago
  35. bce196f Merge "Modify vector_test_setup to accept list of vectors." by Henry Herman · 3 years, 7 months ago
  36. 6dd44be Merge "Add helper function to fill vectors." by Henry Herman · 3 years, 7 months ago
  37. c87d287 Modify vector_test_setup to accept list of vectors. by Henry Herman · 3 years, 7 months ago
  38. 104588c Add helper function to fill vectors. by Henry Herman · 3 years, 7 months ago
  39. 566b693 Add vand_vi unit test by Gregory Kielian · 3 years, 7 months ago
  40. 7934a09 Loop over vl instead of avl by Gregory Kielian · 3 years, 7 months ago
  41. 1a8f598 Merge "Fix missing _SEW_ in vmax_vx" by Gregory Kielian · 3 years, 7 months ago
  42. 5f957d8 Add vadd to softrvv and use for test verification. by Henry Herman · 3 years, 7 months ago
  43. 465f3c5 Modify MIPs and Quantum to speed of simulation. by Henry Herman · 3 years, 7 months ago
  44. 8d0914e Fix missing _SEW_ in vmax_vx by Gregory Kielian · 3 years, 7 months ago
  45. 9820668 Add vmax_vv unit test by Gregory Kielian · 3 years, 7 months ago
  46. fa4fda9 Add vmax_vx unit test by Gregory Kielian · 3 years, 7 months ago
  47. d4dbfce Make demo tests disabled by default by Gregory Kielian · 3 years, 7 months ago
  48. ec33b8a Merge "Pull common functions/consts into test_v_helpers.h" by Gregory Kielian · 3 years, 7 months ago
  49. 8f105fb Pull common functions/consts into test_v_helpers.h by Gregory Kielian · 3 years, 7 months ago
  50. d04a339 Merge "Pull vector comparison into test_v_helpers.h" by Gregory Kielian · 3 years, 7 months ago
  51. 5cb506f Merge changes from topic "add vadd unit tests" by Gregory Kielian · 3 years, 7 months ago
  52. 9b7bd8b Extend vsetvl test to vsetivli instructions by Cindy Liu · 3 years, 7 months ago
  53. 90cf53f Pull vector comparison into test_v_helpers.h by Gregory Kielian · 3 years, 7 months ago
  54. 283e5a9 Combine vadd_vi, vadd_vx, vadd_vv into one test by Gregory Kielian · 3 years, 7 months ago
  55. fc23c7d Add vadd_vv unit test by Gregory Kielian · 3 years, 7 months ago
  56. 5d34d51 Add vadd_vx unit test by Gregory Kielian · 3 years, 7 months ago
  57. a6c4801 Add vadd_vi unit test by Gregory Kielian · 3 years, 8 months ago
  58. 699c65e Cleanup vec_cc_binary macro by Cindy Liu · 3 years, 7 months ago
  59. da0a65e Merge changes I7e7dc515,I25723c65 by Henry Herman · 3 years, 7 months ago
  60. 6b1ef28 Move zero_registers function into test_v_helpers library. by Henry Herman · 3 years, 7 months ago
  61. a065eae Small fixes for vmv_v_i test by Gregory Kielian · 3 years, 8 months ago
  62. 9a3f418 Fix formatting on vle_vse, vsetvl and test_v_helpers. by Henry Herman · 3 years, 8 months ago
  63. 8ec83c3 Clean up GCC compiler warnings. by Henry Herman · 3 years, 8 months ago
  64. 81e7f62 Add test for vmv.v.i. by Henry Herman · 3 years, 8 months ago
  65. ae6ebc6 Add test for vmv.v.x. by Henry Herman · 3 years, 8 months ago
  66. 6fc9098 Add test for vmv, current support for vmv_v_v_i. by Henry Herman · 3 years, 8 months ago
  67. 0c44571 Change check for TIMEOUT to empty string test. by Henry Herman · 3 years, 8 months ago
  68. 1ce7643 Cleanup code for clang by Cindy Liu · 3 years, 8 months ago
  69. b2eab0a Merge "CTest support for QEMU/Renode." by Henry Herman · 3 years, 8 months ago
  70. 325f800 CTest support for QEMU/Renode. by Henry Herman · 3 years, 8 months ago
  71. e552134 vle_vse: Use ASSERT to shorten test time. by Henry Herman · 3 years, 8 months ago
  72. 74425d1 Update test names to follow standard naming convention. by Henry Herman · 3 years, 8 months ago
  73. e4fe606 Vec Tests: Update file structure to make project more manageable. by Henry Herman · 3 years, 8 months ago