openpower-isa.git
2022-09-02 Jacob Lifshayrename proof_decoder*.py -> test_decoder*.py so it...
2022-09-01 Luke Kenneth... ghostmansd found that extswsli is incorrectly declared
2022-09-01 Luke Kenneth... remove hard-coded list of operations in DecodeOE which rc_only
2022-09-01 Luke Kenneth... missed rlwm* in conversion to RC_ONLY
2022-09-01 Luke Kenneth... update CSV files marking those instructions that are...
2022-09-01 Luke Kenneth... drat have to use RCOE.RC not RCOE.RC_OE for now otherwise
2022-09-01 Luke Kenneth... add missing case name RC_OE RC_ONLY in power_insn.py
2022-09-01 Luke Kenneth... rename RC to RCOE in power_insns.py
2022-09-01 Luke Kenneth... rename FLAGS to RCOE
2022-09-01 Luke Kenneth... begin rename of RC to FLAGS and add RC_OE/RC_ONLY
2022-09-01 Luke Kenneth... rename RC to FLAGS
2022-09-01 Luke Kenneth... begin doing RC_OE / RC_ONLY
2022-09-01 Dmitry Selyutinsvbranch.mdwn: replace target_addr with BD
2022-09-01 Dmitry Selyutinpagereader: skip empty dynamic and static operands
2022-09-01 Jacob Lifshaymove fsins/fcoss to fptrans.mdwn -- they are transcende...
2022-09-01 Jacob Lifshaydon't install recommended packages in CI sv_maxu_works
2022-09-01 Jacob Lifshayremove support for unnamed arguments for @_custom_insns...
2022-09-01 Jacob Lifshaysilence default LogKind for CI, to avoid pytest running...
2022-09-01 Jacob Lifshayremove dead code, sv.svstep and sv.fcoss are now handle...
2022-09-01 Jacob Lifshayswitch ci tests to verbose
2022-09-01 Jacob Lifshaymake sv.instr use CUSTOM_INSNS by default for assemblin...
2022-09-01 Jacob Lifshayuse a decorator for constructing CUSTOM_INSNS
2022-09-01 Jacob Lifshayfix comment location
2022-09-01 Jacob Lifshayformat code
2022-09-01 Jacob LifshayRevert "silence default LogKind for CI, to avoid pytest...
2022-08-31 Jacob Lifshaytest less cases of utf-8 validation, to avoid taking...
2022-08-31 Jacob Lifshaysilence default LogKind for CI, to avoid pytest running...
2022-08-31 Luke Kenneth... target_addr in b and bc pseudo-code has no corresponding
2022-08-30 Dmitry Selyutinbcd.mdwn: fix cbcdtd operands
2022-08-30 Dmitry Selyutinbcd.mdwn: fix cdtbcd operands
2022-08-30 Dmitry Selyutinfixedlogical.mdwn: fix bpermd operands
2022-08-30 Dmitry Selyutinpagereader: validate input
2022-08-30 Luke Kenneth... remove space from arguments in popcnt, should not have...
2022-08-30 Luke Kenneth... Revert "format code"
2022-08-30 Luke Kenneth... Revert "fix comment location"
2022-08-30 Luke Kenneth... Revert "use a decorator for constructing CUSTOM_INSNS"
2022-08-30 Luke Kenneth... Revert "make sv.instr use CUSTOM_INSNS by default for...
2022-08-30 Luke Kenneth... Revert "switch ci tests to verbose"
2022-08-30 Luke Kenneth... Revert "remove dead code, sv.svstep and sv.fcoss are...
2022-08-30 Luke Kenneth... Revert "remove fuck-up by programmerjake not reading...
2022-08-30 Luke Kenneth... remove fuck-up by programmerjake not reading the specif...
2022-08-30 Luke Kenneth... correct the bitmanip pseudocode to remove spaces from...
2022-08-30 Dmitry Selyutinpagereader.ISA: support iteration
2022-08-30 Dmitry Selyutinpysvp64dis: stop interation upon empty suffix
2022-08-30 Dmitry Selyutinpower_insn: fix Fields methods
2022-08-30 Dmitry Selyutinselectable_int: support slicing by iterable
2022-08-30 Jacob Lifshayremove dead code, sv.svstep and sv.fcoss are now handle...
2022-08-30 Jacob Lifshayswitch ci tests to verbose
2022-08-30 Jacob Lifshaymake sv.instr use CUSTOM_INSNS by default for assemblin...
2022-08-30 Jacob Lifshayuse a decorator for constructing CUSTOM_INSNS
2022-08-30 Jacob Lifshayfix comment location
2022-08-30 Jacob Lifshayformat code
2022-08-30 Dmitry Selyutinsvp64dis: simplify database lookups
2022-08-30 Dmitry Selyutinpower_insn: fix representation
2022-08-30 Dmitry Selyutinpower_insn: remove obsolete comment
2022-08-30 Dmitry Selyutinpysvp64dis: remove obsolete imports
2022-08-30 Dmitry Selyutinpower_insn: rename unit field to function
2022-08-30 Dmitry Selyutinpower_insn: convert PO field name to lower case
2022-08-29 Luke Kenneth... add a "ffmadds." test, not yet actually checking Rc=1
2022-08-29 Luke Kenneth... remove insertion of instruction as a comment
2022-08-29 Luke Kenneth... gaah what a frickin mess
2022-08-29 Luke Kenneth... fix test_issuer.py nosvp64 mul, "mullw." was getting
2022-08-29 Dmitry Selyutinsv_binutils: hack
2022-08-29 Dmitry Selyutinsv_binutils: remove unused imports
2022-08-29 Dmitry Selyutinsv_binutils: generate instruction getters/setters
2022-08-29 Dmitry Selyutinsv_binutils: perform massive refactoring
2022-08-29 Dmitry Selyutinselectable_int: deprecate obsolete mappings
2022-08-29 Dmitry Selyutinsv_binutils: deprecate obsolete fields
2022-08-29 Dmitry Selyutincaller.py: switch to new fields
2022-08-29 Dmitry Selyutinpysvp64asm: switch to new fields
2022-08-29 Dmitry Selyutinpower_fields: support traversal
2022-08-29 Dmitry Selyutinpower_insn: simplify fields
2022-08-29 Dmitry Selyutinselectable_int: support FSI integer conversion
2022-08-29 Dmitry Selyutinselectable_int: introduce more checks
2022-08-29 Dmitry Selyutinselectable_int: fix FSI negate method
2022-08-29 Dmitry Selyutinpower_insn: switch to new fields
2022-08-29 Dmitry Selyutinpower_fields: introduce new-style fields classes
2022-08-29 Dmitry Selyutinpower_fields: move BitRange to selectable_int
2022-08-29 Dmitry Selyutinselectable_int: support FSI.__len__ method
2022-08-29 Luke Kenneth... selectable_int: fix check on SI constructor
2022-08-29 Dmitry Selyutinselectable_int: refactor fields mappings
2022-08-29 Dmitry Selyutinpower_insn: decouple instruction classes
2022-08-29 Dmitry Selyutinselectable_int: canonicalize indentation
2022-08-29 Dmitry Selyutinpysvp64dis: provide BC mode sketch
2022-08-29 Dmitry Selyutinselectable_int: allow further fields slicing
2022-08-29 Dmitry Selyutinselectable_int: support fields boolean check
2022-08-29 Dmitry Selyutinselectable_int: allow multi-level fields
2022-08-29 Dmitry Selyutinpysvp64asm: clean import directives
2022-08-29 Dmitry Selyutinpysvp64dis: refactor inheritance model
2022-08-29 Dmitry Selyutinpysvp64dis: introduce disassemble routine
2022-08-29 Dmitry Selyutinpysvp64dis: consider instruction name
2022-08-29 Dmitry Selyutinpysvp64dis: consult the instruction database
2022-08-29 Dmitry Selyutinpysvp64dis: accept SelectableInt as an Instruction
2022-08-29 Dmitry Selyutinselectable_int: support int casts
2022-08-29 Dmitry Selyutinpower_insn: rename Instruction to Record
2022-08-29 Dmitry Selyutinpower_insn: fix opcode-based lookups
2022-08-29 Dmitry Selyutinpysvp64dis: introduce Suffix helper class
2022-08-29 Dmitry Selyutinpysvp64dis: introduce global cached insn database
2022-08-29 Dmitry Selyutinpysvp64dis: refactor prefix handling
2022-08-29 Dmitry Selyutinselectable_int: fix multi-dimensional mappings
next