power_pseudo: unify Python code generation
[openpower-isa.git] / src /
2023-12-03 Dmitry Selyutinpower_pseudo: unify Python code generation cpseudo
2023-12-03 Dmitry Selyutinpyfnwriter: introduce C mode
2023-12-03 Dmitry Selyutinpywriter: introduce C mode
2023-12-03 Dmitry Selyutindecoder: replace print with log
2023-11-27 Luke Kenneth Casso... got sv.bc working for pospopcount
2023-11-27 Luke Kenneth Casso... try ctrtest mode in pospopcount
2023-11-23 Luke Kenneth Casso... reduce indentation
2023-11-21 Luke Kenneth Casso... starting on pospopcount assembler
2023-11-21 Luke Kenneth Casso... add cut/paste copy of strncpy example as basis for...
2023-11-21 Jacob Lifshayfix vertical-first sv.bc 1210-attempt-to-fix-vf-sv.bc
2023-11-21 Andrey MiroshnikovAdded sv.bc in vertical-first test
2023-11-17 Shriya SharmaTest case (all same nos) for maxloc
2023-11-17 Luke Kenneth Casso... add asserts to check results
2023-11-17 Luke Kenneth Casso... whitespace
2023-11-17 Shriya SharmaTest case (all zeroes) for maxloc
2023-11-16 Jacob Lifshaymsr and svstate default to None in TestCase, they're...
2023-11-15 Luke Kenneth Casso... no point defining nm=-1
2023-11-15 Luke Kenneth Casso... add 2nd maxloc case
2023-11-15 Luke Kenneth Casso... move maxloc to isacaller directory
2023-11-14 Jacob Lifshayadd TRAP docs programmerjake/bug-1177
2023-11-14 Jacob Lifshaymisc fixes for fallout of copying insn inputs
2023-11-14 Jacob LifshaySystem Call Interrupts do *not* set SRR1[TRAP]
2023-11-14 Jacob Lifshaysupport TRAP being called without setting a trap_bit
2023-11-14 Jacob Lifshayonly write outputs that have .ok == True
2023-11-14 Jacob Lifshayuse create_full_args to generate insn arg list
2023-11-14 Jacob Lifshayadd SelectableInt.ok
2023-11-14 Jacob Lifshayhelper for one-source-of-truth for insn argument list...
2023-11-14 Jacob Lifshaycopy_assign_rhs must retain subclasses of SelectableInt
2023-11-14 Jacob Lifshaylog load/stores to InstrInOuts
2023-11-14 Jacob Lifshayformat code
2023-11-14 Jacob Lifshaymisc AST correctness fixes
2023-11-06 Jacob Lifshaydetect duplicate instructions
2023-11-02 Luke Kenneth Casso... use of the word "Kind" is too irritating. replace all...
2023-11-02 Luke Kenneth Casso... comment on rfid doing a swap-backup of the program...
2023-10-29 Luke Kenneth Casso... add LSHIFT and RSHIFT operators to parser. reluctantly
2023-10-29 Luke Kenneth Casso... look for and allow blank lines in pseudocode as well
2023-10-29 Luke Kenneth Casso... remove use of regex (this code is REQUIRED to be SIMPLE)
2023-10-26 Jacob Lifshaymove DEFAULT_MSR handling from add_case to ISACaller
2023-10-25 Dmitry Selyutinsyscall: improve architecture detection
2023-10-24 Luke Kenneth Casso... whitespace cleanup
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 Casso... add extra comments to sc-rfid test
2023-10-20 Luke Kenneth Casso... 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 Casso... add expected results to "sc" instruction in TrapTestCase.
2023-10-18 Luke Kenneth Casso... add SRR0 and SRR1 to list of special_regs in parser
2023-10-18 Luke Kenneth Casso... annoying - call the TRAP() function in system.mdwn...
2023-10-18 Luke Kenneth Casso... fix bug introduced by having to revert unauthorized...
2023-10-18 Luke Kenneth Casso... Revert "fix bug where pseudo-code assignments modify...
2023-10-18 Luke Kenneth Casso... add sc test to TestTrapCases
2023-10-18 Luke Kenneth Casso... 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 Casso... 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 Casso... doh, use reduce on operator.add already
2023-10-18 Luke Kenneth Casso... print expected flattened matrix results
2023-10-18 Andrey MiroshnikovAdd assert
2023-10-18 Luke Kenneth Casso... 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 Casso... rename expected to results (actual results)
2023-10-18 Luke Kenneth Casso... store integer results in expected array
2023-10-18 Luke Kenneth Casso... simplify matmult test code
2023-10-18 Luke Kenneth Casso... whitespace
2023-10-18 Luke Kenneth Casso... whitespace
2023-10-18 Andrey MiroshnikovAdd pure python matrix mul function
2023-10-18 Luke Kenneth Casso... clarify prints and no conversion of integer input in...
2023-10-18 Luke Kenneth Casso... add stub (non-working) matrix multiply using maddld
2023-10-11 Luke Kenneth Casso... accidentally commented-out matrix tests
2023-10-08 Luke Kenneth Casso... whitespace
2023-10-04 Luke Kenneth Casso... add error message showing which instructions have been...
2023-10-03 Luke Kenneth Casso... optional read of "Description" in pagereader.py
2023-10-03 Luke Kenneth Casso... move repeated code block to mini function for reading...
2023-10-01 Luke Kenneth Casso... whoops should be 5x3 comment not 5x3
2023-10-01 Luke Kenneth Casso... manually revert damaged caused by jacob to pseudocode...
next