correction to idx
[openpower-isa.git] / src / openpower / insndb /
2023-07-20 Jacob Lifshaysupport official instructions that need .long format
2023-06-23 Dmitry Selyutininsndb/db: update traversal algorithm mdis
2023-06-23 Dmitry Selyutininsndb/db: introduce section command
2023-06-23 Dmitry Selyutininsndb/core: hide section priority type
2023-06-23 Dmitry Selyutininsndb/core: hide section opcode type
2023-06-23 Dmitry Selyutininsndb/core: hide section bitsel type
2023-06-23 Dmitry Selyutininsndb/core: introduce section path type
2023-06-23 Dmitry Selyutininsndb/db: fix SVP64 instruction check
2023-06-23 Dmitry Selyutininsndb/db: introduce etype command
2023-06-23 Dmitry Selyutininsndb/db: introduce ptype command
2023-06-22 Dmitry Selyutininsndb/db: introduce selectors command
2023-06-22 Dmitry Selyutininsndb/db: refactor extras command
2023-06-22 Dmitry Selyutininsndb/core: introduce basic walker
2023-06-22 Dmitry Selyutininsndb/core: switch to mdis
2023-06-13 Jacob LifshayMerge branch 'pytest7'
2023-06-11 Luke Kenneth Casso... commit f6efd96b89fe55292dd5470ec35dd5263e4d3803
2023-06-11 Luke Kenneth Casso... redo commit adbe1ffb671b29c6854f951fa65d939895600fe6
2023-06-11 Luke Kenneth Casso... temporary hack-revert, the original is now in branch...
2023-06-11 Luke Kenneth Casso... temporary hack-revert, the original is now in branch...
2023-06-11 Luke Kenneth Casso... temporary hack-revert, the original is now in branch...
2023-06-11 Luke Kenneth Casso... temporary hack-revert, the original is now in branch...
2023-06-11 Dmitry Selyutininsndb/core: fix operands iteration
2023-06-10 Luke Kenneth Casso... reduce down one more line in walkmethod.__get__
2023-06-10 Luke Kenneth Casso... reduce number of lines slightly by using yield from...
2023-06-10 Luke Kenneth Casso... lambda is a singleton (hashable) therefore can be safel...
2023-06-10 Dmitry Selyutininsndb/core: switch Fields to Dict class
2023-06-10 Dmitry Selyutininsndb/core: make Dict almost immutable
2023-06-10 Dmitry Selyutininsndb/core: switch Fields to Dict class
2023-06-10 Dmitry Selyutininsndb/core: introduce Dict class
2023-06-10 Dmitry Selyutininsndb/db: beautify tree
2023-06-10 Dmitry Selyutininsndb: make walk yield paths
2023-06-10 Dmitry Selyutininsndb/db: support tree command sketch
2023-06-10 Dmitry Selyutininsndb/core: fix Record ppc field
2023-06-10 Dmitry Selyutininsndb/core: switch PCode to Tuple
2023-06-10 Dmitry Selyutininsndb/core: switch PPCRecord.Flags to Tuple
2023-06-10 Dmitry Selyutininsndb/core: switch PPCMultiRecord to Tuple
2023-06-10 Dmitry Selyutininsndb/core: introduce Tuple type
2023-06-10 Dmitry Selyutininsndb/core: replace walkability check
2023-06-10 Dmitry Selyutininsndb/core: rename Section.path to Section.csv
2023-06-10 Dmitry Selyutininsndb/core: deprecate custom classes
2023-06-10 Dmitry Selyutininsndb/core: deprecate Extra class
2023-06-10 Dmitry Selyutininsndb/db: simplify command checks
2023-06-10 Dmitry Selyutininsndb/db: switch to holy-cow visitors
2023-06-10 Dmitry Selyutininsndb: holy-cow visitors
2023-06-09 Dmitry Selyutininsndb/core: support class walking
2023-06-09 Dmitry Selyutininsndb: rename subnodes into walk
2023-06-09 Dmitry Selyutininsndb/core: introduce Records type
2023-06-09 Dmitry Selyutininsndb/core: switch dataclasses to Dataclass type
2023-06-09 Dmitry Selyutininsndb/core: introduce Path type
2023-06-08 Dmitry Selyutininsndb/core: inroduce String type
2023-06-08 Dmitry Selyutininsndb: decouple visitors and walking
2023-06-07 Dmitry Selyutininsndb: decouple visitors and walking
2023-06-07 Dmitry Selyutininsndb: refactor visitors (again)
2023-06-07 Dmitry Selyutininsndb: refactor visitors
2023-06-07 Dmitry Selyutininsn/core: rename extra-related classes
2023-06-04 Dmitry Selyutininsndb/db: refactor visitors
2023-06-04 Dmitry Selyutininsn/core: introduce visitable extra
2023-06-04 Dmitry Selyutininsndb/db: support operand spans
2023-06-04 Dmitry Selyutininsn/db: restrict extras command with SVP64 instructions
2023-06-04 Dmitry Selyutininsndb/db: support extras command
2023-06-04 Dmitry Selyutininsndb/db: change naming a bit
2023-06-04 Dmitry Selyutininsndb/db: introduce instruction argument type
2023-06-03 Luke Kenneth Casso... must check *implicit* SelType which comes from the...
2023-06-03 Dmitry Selyutininsndb/db: simplify commands structure
2023-06-03 Dmitry Selyutininsndb/db: support pcode command
2023-06-03 Dmitry Selyutininsndb/dis: rename into disasm for no good reason
2023-06-03 Dmitry Selyutininsndb/db: support log option
2023-06-03 Dmitry Selyutininsndb/db: support operands command
2023-06-03 Dmitry Selyutininsndb/db: refactor classes hierarchy
2023-06-03 Dmitry Selyutininsndb/db: deindent classes
2023-06-03 Dmitry Selyutininsndb: rename types into core
2023-06-03 Dmitry Selyutininsndb: revert recent renaming
2023-06-03 Luke Kenneth Casso... using names of modules that are identical to commonly...
2023-06-03 Luke Kenneth Casso... import dis overloads naming of modules already in python3,
2023-06-03 Luke Kenneth Casso... continuing the conversion of LDST_IDX to EXTRA332 type
2023-06-03 Dmitry Selyutininsndb/db: support opcodes command
2023-06-03 Dmitry Selyutininsndb/db: drop redundant method
2023-06-03 Dmitry Selyutininsndb: provide pysvp64db script
2023-06-02 Dmitry Selyutinpysvp64dis: integrate into insndb insndb
2023-06-02 Dmitry Selyutinpysvp64asm: integrate into insndb
2023-06-02 Dmitry Selyutinpower_insn: decouple into separate module