openpower-isa.git
2023-12-22 Jacob Lifshayadd mmap_syscall tests
2023-12-22 Jacob Lifshayimplement MemMMap.mmap_syscall
2023-12-22 Jacob Lifshayadd ppc_flags.py so we can get the ppc versions of...
2023-12-22 Luke Kenneth... replace print() with log()
2023-12-22 Luke Kenneth... replace print() with log()
2023-12-22 Luke Kenneth... replace print() with log()
2023-12-22 Jacob Lifshaypytest: try to improve scheduling
2023-12-22 Jacob Lifshaytest_caller_svp64_powmod: rename to test_aaa_caller_svp...
2023-12-22 Jacob Lifshayspeed up CI by disabling logging and VCD generation
2023-12-22 Jacob Lifshaytest/runner: allow disabling VCD using SIM_NO_VCD=1...
2023-12-22 Jacob Lifshaypowmod asm tests pass!
2023-12-22 Jacob Lifshayswitch powmod to using new divmod implementation -...
2023-12-22 Jacob Lifshaycall log, not print
2023-12-22 Jacob Lifshaymake parser work for pypy
2023-12-22 Jacob Lifshayadd comments telling people to keep the asm and python...
2023-12-22 Jacob Lifshaydivmod: asm version of Knuth's algorithm D works!
2023-12-22 Jacob Lifshayadd labels to DIVMOD REGEX log
2023-12-22 Jacob Lifshayput DIVMOD REGEX under new LogType: LogType.OutputMatching
2023-12-22 Jacob LifshayWIP divmod: finished writing out asm knuth's algorithm...
2023-12-22 Jacob LifshayWIP getting asm version of knuth's algorithm d working
2023-12-22 Jacob LifshayWIP divmod: implemented division by single word
2023-12-22 Jacob Lifshaysupport ignoring integer registers for ExpectedState
2023-12-22 Jacob Lifshayconvert assigned values to SVSHAPE when writing to...
2023-12-22 Jacob Lifshayadd WIP Knuth's algorithm D assembly
2023-12-22 Jacob Lifshaydivmod: assign registers to variables
2023-12-22 Jacob Lifshayadapt divmod algorithm for putting variables in registers
2023-12-22 Jacob Lifshayadd more features for _DivModRegsRegexLogger
2023-12-22 Jacob Lifshayfinish moving Knuth algorithm D into a class
2023-12-22 Jacob Lifshaymerely indent function
2023-12-22 Jacob Lifshaystart adding DivModKnuthAlgorithmD class
2023-12-22 Jacob Lifshayformat code
2023-12-22 Jacob Lifshayfinish writing python_divmod_knuth_algorithm_d
2023-12-22 Jacob Lifshayfix generating invalid divmod tests
2023-12-22 Jacob Lifshayspeed up divmod shift-sub tests by removing most test...
2023-12-22 Jacob Lifshayadd WIP knuth algorithm D python implementation
2023-12-22 Jacob Lifshayrename divmod algorithm -> divmod_shift_sub in prep...
2023-12-22 Jacob Lifshayadd WIP powmod_256 -- asm test is currently disabled...
2023-12-22 Jacob Lifshayfix assemble to properly look for whole symbols to...
2023-12-22 Luke Kenneth... whitespace in pseudocode to aid clarity
2023-12-22 Luke Kenneth... got sv.bc working for pospopcount
2023-12-22 Luke Kenneth... try ctrtest mode in pospopcount
2023-12-22 Luke Kenneth... reduce indentation
2023-12-22 Luke Kenneth... starting on pospopcount assembler
2023-12-22 Luke Kenneth... add cut/paste copy of strncpy example as basis for...
2023-12-22 Jacob Lifshayfix vertical-first sv.bc
2023-12-22 Andrey MiroshnikovAdded sv.bc in vertical-first test
2023-12-22 Luke Kenneth... add Z-23 to RT FRS FRT
2023-12-22 Shriya SharmaAdded English language description for stdupsx instruction
2023-12-22 Shriya SharmaAdded English language description for sthupsx instruction
2023-12-22 Shriya SharmaAdded English language description for sthupsx instruction
2023-12-22 Shriya SharmaAdded English language description for stbupsx instruction
2023-12-22 Shriya SharmaAdded English language description for ldupsx instruction
2023-12-22 Luke Kenneth... add RS/FRT/FRS to Z-23 Form for ls004
2023-12-22 Shriya SharmaAdded English language description for lwaupsx instruction
2023-12-22 Shriya SharmaAdded English language description for lwzupsx instruction
2023-12-22 Shriya SharmaAdded English language description for lhaupsx instruction
2023-12-22 Shriya SharmaAdded English language description for lhzupsx instruction
2023-12-22 Luke Kenneth... change ld/st shift to Z23-Form
2023-12-22 Shriya SharmaAdded English language description for lfdupsx instruction
2023-12-22 Shriya SharmaAdded English language description for lbzupsx instruction
2023-12-22 Shriya SharmaAdded English language description for stfdux instruction
2023-12-22 Luke Kenneth... add comment/header on ld/st shift instructions
2023-12-22 Shriya SharmaAdded English language description for lfdupsx instruction
2023-12-22 Shriya SharmaTest case (all same nos) for maxloc
2023-12-22 Luke Kenneth... add asserts to check results
2023-12-22 Luke Kenneth... whitespace
2023-12-22 Shriya SharmaTest case (all zeroes) for maxloc
2023-12-22 Jacob Lifshaymsr and svstate default to None in TestCase, they're...
2023-12-22 Luke Kenneth... no point defining nm=-1
2023-12-22 Luke Kenneth... add 2nd maxloc case
2023-12-22 Luke Kenneth... move maxloc to isacaller directory
2023-12-22 Luke Kenneth... python conversion of maxloc.c
2023-12-22 Jacob Lifshayadd TRAP docs
2023-12-22 Jacob Lifshaymisc fixes for fallout of copying insn inputs
2023-12-22 Jacob LifshaySystem Call Interrupts do *not* set SRR1[TRAP]
2023-12-22 Jacob Lifshaysupport TRAP being called without setting a trap_bit
2023-12-22 Jacob Lifshayonly write outputs that have .ok == True
2023-12-22 Jacob Lifshayuse create_full_args to generate insn arg list
2023-12-22 Jacob Lifshayadd SelectableInt.ok
2023-12-22 Jacob Lifshayhelper for one-source-of-truth for insn argument list...
2023-12-22 Jacob Lifshaycopy_assign_rhs must retain subclasses of SelectableInt
2023-12-22 Jacob Lifshaylog load/stores to InstrInOuts
2023-12-22 Jacob Lifshayformat code
2023-12-22 Jacob Lifshaymisc AST correctness fixes
2023-12-22 Luke Kenneth... fix maxloc
2023-12-22 Luke Kenneth... add debug print
2023-12-22 Luke Kenneth... whoole stack of whitespace corrections
2023-12-22 Luke Kenneth... more crap removed
2023-12-22 Luke Kenneth... remove unnecessary cruft from Makefile
2023-12-22 Andrey MiroshnikovRemoved unused include: bug #676
2023-12-22 Andrey MiroshnikovAdding fortran C example for Shriya, bug #676
2023-12-22 Jacob Lifshayrename all load/store update-shifted-post-increment...
2023-12-22 Jacob Lifshayfix instruction name conflicts
2023-12-22 Jacob Lifshayremove lhaup from pifixedloadshift -- all pi-shift...
2023-12-22 Jacob Lifshaydetect duplicate instructions
2023-12-22 Luke Kenneth... rename pifpstore instructions, add "p" into names
2023-12-22 Luke Kenneth... use of the word "Kind" is too irritating. replace all...
2023-12-22 Luke Kenneth... comment on rfid doing a swap-backup of the program...
2023-12-22 Luke Kenneth... add LSHIFT and RSHIFT operators to parser. reluctantly
2023-12-22 Luke Kenneth... look for and allow blank lines in pseudocode as well
next