fix bug I noticed while reading git history
[openpower-isa.git] / src /
2023-12-22 Jacob Lifshayfix bug I noticed while reading git history
2023-12-22 Dmitry Selyutinsyscalls: refactor calls chain
2023-12-22 Dmitry Selyutinsyscalls: refactor dispatcher call arguments
2023-12-22 Dmitry Selyutinsyscalls: introduce dispatcher class
2023-12-22 Dmitry Selyutinsyscalls: generate proper name
2023-12-22 Dmitry Selyutinsyscalls: refactor module hierarchy
2023-12-22 Luke Kenneth Casso... add python-based implementation of dsrd to poly1305...
2023-12-22 Luke Kenneth Casso... illustrate the intermediary step of converting poly1305...
2023-12-22 Dmitry SelyutinRevert "syscalls: commit a couple of autogenerated...
2023-12-22 Dmitry Selyutinsyscalls: commit a couple of autogenerated tables
2023-12-22 Dmitry Selyutinsyscalls/lscmg: introduce Linux syscalls mapping generator
2023-12-22 Luke Kenneth Casso... first revision port of https://github.com/floodyberry...
2023-12-22 Luke Kenneth Casso... make the poly1305 quick example identical to the poly13...
2023-12-22 Luke Kenneth Casso... add a quick usage demo to poly1305.py, to serve later...
2023-12-22 Luke Kenneth Casso... add implementation of poly1305 pure python
2023-12-22 Luke Kenneth Casso... add code-comments to chacha20 svp64 unit test
2023-12-22 Luke Kenneth Casso... add links copyright and funding notice to svp64 chacha2...
2023-12-22 Jacob Lifshayfix PowerDecoder2 to properly decode scalar EXTRA2
2023-12-22 Jacob Lifshayadd tests for checking if the simulator and assembler...
2023-12-22 Jacob Lifshaychange registers used to avoid r13-31 which are reserve...
2023-12-22 Jacob Lifshaypass in stack pointer
2023-12-22 Jacob Lifshaylog more register read/writes to LogKind.InstrInOuts
2023-12-22 Jacob Lifshayadd copyright stuff
2023-12-22 Andrey Miroshnikovsyscall_cases: Added link to ABI and write manpage
2023-12-22 Andrey Miroshnikovsyscall_cases: Add license, copyright, NLnet message.
2023-12-22 Jacob Lifshayadd SVP64 256x256->512-bit multiply
2023-12-22 Jacob Lifshaygeneralize assemble() fn so other test cases can easily...
2023-12-22 Andrey Miroshnikovsyscall_cases: Aded expected values for SRR0/1, MSR...
2023-12-22 Andrey MiroshnikovAdding syscall ISACaller test case (not working yet).
2023-12-22 Jacob Lifshayremove grev, leaving unit tests for later use by grevlut
2023-12-22 Jacob Lifshaymark madd* as skipped in soc.git
2023-12-22 Jacob Lifshayfilter out v3.1 insns when soc flag set -- soc.git...
2023-12-22 Jacob Lifshayfilter out addex when soc flag set
2023-12-22 Jacob Lifshayadd support for filtering tests using flags
2023-12-22 Jacob Lifshaymake soc test_pipe_caller tests pass again
2023-12-22 Andrey Miroshnikovinorder.py: Moved return statements to new line.
2023-12-22 Andrey Miroshnikovinorder.py: Invert checks to reduce indentation.
2023-12-22 Andrey Miroshnikovinorder.py: Reverse pipeline processing order.
2023-12-22 Andrey MiroshnikovRevert "inorder.py: Use insn_trace more consistently."
2023-12-22 Andrey Miroshnikovinorder.py: Use insn_trace more consistently.
2023-12-22 Andrey Miroshnikovinorder.py: Enough additions and fixes to get the test...
2023-12-22 Jacob Lifshaydon't warn for directories
2023-12-22 Jacob Lifshayignore indented comments too
2023-12-22 Jacob Lifshayadd support for pseudocode being a [[!inline]] directive
2023-12-22 Jacob Lifshayput reason for checking for old files in error msg
2023-12-22 Jacob Lifshaymove generated files to .../decoder/isa/generated
2023-12-22 Konstantinos Marga... split testcase for separate maddrs/msubrs
2023-12-22 Jacob Lifshayfix set[n]bc[r]
2023-12-22 Jacob Lifshaydon't convert CR[BI] to CR.BI
2023-12-22 Jacob Lifshayadd set[n]bc[r] -- tests broken
2023-12-22 Jacob Lifshayadd missing test_caller_cr.py
2023-12-22 Jacob Lifshayformat code
2023-12-22 Jacob Lifshayadd support for C conditional operator
2023-12-22 Luke Kenneth Casso... shortened variable names,
2023-12-22 Jacob Lifshayadd SVP64 test for byte reverse insns
2023-12-22 Jacob Lifshayadd SVP64 tests for cfuged, cntlzdm, cnttzdm, pdepd...
2023-12-22 Jacob Lifshayformat code
2023-12-22 Jacob Lifshayadd pdepd/pextd
2023-12-22 Jacob Lifshayadd cfuged
2023-12-22 Jacob Lifshayadd cntlzdm/cnttzdm
2023-12-22 Jacob Lifshayformat code
2023-12-22 Konstantinos Marga... Moved maddsubrs/maddrs/msubrs instructions to separate...
2023-12-22 Jacob Lifshayadd much more exhaustive maddrs unit tests
2023-12-22 Jacob Lifshayadd much more exhaustive maddsubrs unit tests
2023-12-22 Jacob Lifshayformat code
2023-12-22 Jacob Lifshayadd byte reverse instructions from PowerISA v3.1B
2023-12-22 Jacob Lifshaysupport official instructions that need .long format
2023-12-22 Konstantinos Marga... revert to correct value
2023-12-22 Konstantinos Marga... Unify XLEN =64 special case in the new code
2023-12-22 Jacob Lifshayadd fminmax tests with corresponding pseudocode fixes
2023-12-22 Jacob Lifshayupdate to use new fminmax instruction
2023-12-22 Luke Kenneth Casso... leeetle bit excessive on the log of SPRs...
2023-12-22 Dmitry Selyutininsndb/db: update traversal algorithm
2023-12-22 Dmitry Selyutininsndb/db: introduce section command
2023-12-22 Dmitry Selyutininsndb/core: hide section priority type
2023-12-22 Dmitry Selyutininsndb/core: hide section opcode type
2023-12-22 Dmitry Selyutininsndb/core: hide section bitsel type
2023-12-22 Dmitry Selyutininsndb/core: introduce section path type
2023-12-22 Dmitry Selyutininsndb/db: fix SVP64 instruction check
2023-12-22 Dmitry Selyutininsndb/db: introduce etype command
2023-12-22 Dmitry Selyutinpower_enum: modify SVPtype stringification
2023-12-22 Dmitry Selyutininsndb/db: introduce ptype command
2023-12-22 Jacob Lifshayrename fmv[ft]g*/fcvt[ft]g* to m[tf]fpr*/c[tf]fpr*
2023-12-22 Jacob Lifshayuse the CSV "CR out" column to compute which mode to...
2023-12-22 Dmitry Selyutininsndb/db: introduce selectors command
2023-12-22 Dmitry Selyutininsndb/db: refactor extras command
2023-12-22 Dmitry Selyutininsndb/core: introduce basic walker
2023-12-22 Dmitry Selyutininsndb/core: switch to mdis
2023-12-22 Jacob Lifshayremove Rc=1 from fmvfg[s]
2023-12-22 Jacob Lifshaysv_analysis: raise error instead of outputting TODO
2023-12-22 Jacob Lifshayadd sv.fmv/sv.fcvt tests
2023-12-22 Jacob Lifshayadd fmvfg[s] and fmvtg[s][.] tests
2023-12-22 Jacob Lifshaydeepcopy is really slow and unnecessary here
2023-12-22 Jacob Lifshayspeed up StateSPRs.__init__
2023-12-22 Jacob Lifshaycache FPSCR computation since it's slow
2023-12-22 Jacob Lifshaydeepcopy is really slow and actually unnecessary here
2023-12-22 Jacob Lifshaycache get_csv
2023-12-22 Jacob Lifshaycomment out GC collection since it's really slow and...
2023-12-22 Jacob Lifshaycache SVP64Instruction.Prefix instance since it's slow...
2023-12-22 Jacob Lifshayremove fcvttgs since it's redundant
next