openpower-isa.git
2023-10-24 Jacob LifshayRevert "skip broken test" programmerjake/readd-rhs-copy
2023-10-24 Jacob LifshayRevert "Revert "fix bug where pseudo-code assignments...
2023-10-24 Jacob LifshayRevert "fix bug introduced by having to revert unauthor...
2023-10-24 Jacob Lifshayskip broken test
2023-10-24 Jacob Lifshayfill in manually verified expected state for TrapTestCa...
2023-10-24 Jacob Lifshayformat code
2023-10-23 Jacob Lifshayreduce mmap BLOCK_SIZE to 1 << 28 so it works on armv7a
2023-10-23 Dmitry Selyutinsyscall: handle architecture aliases scemu
2023-10-23 Dmitry Selyutinsyscall: handle arm and aarch64 architectures
2023-10-23 Dmitry Selyutintest_syscall: hardcode MSR validation
2023-10-23 Dmitry Selyutintest_syscall: check MSR; update expected PC
2023-10-22 Dmitry Selyutinisa/test_runner: support initial_msr parameter
2023-10-22 Dmitry Selyutinisa/caller: return from interrupt upon syscall emulation
2023-10-22 Dmitry Selyutintest_syscall: provide code for future SPR checks
2023-10-22 Dmitry Selyutinisa/caller: refactor sc logic
2023-10-22 Dmitry Selyutintest_caller: introduce syscall tests
2023-10-22 Dmitry Selyutinisa/caller: enable host-backed memory for scemu
2023-10-22 Dmitry Selyutintest/runner: introduce use_syscall_emu parameter
2023-10-22 Dmitry Selyutinisa/caller: introduce use_syscall_emu parameter
2023-10-22 Dmitry Selyutinisa/test_runner: support additional parameters
2023-10-22 Dmitry Selyutinisa/caller: remove redundant check
2023-10-22 Dmitry Selyutinisa/caller: provide sc and scv instructions wrapper
2023-10-21 Luke Kenneth... add extra comments to sc-rfid test
2023-10-20 Luke Kenneth... add a test which does both sc and rfid, and does rudime...
2023-10-19 Andrey MiroshnikovAdded assert to check inner/outer results match
2023-10-19 Andrey MiroshnikovReplace flatten func with builtin reduce()
2023-10-19 Andrey MiroshnikovReadded the flatten func (removed accidentally)
2023-10-18 Luke Kenneth... add expected results to "sc" instruction in TrapTestCase.
2023-10-18 Luke Kenneth... add SRR0 and SRR1 to list of special_regs in parser
2023-10-18 Luke Kenneth... annoying - call the TRAP() function in system.mdwn...
2023-10-18 Luke Kenneth... fix bug introduced by having to revert unauthorized...
2023-10-18 Luke Kenneth... Revert "fix bug where pseudo-code assignments modify...
2023-10-18 Luke Kenneth... add sc test to TestTrapCases
2023-10-18 Luke Kenneth... add test_caller_trap.py which stunningly actually works...
2023-10-18 Dmitry Selyutinpower_enums: mention sc and scv instructions
2023-10-18 Luke Kenneth... add "is_idle" capability to inorder.py so that after...
2023-10-18 Shriya Sharmasettting pushed_to_decode true
2023-10-18 Shriya SharmaAdded an extra unit test test_trace1
2023-10-18 Andrey MiroshnikovAdded pure python mat multiply (outer and inner product...
2023-10-18 Luke Kenneth... doh, use reduce on operator.add already
2023-10-18 Luke Kenneth... print expected flattened matrix results
2023-10-18 Andrey MiroshnikovAdd assert
2023-10-18 Luke Kenneth... remove cruft, make comments clearer
2023-10-18 Andrey MiroshnikovUse flatten
2023-10-18 Andrey MiroshnikovAdd flatten function, print expected
2023-10-18 Luke Kenneth... rename expected to results (actual results)
2023-10-18 Luke Kenneth... store integer results in expected array
2023-10-18 Luke Kenneth... simplify matmult test code
2023-10-18 Luke Kenneth... whitespace
2023-10-18 Luke Kenneth... whitespace
2023-10-18 Andrey MiroshnikovAdd pure python matrix mul function
2023-10-18 Luke Kenneth... clarify prints and no conversion of integer input in...
2023-10-18 Luke Kenneth... add stub (non-working) matrix multiply using maddld
2023-10-11 Sadoon Albaderadd basic isacaller inlining to poly1305-donna.py
2023-10-11 Luke Kenneth... accidentally commented-out matrix tests
2023-10-08 Luke Kenneth... whitespace
2023-10-04 Luke Kenneth... add error message showing which instructions have been...
2023-10-03 Sadoon Albaderfixed another serious bug, C should output to CSV
2023-10-03 Sadoon Albaderadd rudementary test script
2023-10-03 Sadoon Albaderadd python poly1305 test that uses random data input
2023-10-03 Sadoon Albaderfix huge bug with C poly1305 function call
2023-10-03 Sadoon Albaderadded poly1305 random message tester
2023-10-03 Luke Kenneth... optional read of "Description" in pagereader.py
2023-10-03 Luke Kenneth... move repeated code block to mini function for reading...
2023-10-01 Luke Kenneth... whoops should be 5x3 comment not 5x3
2023-10-01 Luke Kenneth... manually revert damaged caused by jacob to pseudocode...
2023-10-01 Luke Kenneth... Revert "demo moving pseudocode to separate file"
2023-10-01 Luke Kenneth... Revert "add support for pseudocode being a [[!inline...
2023-10-01 Luke Kenneth... Revert "ignore indented comments too"
2023-09-30 Luke Kenneth... skip blank lines in pagereader.py pprint_ops()
2023-09-29 Luke Kenneth... code-comments
2023-09-29 Luke Kenneth... moving the temp array (t) along, so that adding to...
2023-09-29 Luke Kenneth... first attempt to create an Indexed Schedule, for bigmul...
2023-09-28 Jacob Lifshayfix divmod
2023-09-28 Jacob Lifshayin divmod algorithm log regexes that match against...
2023-09-28 Jacob Lifshaytest python_divmod_algorithm
2023-09-28 Jacob Lifshayformat code
2023-09-28 Jacob Lifshaylog asmop to LogKind.InstrInOuts too since only printin...
2023-09-27 Luke Kenneth... remove use of addc, use adde instead setting ca to...
2023-09-27 Luke Kenneth... reduce 4-repeats of identical code down to 1 copy with...
2023-09-27 Luke Kenneth... add seeming-redundant addc/adde (actually part of big...
2023-09-27 Luke Kenneth... convert basic_pypowersim to hex rather than broken...
2023-09-27 Luke Kenneth... code-cleanup, bit of comments, copyright, blah blah...
2023-09-27 Luke Kenneth... add what is currently a duplicate of python_mul_algorit...
2023-09-27 Jacob Lifshayworking on adding divmod 512x256 to 256x256
2023-09-27 Jacob Lifshaylog writing CA[32]/OV[32] for OP_ADD
2023-09-27 Jacob Lifshayadd unit test for mcrxrx
2023-09-27 Jacob Lifshayfix mcrxrx
2023-09-27 Jacob Lifshayfix concat when the first argument is a FieldSelectableInt
2023-09-27 Jacob Lifshayfix wrong register in docs
2023-09-27 Jacob Lifshay256x256-bit mul no longer broken since bug #1161 was...
2023-09-25 Jacob Lifshayadd MemMMap tests
2023-09-25 Jacob Lifshayskip zero words when iterating words in MemMMap
2023-09-25 Jacob Lifshayformat src/openpower/decoder/isa/test_mem.py
2023-09-25 Luke Kenneth... add basis of Context Manager for capturing which inputs...
2023-09-24 Luke Kenneth... minor alteration of reporting hash in mini-test of...
2023-09-24 Luke Kenneth... detect if add arg2 is greater than 7 and ignore it...
2023-09-24 Luke Kenneth... add an intercept (on all poly1305-donna.py math primitives)
2023-09-24 Luke Kenneth... add link to poly1305-design (really good)
2023-09-24 Luke Kenneth... allow intercept on dsrd (rename DSRD) in poly13005...
next