pytest: try to improve scheduling
[openpower-isa.git] / src /
2023-11-30 Jacob Lifshaytest_caller_svp64_powmod: rename to test_aaa_caller_svp...
2023-11-30 Jacob Lifshaytest/runner: allow disabling VCD using SIM_NO_VCD=1...
2023-11-30 Jacob Lifshaypowmod asm tests pass!
2023-11-30 Jacob Lifshayswitch powmod to using new divmod implementation -...
2023-11-30 Jacob Lifshaycall log, not print
2023-11-30 Jacob Lifshaymake parser work for pypy
2023-11-30 Jacob Lifshayadd comments telling people to keep the asm and python...
2023-11-30 Jacob Lifshaydivmod: asm version of Knuth's algorithm D works!
2023-11-30 Jacob Lifshayadd labels to DIVMOD REGEX log
2023-11-30 Jacob Lifshayput DIVMOD REGEX under new LogType: LogType.OutputMatching
2023-11-30 Jacob LifshayWIP divmod: finished writing out asm knuth's algorithm...
2023-11-30 Jacob LifshayWIP getting asm version of knuth's algorithm d working
2023-11-30 Jacob LifshayWIP divmod: implemented division by single word
2023-11-30 Jacob Lifshaysupport ignoring integer registers for ExpectedState
2023-11-30 Jacob Lifshayconvert assigned values to SVSHAPE when writing to...
2023-11-30 Jacob Lifshayadd WIP Knuth's algorithm D assembly
2023-11-30 Jacob Lifshaydivmod: assign registers to variables
2023-11-30 Jacob Lifshayadapt divmod algorithm for putting variables in registers
2023-11-30 Jacob Lifshayadd more features for _DivModRegsRegexLogger
2023-11-30 Jacob Lifshayfinish moving Knuth algorithm D into a class
2023-11-30 Jacob Lifshaymerely indent function
2023-11-30 Jacob Lifshaystart adding DivModKnuthAlgorithmD class
2023-11-30 Jacob Lifshayformat code
2023-11-30 Jacob Lifshayfinish writing python_divmod_knuth_algorithm_d
2023-11-30 Jacob Lifshayfix generating invalid divmod tests
2023-11-30 Jacob Lifshayspeed up divmod shift-sub tests by removing most test...
2023-11-30 Jacob Lifshayadd WIP knuth algorithm D python implementation
2023-11-30 Jacob Lifshayrename divmod algorithm -> divmod_shift_sub in prep...
2023-11-30 Jacob Lifshayadd WIP powmod_256 -- asm test is currently disabled...
2023-11-30 Jacob Lifshayfix assemble to properly look for whole symbols to...
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...
next