| 2022-08-29 | Dmitry Selyutin | selectable_int: inherit mapping bits | commit | commitdiff | tree | 
| 2022-08-29 | Dmitry Selyutin | selectable_int: strengthen type checks | commit | commitdiff | tree | 
| 2022-08-29 | Dmitry Selyutin | pysvp64dis: refactor classes; use fields helpers | commit | commitdiff | tree | 
| 2022-08-29 | Dmitry Selyutin | pysvp64dis: fix prefix/suffix properties | commit | commitdiff | tree | 
| 2022-08-29 | Dmitry Selyutin | selectable_int: support fields comparisons | commit | commitdiff | tree | 
| 2022-08-29 | Dmitry Selyutin | pysvp64asm: uncomment the remapped instructions | commit | commitdiff | tree | 
| 2022-08-29 | Luke Kenneth... | add setvl and other sv* management instructions to... | commit | commitdiff | tree | 
| 2022-08-29 | Luke Kenneth... | add logging into ISACaller.handle_overflow to see what... | commit | commitdiff | tree | 
| 2022-08-29 | Luke Kenneth... | switch off XER.so reading on "setvl.", it makes no... | commit | commitdiff | tree | 
| 2022-08-29 | Luke Kenneth... | Revert "support assembling svp64 instructions with... | commit | commitdiff | tree | 
| 2022-08-29 | Luke Kenneth... | add two instructions demoing broken commit  0e80cab3b809d43 | commit | commitdiff | tree | 
| 2022-08-29 | Jacob Lifshay | fix issue with cpython 3.7 | commit | commitdiff | tree | 
| 2022-08-29 | Jacob Lifshay | svp64_utf_8_validation.py works! | commit | commitdiff | tree | 
| 2022-08-29 | Jacob Lifshay | support assembling svp64 instructions with custom suffi... | commit | commitdiff | tree | 
| 2022-08-29 | Jacob Lifshay | allow tests to pass None in order to not have to match... | commit | commitdiff | tree | 
| 2022-08-29 | Jacob Lifshay | log memory in a more fancy format, like hexdump -C | commit | commitdiff | tree | 
| 2022-08-28 | Jacob Lifshay | stop printing log silence state | commit | commitdiff | tree | 
| 2022-08-26 | Luke Kenneth... | initialise overflow to zero in setvl, unconditionally. | commit | commitdiff | tree | 
| 2022-08-26 | Luke Kenneth... | sigh, update setvl tests, to spec, and ISACaller | commit | commitdiff | tree | 
| 2022-08-26 | Luke Kenneth... | add setvl unit tests for overflow condition. | commit | commitdiff | tree | 
| 2022-08-26 | Luke Kenneth... | put back overflow in setvl, TODO actually set an overfl... | commit | commitdiff | tree | 
| 2022-08-26 | Luke Kenneth... | okaaaay, long story. using GPR(_RT) <- something will... | commit | commitdiff | tree | 
| 2022-08-26 | Luke Kenneth... | Revert "fix setvl. not setting CR0 properly" | commit | commitdiff | tree | 
| 2022-08-26 | Luke Kenneth... | code-shuffle on if/elif/nots in sv/trans/svp64.py | commit | commitdiff | tree | 
| 2022-08-26 | Jacob Lifshay | working on svp64_utf_8_validation.py -- still broken... | commit | commitdiff | tree | 
| 2022-08-26 | Jacob Lifshay | add more logging | commit | commitdiff | tree | 
| 2022-08-26 | Jacob Lifshay | add original instruction as a comment, improving debugg... | commit | commitdiff | tree | 
| 2022-08-26 | Jacob Lifshay | add support for comments in instructions | commit | commitdiff | tree | 
| 2022-08-26 | Jacob Lifshay | add some logging | commit | commitdiff | tree | 
| 2022-08-26 | Jacob Lifshay | fix setvl. not setting CR0 properly | commit | commitdiff | tree | 
| 2022-08-26 | Jacob Lifshay | convert more `print`s to `log`s | commit | commitdiff | tree | 
| 2022-08-26 | Jacob Lifshay | include original svp64 instruction in comment on prefix | commit | commitdiff | tree | 
| 2022-08-26 | Jacob Lifshay | log rather than print SKIPPED | commit | commitdiff | tree | 
| 2022-08-26 | Jacob Lifshay | make logging more configurable | commit | commitdiff | tree | 
| 2022-08-26 | Jacob Lifshay | fix typo | commit | commitdiff | tree | 
| 2022-08-26 | Luke Kenneth... | update comments | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | add qemu-system-ppc to .gitlab-ci.yml | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | mark all known-broken tests so CI passes | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | skip gdb tests when gdb isn't found | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | allow crtl tests to run in parallel | commit | commitdiff | tree | 
| 2022-08-25 | Luke Kenneth... | nmigen.info is being cyber-squatted, has to be removed... | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | add XFAIL because the file improperly accesses pdecode2... | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | add more generated output to .gitignore | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | add missing assemblers to .gitlab-ci.yml | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | add missing on_SmtExpr methods | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | fix assembling `sv.add.` | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | format .../trans/svp64.py | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | make pytest ignore non-test classes, these're the last... | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | convert all test_caller*.py to work with pytest/unittes... | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | fix deprecated imports | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | remove last uses of soc | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | format test/runner.py | commit | commitdiff | tree | 
| 2022-08-25 | Jacob Lifshay | change test cases to use TestRunnerBase in order to... | commit | commitdiff | tree | 
| 2022-08-24 | Luke Kenneth... | remove non-orthogonal ldst_shift | commit | commitdiff | tree | 
| 2022-08-24 | Luke Kenneth... | fix annoying typo, comment-out asm_process() | commit | commitdiff | tree | 
| 2022-08-24 | Luke Kenneth... | duplicate RM CSV entries gone after re-run of sv_analys... | commit | commitdiff | tree | 
| 2022-08-24 | Luke Kenneth... | hmm tdi/twi are kinda valid as svp64 prefixable | commit | commitdiff | tree | 
| 2022-08-24 | Luke Kenneth... | ha ha very funny, sv.andi does not exist, only "sv... | commit | commitdiff | tree | 
| 2022-08-24 | Jacob Lifshay | working on svp64 utf-8 validation -- still broken | commit | commitdiff | tree | 
| 2022-08-24 | Jacob Lifshay | fix translation of instructions that require Rc=True... | commit | commitdiff | tree | 
| 2022-08-24 | Jacob Lifshay | add self.subTest and src_loc_at support to TestAccumula... | commit | commitdiff | tree | 
| 2022-08-24 | Jacob Lifshay | misc cleanup | commit | commitdiff | tree | 
| 2022-08-24 | Jacob Lifshay | finished writing svp64 utf-8 validation algorithm ... | commit | commitdiff | tree | 
| 2022-08-23 | Jacob Lifshay | add WIP svp64 utf-8 validation algorithm | commit | commitdiff | tree | 
| 2022-08-18 | Luke Kenneth... | use bitpattern in minor_30.csv to give a single match for | commit | commitdiff | tree | 
| 2022-08-17 | Dmitry Selyutin | sv_binutils: support functions | commit | commitdiff | tree | 
| 2022-08-17 | Dmitry Selyutin | power_insn: support function property | commit | commitdiff | tree | 
| 2022-08-17 | Dmitry Selyutin | power_insn: fix sv_extra algorithm | commit | commitdiff | tree | 
| 2022-08-17 | Dmitry Selyutin | power_enums: fix conversion from selector to reg | commit | commitdiff | tree | 
| 2022-08-17 | Luke Kenneth... | again part of the removal of LD/ST-with-shift, take out | commit | commitdiff | tree | 
| 2022-08-16 | Dmitry Selyutin | pysvp64dis: rename the script due to name conflicts | commit | commitdiff | tree | 
| 2022-08-15 | Dmitry Selyutin | pysvp64dis: switch to SelectableInt class | commit | commitdiff | tree | 
| 2022-08-15 | Dmitry Selyutin | pysvp64dis: introduce disassembler script | commit | commitdiff | tree | 
| 2022-08-15 | Luke Kenneth... | codeshuffle | commit | commitdiff | tree | 
| 2022-08-15 | Luke Kenneth... | swap complicated bits, simplify ISACaller, reduce inden... | commit | commitdiff | tree | 
| 2022-08-15 | Luke Kenneth... | debug print for ISACaller pack/unpack | commit | commitdiff | tree | 
| 2022-08-15 | Luke Kenneth... | extract pack/unpack as separate bits, and also do elwid... | commit | commitdiff | tree | 
| 2022-08-14 | Jacob Lifshay | add rest of missing stuff for cached-property git depen... | commit | commitdiff | tree | 
| 2022-08-14 | Luke Kenneth... | dang missed *another* argument in ISACaller on the... | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | sv_binutils: consider only SVP64 instructions | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | sv_binutils: do not generate svp64_opindex_rm_field | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | sv_binutils: support opcodes | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | sv_binutils: migrate to instructions db | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | power_insn.py: introduce instruction database | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | isatables: introduce instruction database CSV | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | power_enums: map in/out to extra | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | power_enums: introduce SVMode enum | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | power_enums: introduce SVExtraReg enum | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | power_enums: introduce SVExtraRegType enum | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | power_enums: introduce SVExtra alias | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | power_enums: introduce RegType enum | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | power_enums: allow SVPtype aliases | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | power_enums: better repr for Function enum | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | power_enums: introduce LDSTLen alias class | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | power_enums: introduce base enum class | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | setup.py: add cached-property dependency | commit | commitdiff | tree | 
| 2022-08-14 | Dmitry Selyutin | sv_analysis: decouple CSVs glob code | commit | commitdiff | tree | 
| 2022-08-14 | Luke Kenneth... | go with separate bit for Pack/Unpack mode in SVP64RMMod... | commit | commitdiff | tree | 
| 2022-08-14 | Luke Kenneth... | remove LD/ST-shift mode from ISACaller | commit | commitdiff | tree | 
| 2022-08-14 | Luke Kenneth... | add PACK/UNPACK Mode descriptions to power_svp64_rm.py | commit | commitdiff | tree | 
| next |