openpower-isa.git
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 Luke Kenneth... nmigen.info is being cyber-squatted, has to be removed...
2022-08-25 Jacob Lifshayadd XFAIL because the file improperly accesses pdecode2...
2022-08-25 Jacob Lifshayadd more generated output to .gitignore
2022-08-25 Jacob Lifshayadd missing assemblers to .gitlab-ci.yml
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... remove non-orthogonal ldst_shift
2022-08-24 Luke Kenneth... fix annoying typo, comment-out asm_process()
2022-08-24 Luke Kenneth... duplicate RM CSV entries gone after re-run of sv_analys...
2022-08-24 Luke Kenneth... hmm tdi/twi are kinda valid as svp64 prefixable
2022-08-24 Luke Kenneth... 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... 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... 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... codeshuffle
2022-08-15 Luke Kenneth... swap complicated bits, simplify ISACaller, reduce inden...
2022-08-15 Luke Kenneth... debug print for ISACaller pack/unpack
2022-08-15 Luke Kenneth... extract pack/unpack as separate bits, and also do elwid...
2022-08-14 Jacob Lifshayadd rest of missing stuff for cached-property git depen...
2022-08-14 Luke Kenneth... 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 Selyutinsetup.py: add cached-property dependency
2022-08-14 Dmitry Selyutinsv_analysis: decouple CSVs glob code
2022-08-14 Luke Kenneth... go with separate bit for Pack/Unpack mode in SVP64RMMod...
2022-08-14 Luke Kenneth... remove LD/ST-shift mode from ISACaller
2022-08-14 Luke Kenneth... add PACK/UNPACK Mode descriptions to power_svp64_rm.py
2022-08-13 Luke Kenneth... whoops re-added accidentally-deleted CSV file
2022-08-13 Luke Kenneth... remove Pack-Unpack csv files
2022-08-13 Luke Kenneth... remove Pack/Unpack flag entirely from sv_analysis
2022-08-13 Luke Kenneth... disable pack/unpack in sv_analysis.py - going to use...
2022-08-13 Luke Kenneth... invalidate grev cases, replaced by grevlut
2022-08-12 Luke Kenneth... remove LDSTBREV condition, used for ld-st-with-shift
2022-08-12 Luke Kenneth... remive svfixedload.mdwn. requires scalar fixed load...
2022-08-12 Luke Kenneth... remove use of sv ld shifted, replace with els, deprecat...
2022-08-12 Luke Kenneth... remove use of sv.lfssh, deprecate the unit test
2022-08-12 Luke Kenneth... remove use of sv.lfssh, replace with sv.lfs/els element...
2022-08-12 Luke Kenneth... remove use of sv.lfssh, replace with sv.lfs/els element...
2022-08-09 Dmitry Selyutinpower_enums: add missing forms
2022-08-08 Luke Kenneth... restore scalar version of mp31_imdct36_float.s to keep...
2022-08-08 Konstantinos... WIP: SVP64 version
2022-08-07 Luke Kenneth... move reg ptogiling out to separate function in sv_analysis
2022-08-07 Luke Kenneth... move extra classification to separate function in sv_an...
2022-08-06 Luke Kenneth... split cav reading into separate function
2022-08-06 Luke Kenneth... add svanalysis docstrings
2022-08-05 Luke Kenneth... re-run svanalysis fix fishmv no TODO
2022-08-05 Luke Kenneth... Revert "comment out mfcr in sv_analysis.py for now"
2022-08-05 Luke Kenneth... add fishmv unusual overwrite to svanalysis
2022-08-05 Luke Kenneth... comment out mfcr in sv_analysis.py for now
2022-08-04 Dmitry Selyutinsv_binutils: drop dead code
2022-08-03 Luke Kenneth... completely bungled multi-EXTRA specs
2022-08-03 Luke Kenneth... WHOOPS. set the pack column in CSV files unconditionall...
2022-07-31 Luke Kenneth... whoops should be True
2022-07-31 Luke Kenneth... whoops initialise nia_update to False
2022-07-30 Dmitry Selyutinsv_binutils: refactor naming conventions
2022-07-30 Dmitry Selyutinsv_binutils: introduce svp64_opindex_rm_field routine
2022-07-30 Luke Kenneth... add README in ISA sim directory
2022-07-30 Luke Kenneth... fix LDST immed using EXTRA2 not EXTRA3 in tests to...
2022-07-30 Luke Kenneth... sigh begin process of fixing unit tests which are no...
2022-07-30 Luke Kenneth... add LDST-2P-*PU.csv, tracked down weirdness, it was the
2022-07-30 Luke Kenneth... addPack/Unpack to sv_analysis, extra CSV column.
2022-07-30 Luke Kenneth... add PACK/UNPACK constants for RM-2P-1S1D-PU
2022-07-28 Luke Kenneth... much dumbness. fmvis is RM-1P-1D
2022-07-28 Luke Kenneth... Revert "add fmvis as a new RM-1P-1S SVP64 RM type"
2022-07-28 Luke Kenneth... add fmvis as a new RM-1P-1S SVP64 RM type
next