openpower-isa.git
2023-11-17 Luke Kenneth... add asserts to check results
2023-11-17 Luke Kenneth... whitespace
2023-11-17 Shriya SharmaTest case (all zeroes) for maxloc
2023-11-17 Jacob Lifshaymsr and svstate default to None in TestCase, they're...
2023-11-17 Luke Kenneth... no point defining nm=-1
2023-11-17 Luke Kenneth... add 2nd maxloc case
2023-11-17 Luke Kenneth... move maxloc to isacaller directory
2023-11-17 Luke Kenneth... python conversion of maxloc.c
2023-11-17 Jacob Lifshayadd TRAP docs
2023-11-17 Jacob Lifshaymisc fixes for fallout of copying insn inputs
2023-11-17 Jacob LifshaySystem Call Interrupts do *not* set SRR1[TRAP]
2023-11-17 Jacob Lifshaysupport TRAP being called without setting a trap_bit
2023-11-17 Jacob Lifshayonly write outputs that have .ok == True
2023-11-17 Jacob Lifshayuse create_full_args to generate insn arg list
2023-11-17 Jacob Lifshayadd SelectableInt.ok
2023-11-17 Jacob Lifshayhelper for one-source-of-truth for insn argument list...
2023-11-17 Jacob Lifshaycopy_assign_rhs must retain subclasses of SelectableInt
2023-11-17 Jacob Lifshaylog load/stores to InstrInOuts
2023-11-17 Jacob Lifshayformat code
2023-11-17 Jacob Lifshaymisc AST correctness fixes
2023-11-17 Luke Kenneth... fix maxloc
2023-11-17 Luke Kenneth... add debug print
2023-11-17 Luke Kenneth... whoole stack of whitespace corrections
2023-11-17 Luke Kenneth... more crap removed
2023-11-17 Luke Kenneth... remove unnecessary cruft from Makefile
2023-11-17 Andrey MiroshnikovRemoved unused include: bug #676
2023-11-17 Andrey MiroshnikovAdding fortran C example for Shriya, bug #676
2023-11-17 Jacob Lifshayrename all load/store update-shifted-post-increment...
2023-11-17 Jacob Lifshayfix instruction name conflicts
2023-11-17 Jacob Lifshayremove lhaup from pifixedloadshift -- all pi-shift...
2023-11-17 Jacob Lifshaydetect duplicate instructions
2023-11-06 Luke Kenneth... rename pifpstore instructions, add "p" into names
2023-11-06 Luke Kenneth... use of the word "Kind" is too irritating. replace all...
2023-11-06 Luke Kenneth... comment on rfid doing a swap-backup of the program...
2023-10-27 Luke Kenneth... add LSHIFT and RSHIFT operators to parser. reluctantly
2023-10-27 Luke Kenneth... look for and allow blank lines in pseudocode as well
2023-10-27 Luke Kenneth... missing colon on end of "Description"
2023-10-27 Luke Kenneth... remove use of regex (this code is REQUIRED to be SIMPLE)
2023-10-27 Jacob Lifshaymove DEFAULT_MSR handling from add_case to ISACaller
2023-10-27 Dmitry Selyutinsyscall: improve architecture detection
2023-10-27 Jacob Lifshayinstall pytest-subtests==0.11.0
2023-10-27 Jacob Lifshaygenerate syscalls.json
2023-10-27 Luke Kenneth... whitespace cleanup
2023-10-27 Jacob LifshayRevert "skip broken test"
2023-10-27 Jacob LifshayRevert "Revert "fix bug where pseudo-code assignments...
2023-10-27 Jacob LifshayRevert "fix bug introduced by having to revert unauthor...
2023-10-27 Jacob Lifshayskip broken test
2023-10-27 Jacob Lifshayfill in manually verified expected state for TrapTestCa...
2023-10-27 Jacob Lifshayformat code
2023-10-27 Jacob Lifshayreduce mmap BLOCK_SIZE to 1 << 28 so it works on armv7a
2023-10-27 Dmitry Selyutinsyscall: handle architecture aliases
2023-10-27 Dmitry Selyutinsyscall: handle arm and aarch64 architectures
2023-10-27 Dmitry Selyutintest_syscall: hardcode MSR validation
2023-10-27 Dmitry Selyutintest_syscall: check MSR; update expected PC
2023-10-27 Dmitry Selyutinisa/test_runner: support initial_msr parameter
2023-10-27 Dmitry Selyutinisa/caller: return from interrupt upon syscall emulation
2023-10-27 Dmitry Selyutintest_syscall: provide code for future SPR checks
2023-10-27 Dmitry Selyutinisa/caller: refactor sc logic
2023-10-27 Dmitry Selyutintest_caller: introduce syscall tests
2023-10-27 Dmitry Selyutinisa/caller: enable host-backed memory for scemu
2023-10-27 Dmitry Selyutintest/runner: introduce use_syscall_emu parameter
2023-10-27 Dmitry Selyutinisa/caller: introduce use_syscall_emu parameter
2023-10-27 Dmitry Selyutinisa/test_runner: support additional parameters
2023-10-27 Dmitry Selyutinisa/caller: remove redundant check
2023-10-27 Dmitry Selyutinisa/caller: provide sc and scv instructions wrapper
2023-10-27 Luke Kenneth... add extra comments to sc-rfid test
2023-10-27 Luke Kenneth... add a test which does both sc and rfid, and does rudime...
2023-10-27 Andrey MiroshnikovAdded assert to check inner/outer results match
2023-10-27 Andrey MiroshnikovReplace flatten func with builtin reduce()
2023-10-27 Andrey MiroshnikovReadded the flatten func (removed accidentally)
2023-10-27 Luke Kenneth... add expected results to "sc" instruction in TrapTestCase.
2023-10-27 Luke Kenneth... add SRR0 and SRR1 to list of special_regs in parser
2023-10-27 Luke Kenneth... annoying - call the TRAP() function in system.mdwn...
2023-10-27 Luke Kenneth... fix bug introduced by having to revert unauthorized...
2023-10-27 Luke Kenneth... Revert "fix bug where pseudo-code assignments modify...
2023-10-27 Luke Kenneth... add sc test to TestTrapCases
2023-10-27 Luke Kenneth... add test_caller_trap.py which stunningly actually works...
2023-10-27 Dmitry Selyutinpower_enums: mention sc and scv instructions
2023-10-27 Luke Kenneth... add "is_idle" capability to inorder.py so that after...
2023-10-27 Shriya Sharmasettting pushed_to_decode true
2023-10-27 Shriya SharmaAdded an extra unit test test_trace1
2023-10-27 Andrey MiroshnikovAdded pure python mat multiply (outer and inner product...
2023-10-27 Luke Kenneth... doh, use reduce on operator.add already
2023-10-27 Luke Kenneth... print expected flattened matrix results
2023-10-27 Andrey MiroshnikovAdd assert
2023-10-27 Luke Kenneth... remove cruft, make comments clearer
2023-10-27 Andrey MiroshnikovUse flatten
2023-10-27 Andrey MiroshnikovAdd flatten function, print expected
2023-10-27 Luke Kenneth... rename expected to results (actual results)
2023-10-27 Luke Kenneth... store integer results in expected array
2023-10-27 Luke Kenneth... simplify matmult test code
2023-10-27 Luke Kenneth... whitespace
2023-10-27 Luke Kenneth... whitespace
2023-10-27 Andrey MiroshnikovAdd pure python matrix mul function
2023-10-27 Luke Kenneth... clarify prints and no conversion of integer input in...
2023-10-27 Luke Kenneth... add stub (non-working) matrix multiply using maddld
2023-10-27 Sadoon Albaderadd basic isacaller inlining to poly1305-donna.py
2023-10-27 Luke Kenneth... accidentally commented-out matrix tests
2023-10-27 Luke Kenneth... whitespace
2023-10-27 Luke Kenneth... forgot title
next