openpower-isa.git
2024-01-09 Sadoon Albaderadded dsrd implementation of first half of blocks poly1305_svp64
2023-12-08 Sadoon Albaderproper svp64 implementation of first part of blocks
2023-12-08 Sadoon Albaderimport SVP64Asm from insndb
2023-12-08 Sadoon Albaderremove extra newline
2023-12-08 Sadoon Albaderoverhauled simulation function, supports svp64
2023-12-08 Sadoon Albaderadded copyright (Sadoon)
2023-10-13 Sadoon Albaderh[x] block is simulated & compared to original code
2023-10-13 Sadoon Albaderremoved unnecessary copy of poly1305
2023-10-11 Sadoon Albaderadd basic isacaller inlining to poly1305-donna.py
2023-10-11 Luke Kenneth... accidentally commented-out matrix tests
2023-10-08 Luke Kenneth... whitespace
2023-10-04 Luke Kenneth... add error message showing which instructions have been...
2023-10-03 Sadoon Albaderfixed another serious bug, C should output to CSV
2023-10-03 Sadoon Albaderadd rudementary test script
2023-10-03 Sadoon Albaderadd python poly1305 test that uses random data input
2023-10-03 Sadoon Albaderfix huge bug with C poly1305 function call
2023-10-03 Sadoon Albaderadded poly1305 random message tester
2023-10-03 Luke Kenneth... optional read of "Description" in pagereader.py
2023-10-03 Luke Kenneth... move repeated code block to mini function for reading...
2023-10-01 Luke Kenneth... whoops should be 5x3 comment not 5x3
2023-10-01 Luke Kenneth... manually revert damaged caused by jacob to pseudocode...
2023-10-01 Luke Kenneth... Revert "demo moving pseudocode to separate file"
2023-10-01 Luke Kenneth... Revert "add support for pseudocode being a [[!inline...
2023-10-01 Luke Kenneth... Revert "ignore indented comments too"
2023-09-30 Luke Kenneth... skip blank lines in pagereader.py pprint_ops()
2023-09-29 Luke Kenneth... code-comments
2023-09-29 Luke Kenneth... moving the temp array (t) along, so that adding to...
2023-09-29 Luke Kenneth... first attempt to create an Indexed Schedule, for bigmul...
2023-09-28 Jacob Lifshayfix divmod
2023-09-28 Jacob Lifshayin divmod algorithm log regexes that match against...
2023-09-28 Jacob Lifshaytest python_divmod_algorithm
2023-09-28 Jacob Lifshayformat code
2023-09-28 Jacob Lifshaylog asmop to LogKind.InstrInOuts too since only printin...
2023-09-27 Luke Kenneth... remove use of addc, use adde instead setting ca to...
2023-09-27 Luke Kenneth... reduce 4-repeats of identical code down to 1 copy with...
2023-09-27 Luke Kenneth... add seeming-redundant addc/adde (actually part of big...
2023-09-27 Luke Kenneth... convert basic_pypowersim to hex rather than broken...
2023-09-27 Luke Kenneth... code-cleanup, bit of comments, copyright, blah blah...
2023-09-27 Luke Kenneth... add what is currently a duplicate of python_mul_algorit...
2023-09-27 Jacob Lifshayworking on adding divmod 512x256 to 256x256
2023-09-27 Jacob Lifshaylog writing CA[32]/OV[32] for OP_ADD
2023-09-27 Jacob Lifshayadd unit test for mcrxrx
2023-09-27 Jacob Lifshayfix mcrxrx
2023-09-27 Jacob Lifshayfix concat when the first argument is a FieldSelectableInt
2023-09-27 Jacob Lifshayfix wrong register in docs
2023-09-27 Jacob Lifshay256x256-bit mul no longer broken since bug #1161 was...
2023-09-25 Jacob Lifshayadd MemMMap tests
2023-09-25 Jacob Lifshayskip zero words when iterating words in MemMMap
2023-09-25 Jacob Lifshayformat src/openpower/decoder/isa/test_mem.py
2023-09-25 Luke Kenneth... add basis of Context Manager for capturing which inputs...
2023-09-24 Luke Kenneth... minor alteration of reporting hash in mini-test of...
2023-09-24 Luke Kenneth... detect if add arg2 is greater than 7 and ignore it...
2023-09-24 Luke Kenneth... add an intercept (on all poly1305-donna.py math primitives)
2023-09-24 Luke Kenneth... add link to poly1305-design (really good)
2023-09-24 Luke Kenneth... allow intercept on dsrd (rename DSRD) in poly13005...
2023-09-23 Luke Kenneth... provide intercepts of 64/128-bit math primitives that...
2023-09-23 Luke Kenneth... convert all use of "+" to ADD(a,b) in order to prepare...
2023-09-23 Jacob Lifshayswitch UTF-8 validation tests to use MemMMap so it...
2023-09-23 Jacob Lifshayadd MemMMap class
2023-09-23 Jacob Lifshaysplit out most Mem methods into MemCommon base class
2023-09-22 Jacob Lifshayformat mem.py
2023-09-22 Dmitry Selyutinsyscalls: fix syscall arguments
2023-09-22 Dmitry Selyutinsyscalls: introduce syscall arguments length
2023-09-22 Dmitry Selyutinsyscalls: fix sys_ni_syscall call
2023-09-22 Dmitry Selyutinsyscalls: fix default table path
2023-09-22 Jacob Lifshaymake scalar EXTRA2 encoding match between tables and... fix-scalar-extra2
2023-09-22 Jacob Lifshayformat code
2023-09-22 Jacob LifshayRevert "fix PowerDecoder2 to properly decode scalar...
2023-09-21 Dmitry Selyutinsyscalls: support ppc/ppc64 ecall generators
2023-09-21 Dmitry Selyutinsyscalls: introduce ecall generator
2023-09-21 Dmitry Selyutinsyscalls: canonicalize entries
2023-09-21 Dmitry Selyutinsyscalls: reorder generic entries
2023-09-21 Dmitry Selyutinsyscalls: introduce generation mode
2023-09-21 Dmitry Selyutinsyscalls: support RISC-V architectures
2023-09-20 Jacob Lifshayuse setuptools-scm from debian instead of pip
2023-09-20 Dmitry Selyutinsyscalls: support generic system calls
2023-09-19 Dmitry Selyutinsyscalls: introduce Syscall class
2023-09-19 Dmitry Selyutinsyscalls: fix ctypes syscall
2023-09-19 Dmitry Selyutinsyscalls: support identifiers iteration
2023-09-19 Dmitry Selyutinsyscalls: support identifiers lookup
2023-09-19 Dmitry Selyutinsyscalls: adjust syscall name
2023-09-19 Jacob Lifshayfix bug I noticed while reading git history
2023-09-18 Dmitry Selyutinsyscalls: refactor calls chain
2023-09-18 Dmitry Selyutinsyscalls: refactor dispatcher call arguments
2023-09-18 Dmitry Selyutinsyscalls: introduce dispatcher class
2023-09-18 Dmitry Selyutinsyscalls: generate proper name
2023-09-18 Dmitry Selyutinsyscalls: refactor module hierarchy
2023-09-18 Luke Kenneth... add python-based implementation of dsrd to poly1305...
2023-09-17 Luke Kenneth... illustrate the intermediary step of converting poly1305...
2023-09-17 Dmitry SelyutinRevert "syscalls: commit a couple of autogenerated...
2023-09-17 Dmitry Selyutinsyscalls: commit a couple of autogenerated tables
2023-09-17 Dmitry Selyutinsyscalls/lscmg: introduce Linux syscalls mapping generator
2023-09-17 Luke Kenneth... first revision port of https://github.com/floodyberry...
2023-09-17 Luke Kenneth... make the poly1305 quick example identical to the poly13...
2023-09-17 Luke Kenneth... add a quick usage demo to poly1305.py, to serve later...
2023-09-17 Luke Kenneth... add implementation of poly1305 pure python
2023-09-17 Luke Kenneth... add code-comments to chacha20 svp64 unit test
2023-09-17 Konstantinos... remove OpenSSL dependency, use own SHA512 hash
2023-09-16 Luke Kenneth... add links copyright and funding notice to svp64 chacha2...
2023-09-15 Jacob Lifshayfix PowerDecoder2 to properly decode scalar EXTRA2
next