svp64_utf_8_validation.py works!
[openpower-isa.git] / src /
2022-08-29 Jacob Lifshaysvp64_utf_8_validation.py works!
2022-08-29 Jacob Lifshaysupport assembling svp64 instructions with custom suffi...
2022-08-29 Jacob Lifshayallow tests to pass None in order to not have to match...
2022-08-29 Jacob Lifshaylog memory in a more fancy format, like hexdump -C
2022-08-28 Jacob Lifshaystop printing log silence state
2022-08-26 Luke Kenneth Casso... initialise overflow to zero in setvl, unconditionally.
2022-08-26 Luke Kenneth Casso... sigh, update setvl tests, to spec, and ISACaller
2022-08-26 Luke Kenneth Casso... add setvl unit tests for overflow condition.
2022-08-26 Luke Kenneth Casso... okaaaay, long story. using GPR(_RT) <- something will...
2022-08-26 Luke Kenneth Casso... Revert "fix setvl. not setting CR0 properly"
2022-08-26 Luke Kenneth Casso... code-shuffle on if/elif/nots in sv/trans/svp64.py
2022-08-26 Jacob Lifshayworking on svp64_utf_8_validation.py -- still broken...
2022-08-26 Jacob Lifshayadd more logging
2022-08-26 Jacob Lifshayadd original instruction as a comment, improving debugg...
2022-08-26 Jacob Lifshayadd support for comments in instructions
2022-08-26 Jacob Lifshayadd some logging
2022-08-26 Jacob Lifshayfix setvl. not setting CR0 properly
2022-08-26 Jacob Lifshayconvert more `print`s to `log`s
2022-08-26 Jacob Lifshayinclude original svp64 instruction in comment on prefix
2022-08-26 Jacob Lifshaylog rather than print SKIPPED
2022-08-26 Jacob Lifshaymake logging more configurable
2022-08-26 Jacob Lifshayfix typo
2022-08-26 Luke Kenneth Casso... update comments
2022-08-25 Jacob Lifshaymark all known-broken tests so CI passes
2022-08-25 Jacob Lifshayskip gdb tests when gdb isn't found
2022-08-25 Jacob Lifshayallow crtl tests to run in parallel
2022-08-25 Jacob Lifshayadd XFAIL because the file improperly accesses pdecode2...
2022-08-25 Jacob Lifshayadd missing on_SmtExpr methods
2022-08-25 Jacob Lifshayfix assembling `sv.add.`
2022-08-25 Jacob Lifshayformat .../trans/svp64.py
2022-08-25 Jacob Lifshaymake pytest ignore non-test classes, these're the last...
2022-08-25 Jacob Lifshayconvert all test_caller*.py to work with pytest/unittes...
2022-08-25 Jacob Lifshayfix deprecated imports
2022-08-25 Jacob Lifshayremove last uses of soc
2022-08-25 Jacob Lifshayformat test/runner.py
2022-08-25 Jacob Lifshaychange test cases to use TestRunnerBase in order to...
2022-08-24 Luke Kenneth Casso... remove non-orthogonal ldst_shift
2022-08-24 Luke Kenneth Casso... fix annoying typo, comment-out asm_process()
2022-08-24 Luke Kenneth Casso... ha ha very funny, sv.andi does not exist, only "sv...
2022-08-24 Jacob Lifshayworking on svp64 utf-8 validation -- still broken
2022-08-24 Jacob Lifshayfix translation of instructions that require Rc=True...
2022-08-24 Jacob Lifshayadd self.subTest and src_loc_at support to TestAccumula...
2022-08-24 Jacob Lifshaymisc cleanup
2022-08-24 Jacob Lifshayfinished writing svp64 utf-8 validation algorithm ...
2022-08-23 Jacob Lifshayadd WIP svp64 utf-8 validation algorithm
2022-08-18 Luke Kenneth Casso... use bitpattern in minor_30.csv to give a single match for
2022-08-17 Dmitry Selyutinsv_binutils: support functions
2022-08-17 Dmitry Selyutinpower_insn: support function property
2022-08-17 Dmitry Selyutinpower_insn: fix sv_extra algorithm
2022-08-17 Dmitry Selyutinpower_enums: fix conversion from selector to reg
2022-08-17 Luke Kenneth Casso... again part of the removal of LD/ST-with-shift, take out
2022-08-16 Dmitry Selyutinpysvp64dis: rename the script due to name conflicts
2022-08-15 Dmitry Selyutinpysvp64dis: switch to SelectableInt class
2022-08-15 Dmitry Selyutinpysvp64dis: introduce disassembler script
2022-08-15 Luke Kenneth Casso... codeshuffle
2022-08-15 Luke Kenneth Casso... swap complicated bits, simplify ISACaller, reduce inden...
2022-08-15 Luke Kenneth Casso... debug print for ISACaller pack/unpack
2022-08-15 Luke Kenneth Casso... extract pack/unpack as separate bits, and also do elwid...
2022-08-14 Luke Kenneth Casso... dang missed *another* argument in ISACaller on the...
2022-08-14 Dmitry Selyutinsv_binutils: consider only SVP64 instructions
2022-08-14 Dmitry Selyutinsv_binutils: do not generate svp64_opindex_rm_field
2022-08-14 Dmitry Selyutinsv_binutils: support opcodes
2022-08-14 Dmitry Selyutinsv_binutils: migrate to instructions db
2022-08-14 Dmitry Selyutinpower_insn.py: introduce instruction database
2022-08-14 Dmitry Selyutinisatables: introduce instruction database CSV
2022-08-14 Dmitry Selyutinpower_enums: map in/out to extra
2022-08-14 Dmitry Selyutinpower_enums: introduce SVMode enum
2022-08-14 Dmitry Selyutinpower_enums: introduce SVExtraReg enum
2022-08-14 Dmitry Selyutinpower_enums: introduce SVExtraRegType enum
2022-08-14 Dmitry Selyutinpower_enums: introduce SVExtra alias
2022-08-14 Dmitry Selyutinpower_enums: introduce RegType enum
2022-08-14 Dmitry Selyutinpower_enums: allow SVPtype aliases
2022-08-14 Dmitry Selyutinpower_enums: better repr for Function enum
2022-08-14 Dmitry Selyutinpower_enums: introduce LDSTLen alias class
2022-08-14 Dmitry Selyutinpower_enums: introduce base enum class
2022-08-14 Dmitry Selyutinsv_analysis: decouple CSVs glob code
2022-08-14 Luke Kenneth Casso... go with separate bit for Pack/Unpack mode in SVP64RMMod...
2022-08-14 Luke Kenneth Casso... remove LD/ST-shift mode from ISACaller
2022-08-14 Luke Kenneth Casso... add PACK/UNPACK Mode descriptions to power_svp64_rm.py
2022-08-13 Luke Kenneth Casso... remove Pack/Unpack flag entirely from sv_analysis
2022-08-13 Luke Kenneth Casso... disable pack/unpack in sv_analysis.py - going to use...
2022-08-13 Luke Kenneth Casso... invalidate grev cases, replaced by grevlut
2022-08-12 Luke Kenneth Casso... remove LDSTBREV condition, used for ld-st-with-shift
2022-08-12 Luke Kenneth Casso... remove use of sv ld shifted, replace with els, deprecat...
2022-08-12 Luke Kenneth Casso... remove use of sv.lfssh, deprecate the unit test
2022-08-12 Luke Kenneth Casso... remove use of sv.lfssh, replace with sv.lfs/els element...
2022-08-12 Luke Kenneth Casso... remove use of sv.lfssh, replace with sv.lfs/els element...
2022-08-09 Dmitry Selyutinpower_enums: add missing forms
2022-08-07 Luke Kenneth Casso... move reg ptogiling out to separate function in sv_analysis
2022-08-07 Luke Kenneth Casso... move extra classification to separate function in sv_an...
2022-08-06 Luke Kenneth Casso... split cav reading into separate function
2022-08-06 Luke Kenneth Casso... add svanalysis docstrings
2022-08-05 Luke Kenneth Casso... Revert "comment out mfcr in sv_analysis.py for now"
2022-08-05 Luke Kenneth Casso... add fishmv unusual overwrite to svanalysis
2022-08-05 Luke Kenneth Casso... comment out mfcr in sv_analysis.py for now
2022-08-04 Dmitry Selyutinsv_binutils: drop dead code
2022-08-03 Luke Kenneth Casso... completely bungled multi-EXTRA specs
2022-08-03 Luke Kenneth Casso... WHOOPS. set the pack column in CSV files unconditionall...
2022-07-31 Luke Kenneth Casso... whoops should be True
2022-07-31 Luke Kenneth Casso... whoops initialise nia_update to False
next