openpower-isa.git
2024-03-05 Luke Kenneth... bug 1155: exploring / fixing svshape4, fields incorrect bug_1155_bigmul_remap
2024-03-03 Luke Kenneth... bug 1155: whoops SVxd is in a different place for svshape4
2024-02-29 Luke Kenneth... bug 1155: add svshape3 and svshape4 to ISACaller "avoid...
2024-02-29 Luke Kenneth... bug 1155: missed two fields.text entries for svshape4...
2024-02-29 Luke Kenneth... bug 1155: add svshape4 to minor22.csv
2024-02-28 Luke Kenneth... bug 1155: redo SVShape is_triangle
2024-02-27 Luke Kenneth... bug 1155: split curve25519_mul into separate functions...
2024-02-26 Luke Kenneth... bug 1151: got python version of curve25519_mul working
2024-02-24 Luke Kenneth... bug 1151: work on python version of curve25519_mul...
2024-02-21 Luke Kenneth... bug 1151: add beginnings of curve25519_mul
2024-02-20 Jacob Lifshaymul_remap: WIP -- fill in SVSHAPE[0-2], SVSHAPE3 needs...
2024-02-20 Jacob Lifshayremapyield: add some more demos
2024-02-20 Jacob Lifshaypowmod: mark case_powmod_256 with skip_case_slow
2024-02-20 Jacob Lifshay.gitlab-ci.yml: always set RUN_SLOW for CI
2024-02-20 Jacob Lifshaytest/common: add skip_case_slow that skips unless RUN_S...
2024-02-18 Luke Kenneth... bug 1155: add svshape4, SVI2-Form, and fields for SVI2
2024-02-15 Jacob Lifshaytest/bigint/mul_remap: fill in some svremap instructions
2024-01-10 Jacob Lifshayopenpower/test/bigint/mul_remap.py: add WIP mul_remap.py
2024-01-09 Jacob Lifshaysvshape.py: disable is_triangle for now since it causes...
2023-12-27 Luke Kenneth... whoops missed _x_r rename
2023-12-27 Luke Kenneth... bug 1155: add convenience SVSHAPE.is_triangle() function
2023-12-26 Luke Kenneth... bug 1155: experimenting with bigmul / triangle / modulo
2023-12-23 Luke Kenneth... first cut at a triangular mode
2023-12-23 Luke Kenneth... bug 1155: add new idea by jacob to do x+y+z mode for...
2023-12-22 Luke Kenneth... bug 1155: comments updating link back to bugreport
2023-12-22 Luke Kenneth... bug 1155: split out yielding indices into separate...
2023-12-22 Luke Kenneth... bug 1155: clarify python remap bigmul demo function...
2023-12-22 Jacob Lifshaytests/bigint/powmod: initial version of bigint multiply...
2023-12-22 Luke Kenneth... add svshape3 reservation in minor_22.csv,
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
2023-12-13 Jacob Lifshayload_elf: match linux better for statically-linked...
2023-12-13 Jacob Lifshayelf/simple_cases: enable debug info for statically...
2023-12-13 Jacob LifshayMemMMap: raise error for bad load/fetch addresses when...
2023-12-13 Jacob Lifshaycaller.py: don't try to make zero-sized memory accesses...
2023-12-13 Jacob Lifshaytest/elf/__init__: make objdump go to default log kind...
2023-12-13 Jacob Lifshaycaller.py: implement writev syscall
2023-12-13 Jacob Lifshayfixedsync.mdwn: add sync instruction
2023-12-13 Jacob LifshayMemMMap: use modified_pages.discard instead of remove...
2023-12-13 Jacob Lifshaytest/ldst: add fixedsync tests for b/h/w/d ll/sc, but...
2023-12-13 Jacob Lifshaymajor/minor_62: add FIXMEs to lq/stq to match the FIXME...
2023-12-13 Jacob Lifshayfixedsync/minor_31: add stqcx. because I'm adding the...
2023-12-13 Jacob Lifshayfixedsync/minor_31: add lqarx because I'm adding the...
2023-12-13 Jacob Lifshayminor_62.csv: add unofficial and comment2 fields
2023-12-13 Jacob Lifshaymajor.csv: add unofficial and comment2 fields
2023-12-13 Jacob Lifshayfixedsync.mdwn: implement other sizes: lbarx lharx...
2023-12-13 Jacob Lifshayfixedsync.mdwn: fix stwcx. pseudocode
2023-12-13 Jacob LifshayISACaller: add PowerISA spec. reference for real_page_size
2023-12-13 Jacob LifshayISACaller: implement real_addr pseudo-code helper
2023-12-13 Jacob Lifshaytest/state: support memory in ExpectedState
2023-12-13 Luke Kenneth... add initial lwarx unit test and pseudocode
2023-12-13 Luke Kenneth... add WIP lrsc mdwn for stbcx
2023-12-13 Luke Kenneth... take every opportunity *not* to go onto a separate...
2023-12-13 Jacob Lifshayelf/simple_cases: add hello world statically-linked...
2023-12-13 Jacob Lifshaycaller.py: implement readlink/readlinkat syscalls
2023-12-13 Jacob Lifshaycaller.py: implement a pile of syscalls
2023-12-13 Jacob Lifshayload_elf: set mem.heap_range so brk works
2023-12-13 Jacob LifshayMem: speed up log_fancy by using make_sim_state_dict()
2023-12-13 Jacob Lifshayppc_flags: include more headers for uname, openat,...
2023-12-13 Jacob Lifshaysyscalls/__init__: log which syscall is made
2023-12-13 Jacob LifshayMemMMap/SimState: speed up SimState.get_mem() for large...
2023-12-13 Jacob LifshayMemMMap: log mmap calls
2023-12-13 Jacob Lifshaymem.py: make MMapEmuBlock use hex for repr
2023-12-13 Jacob LifshayMem: don't log loads when dumping, you'll see the memor...
2023-12-13 Jacob LifshayMemMMap: finish implementing brk_syscall
2023-12-13 Jacob Lifshaycaller.py: use yield from on is_ffirst_mode since it...
2023-12-13 Jacob Lifshaycaller.py: fix undefined ffirst, hope I guessed the...
2023-12-13 Jacob Lifshaycaller.py: XLEN must be accessed as self.XLEN
2023-12-09 Luke Kenneth... reenable tests
2023-12-09 Luke Kenneth... bug #672: fix sv.minmax dd-ffirst-single unit test
2023-12-09 Luke Kenneth... bug #672: invert testing in sv.minmax and add Rc=1
2023-12-09 Luke Kenneth... bug #676: add sv.minmax dd-ffirst-single test
2023-12-09 Shriya Sharmaadded a log func on the expected results for scalar...
2023-12-09 Shriya Sharmaadded a log func on the expected results for scalar...
2023-12-09 Luke Kenneth... add repr function to CR field
2023-12-09 Luke Kenneth... correction to idx
2023-12-09 Luke Kenneth... correction to ra
2023-12-09 Luke Kenneth... correction to VL
2023-12-09 Shriya Sharmaadded the expected results for scalar ddffirst
2023-12-09 Shriya Sharmastarting on the unit test for scalar ddffirst
2023-12-09 Luke Kenneth... bug #1183: add test function sv_cmpi
2023-12-09 Luke Kenneth... bug #1183: attempt first ddffirst mapreduce mode
2023-12-07 Luke Kenneth... correction syntax error
2023-12-07 Luke Kenneth... bug 672: remove redundant/incorrect comment in pospopcount
2023-12-07 Luke Kenneth... bug 672: pospopcount, cleanup, no functional change
2023-12-07 Luke Kenneth... bug 672: pospopcount, correct NGI Grant
2023-12-07 Luke Kenneth... bug #672: more code-comments
2023-12-07 Luke Kenneth... comments
2023-12-07 Luke Kenneth... bug #672: shorten pospopcount further
2023-12-07 Luke Kenneth... bug #672: pospopcount working with large arrays
2023-12-07 Luke Kenneth... bug #672: pospopcount using sv.lbzu/pi/dw=8 error
2023-12-07 Luke Kenneth... bug #672: shorter pospopcount but not fully working
next