openpower-isa.git
2023-07-25 Jacob Lifshayadd set[n]bc[r] -- tests broken
2023-07-25 Jacob Lifshayadd missing test_caller_cr.py
2023-07-25 Jacob Lifshayformat code
2023-07-25 Jacob Lifshayrestore use of ? : operator in bfp_ROUND_TO_BFP32/64...
2023-07-25 Jacob Lifshayadd support for C conditional operator
2023-07-22 Luke Kenneth... shortened variable names,
2023-07-22 Jacob Lifshayadd SVP64 test for byte reverse insns
2023-07-22 Jacob Lifshayadd SVP64 tests for cfuged, cntlzdm, cnttzdm, pdepd...
2023-07-22 Jacob Lifshayformat code
2023-07-22 Jacob Lifshayadd pdepd/pextd
2023-07-22 Jacob Lifshayadd cfuged
2023-07-22 Jacob Lifshayadd cntlzdm/cnttzdm
2023-07-21 Jacob Lifshayformat code
2023-07-21 Konstantinos... Moved maddsubrs/maddrs/msubrs instructions to separate...
2023-07-20 Jacob Lifshayadd much more exhaustive maddrs unit tests
2023-07-20 Jacob Lifshayadd much more exhaustive maddsubrs unit tests
2023-07-20 Jacob Lifshayformat code
2023-07-20 Konstantinos... Fix failing cases, all tests pass now
2023-07-20 Jacob Lifshayadd byte reverse instructions from PowerISA v3.1B
2023-07-20 Jacob Lifshaysupport official instructions that need .long format
2023-07-19 Konstantinos... revert to correct value
2023-07-19 Konstantinos... Unify XLEN =64 special case in the new code
2023-07-19 Konstantinos... Fix XLEN != 64 cases where maddsubrs fails
2023-07-19 Jacob Lifshayadd fminmax tests with corresponding pseudocode fixes
2023-07-17 Jacob Lifshayupdate to use new fminmax instruction
2023-06-24 Luke Kenneth... leeetle bit excessive on the log of SPRs...
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 Selyutinpower_enum: modify SVPtype stringification
2023-06-23 Dmitry Selyutininsndb/db: introduce ptype command
2023-06-23 Jacob Lifshayrename fmv[ft]g*/fcvt[ft]g* to m[tf]fpr*/c[tf]fpr*
2023-06-23 Jacob Lifshayuse the CSV "CR out" column to compute which mode to...
2023-06-22 Dmitry Selyutin.gitlab-ci.yml: introduce mdis dependency
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-17 Jacob Lifshayremove Rc=1 from fmvfg[s]
2023-06-17 Jacob Lifshaysv_analysis: raise error instead of outputting TODO
2023-06-16 Jacob Lifshayadd sv.fmv/sv.fcvt tests
2023-06-16 Jacob Lifshayadd fmvfg[s] and fmvtg[s][.] tests
2023-06-14 Jacob Lifshaydeepcopy is really slow and unnecessary here
2023-06-14 Jacob Lifshayspeed up StateSPRs.__init__
2023-06-14 Jacob Lifshaycache FPSCR computation since it's slow
2023-06-14 Jacob Lifshaydeepcopy is really slow and actually unnecessary here
2023-06-14 Jacob Lifshaycache get_csv
2023-06-14 Jacob Lifshaycomment out GC collection since it's really slow and...
2023-06-14 Jacob Lifshaycache SVP64Instruction.Prefix instance since it's slow...
2023-06-13 Jacob Lifshayremove fcvttgs since it's redundant
2023-06-13 Jacob LifshayMerge branch 'pytest7'
2023-06-11 Luke Kenneth... commit f6efd96b89fe55292dd5470ec35dd5263e4d3803
2023-06-11 Luke Kenneth... redo commit adbe1ffb671b29c6854f951fa65d939895600fe6
2023-06-11 Luke Kenneth... temporary hack-revert, the original is now in branch...
2023-06-11 Luke Kenneth... temporary hack-revert, the original is now in branch...
2023-06-11 Luke Kenneth... temporary hack-revert, the original is now in branch...
2023-06-11 Luke Kenneth... temporary hack-revert, the original is now in branch...
2023-06-11 Dmitry Selyutininsndb/core: fix operands iteration
2023-06-10 Luke Kenneth... reduce down one more line in walkmethod.__get__
2023-06-10 Luke Kenneth... reduce number of lines slightly by using yield from...
2023-06-10 Luke Kenneth... 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-10 Jacob Lifshaysilence log by default just in fmv/fcvt and utf-8 tests pytest7
2023-06-10 Jacob LifshayRevert "disable fmv / fcvt unit tests as there are...
2023-06-10 Jacob LifshayRevert "disable fmv-fcvt tests entirely"
2023-06-10 Jacob LifshayRevert "far too much memory (58 GB) being used by these...
2023-06-10 Jacob Lifshayuse pytest-output-to-files plugin with pytest==7.3...
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 Luke Kenneth... comment out debug log
next