openpower-isa.git
2024-02-27 Dmitry Selyutinpysvp64db: fix traversal master
2024-02-21 Luke Kenneth... bug 1151: add beginnings of curve25519_mul
2024-02-13 Luke Kenneth... bug 676: spotted an optimisation using sv.crnand with...
2024-02-12 Luke Kenneth... bug 676: add /mr to sv.minmax.
2024-02-07 Luke Kenneth... bug 1055: whoops forgot to rename instructions
2024-02-07 Luke Kenneth... bug 1055: update pseudocode/description for FP store...
2024-02-07 Luke Kenneth... bug 1055: forgot "shifted" keyword in instruction titles
2024-02-07 Luke Kenneth... bug 1055: missed out fpload/store-shift instructions...
2024-02-05 Luke Kenneth... bug 676: cleanup on maxloc. comments, remove redundant...
2024-02-05 Luke Kenneth... bug 676: maxloc, use crternlogi to reduce op count
2024-02-05 Luke Kenneth... bug 1034: add crbinlog unit test
2024-02-05 Luke Kenneth... bug 1034: invert ordering of lut indices to match xxeval
2024-02-05 Luke Kenneth... bug 676: tidy up pseudocode bug_1034_cr_bin_and_ternlog
2024-02-03 Luke Kenneth... sigh, when maddsubrs (etc) moved to PO5, PowerDecoder2...
2024-02-03 Luke Kenneth... missing BC in get_cr_in
2024-02-03 Luke Kenneth... remove accidental print
2024-02-03 Luke Kenneth... fix merge
2024-02-02 Luke Kenneth... bug 1034: hooray! sv.crternlogi works. was the test... bug_1034_cr_bin_and_tern
2024-01-31 Luke Kenneth... bug 1034: redo BFB field lookup for namespace
2024-01-31 Luke Kenneth... bug 1034: sigh undo damage caused by rebase merge
2024-01-31 Luke Kenneth... bug 1034: add crternlogi. involved adding a new CR...
2024-01-30 Luke Kenneth... bug 676: maxloc - finally got something working
2024-01-30 Luke Kenneth... bug 676: nearly there. just <= vs < to deal with
2024-01-30 Luke Kenneth... fix ISACaller BA/BB vector read
2024-01-30 Luke Kenneth... bug 676: closer to working maxloc. a lot of cr ops
2024-01-30 Luke Kenneth... bug 676: more experimenting with maxloc assembler
2024-01-30 Luke Kenneth... enforce scalar offset in ISACaller when is_vec is false
2024-01-30 Luke Kenneth... bug 676: use dest-mask on sv.addi to get scalar max...
2024-01-30 Luke Kenneth... add heading option to GPR dump
2024-01-30 Luke Kenneth... improve debug output in ISACaller, for ".long xyzabcdef"
2024-01-30 Luke Kenneth... whitespace
2024-01-30 Luke Kenneth... grrrr
2024-01-30 Luke Kenneth... bug 676: although spotted under maxloc, sv.mcrf was...
2024-01-30 Luke Kenneth... bug 1248: add a stack of missing CR 3/5-bit operand...
2024-01-30 Luke Kenneth... bug 1248: add beginnings of sv.creqv test, see what...
2024-01-30 Luke Kenneth... bug 676: sorting out maxloc assembler, found bug in...
2024-01-30 Luke Kenneth... bug 676: maxloc experimentation
2024-01-30 Luke Kenneth... bug 676: with messing about got at least an inner maxlo...
2024-01-30 Luke Kenneth... bug 676: although spotted under maxloc, sv.mcrf was...
2024-01-30 Luke Kenneth... add first cut at parallel maxloc, adding random tests
2024-01-30 Luke Kenneth... bug 676: add start of svp64 maxloc, based on pospopcount
2024-01-30 Luke Kenneth... bug 1236: add extra argument to svstep: RA.
2024-01-30 Luke Kenneth... bug 676: put maxloc.py test data into array
2024-01-30 Luke Kenneth... remove unneeded tests
2024-01-30 Luke Kenneth... bug 672: add python-based maxloc.py for unit testing
2024-01-30 Luke Kenneth... bug 676: add first cut at maxloc copy/paste from ddffir...
2024-01-30 Jacob Lifshayfixedsync.mdwn: change sync from v3.1B version to v3...
2024-01-30 Luke Kenneth... bug 676: maxloc - finally got something working
2024-01-30 Luke Kenneth... bug 676: nearly there. just <= vs < to deal with
2024-01-30 Luke Kenneth... fix ISACaller BA/BB vector read
2024-01-30 Luke Kenneth... bug 676: closer to working maxloc. a lot of cr ops
2024-01-30 Luke Kenneth... bug 676: more experimenting with maxloc assembler
2024-01-30 Luke Kenneth... enforce scalar offset in ISACaller when is_vec is false
2024-01-30 Luke Kenneth... bug 676: use dest-mask on sv.addi to get scalar max...
2024-01-30 Luke Kenneth... add heading option to GPR dump
2024-01-30 Luke Kenneth... improve debug output in ISACaller, for ".long xyzabcdef"
2024-01-30 Luke Kenneth... whitespace
2024-01-30 Luke Kenneth... grrrr
2024-01-30 Luke Kenneth... bug 676: although spotted under maxloc, sv.mcrf was...
2024-01-30 Luke Kenneth... bug 1248: add a stack of missing CR 3/5-bit operand...
2024-01-30 Luke Kenneth... bug 1248: add beginnings of sv.creqv test, see what...
2024-01-30 Luke Kenneth... bug 676: sorting out maxloc assembler, found bug in...
2024-01-30 Luke Kenneth... bug 676: maxloc experimentation
2024-01-30 Luke Kenneth... bug 676: with messing about got at least an inner maxlo...
2024-01-30 Luke Kenneth... bug 676: although spotted under maxloc, sv.mcrf was...
2024-01-30 Luke Kenneth... add first cut at parallel maxloc, adding random tests
2024-01-30 Luke Kenneth... bug 676: add start of svp64 maxloc, based on pospopcount
2024-01-30 Luke Kenneth... bug 1236: add extra argument to svstep: RA.
2024-01-30 Luke Kenneth... bug 676: put maxloc.py test data into array
2024-01-30 Luke Kenneth... remove unneeded tests
2024-01-30 Luke Kenneth... bug 672: add python-based maxloc.py for unit testing
2024-01-30 Luke Kenneth... bug 676: add first cut at maxloc copy/paste from ddffir...
2024-01-29 Luke Kenneth... bug 1034: make sv.crternlogi test a vector-vector-scala...
2024-01-29 Luke Kenneth... shorten call to ISACaller.prep_namespace
2024-01-29 Luke Kenneth... bug 1034: cut/paste error on crternlogi, 4*BT+32 should...
2024-01-28 Luke Kenneth... bug 1034: clarify CR field encoding (extra/value)
2024-01-28 Luke Kenneth... whoops
2024-01-28 Luke Kenneth... add BA_BFB decode to PPCRecord and SVP64Record
2024-01-27 Luke Kenneth... bug 1034: add first version of sv.crternlogi unit test
2024-01-27 Luke Kenneth... bug 1034: yet again move crternlogi due to size of...
2024-01-27 Luke Kenneth... bug 10344: had to move crfternlogi to TLI-Form
2024-01-25 Luke Kenneth... bug 1034: add crbinlog and crternlogi, rename crbinlog...
2024-01-20 Luke Kenneth... bug 1034: properly qualify crbinlog and crternlogi...
2024-01-20 Luke Kenneth... bug 1034: add crbinlog unit test, fix binlog test,...
2024-01-20 Luke Kenneth... bug 1034: add crbinlog and binlog, unit test binlog...
2024-01-17 Luke Kenneth... bug 1034: add crternlogi. involved adding a new CR...
2024-01-16 Jacob Lifshayfixedsync.mdwn: change sync from v3.1B version to v3...
2024-01-14 Luke Kenneth... bug 1251: WIP stbcx removed
2024-01-09 Luke Kenneth... fix memory locations in linked-list test_caller_svp64_l...
2024-01-09 Jacob Lifshayfptrans.mdwn: don't parenthesize register being assigned to
2023-12-21 Luke Kenneth... whitespace
2023-12-19 Jacob Lifshay.gitlab-ci.yml: re-add maxschedchunk, it provides massi...
2023-12-15 Luke Kenneth... bug 1183: correct comments from cut/paste
2023-12-13 lkclremove pytest option which hard-codes assumptions about...
2023-12-13 Jacob Lifshayelf/simple_cases: disable case_static_glibc for now... 1228-elf-dynamic
2023-12-13 Jacob Lifshayadd make_gdb_vm_image.sh script, it doesn't work yet...
2023-12-13 Jacob Lifshayload_elf: dump a sequence of gdb commands for easy...
2023-12-13 Jacob LifshayMemMMap: fix brk_syscall -- use unrounded input address...
2023-12-13 Jacob Lifshayload_elf: add forgotten auxv entries
2023-12-13 Jacob Lifshayload_elf: copy linux's auxv, argv, and env layout
next