openpower-isa.git
2023-12-04 Jacob Lifshaycaller.py: implement writev syscall
2023-12-04 Jacob Lifshayfixedsync.mdwn: add sync instruction
2023-12-04 Jacob LifshayMemMMap: use modified_pages.discard instead of remove...
2023-12-04 Jacob Lifshaytest/ldst: add fixedsync tests for b/h/w/d ll/sc, but...
2023-12-04 Jacob Lifshaymajor/minor_62: add FIXMEs to lq/stq to match the FIXME...
2023-12-04 Jacob Lifshayfixedsync/minor_31: add stqcx. because I'm adding the...
2023-12-04 Jacob Lifshayfixedsync/minor_31: add lqarx because I'm adding the...
2023-12-04 Jacob Lifshayminor_62.csv: add unofficial and comment2 fields
2023-12-04 Jacob Lifshaymajor.csv: add unofficial and comment2 fields
2023-12-04 Jacob Lifshayfixedsync.mdwn: implement other sizes: lbarx lharx...
2023-12-04 Jacob Lifshayfixedsync.mdwn: fix stwcx. pseudocode
2023-12-04 Jacob LifshayISACaller: add PowerISA spec. reference for real_page_size
2023-12-04 Jacob LifshayISACaller: implement real_addr pseudo-code helper
2023-12-04 Jacob Lifshaytest/state: support memory in ExpectedState
2023-12-04 Luke Kenneth... add initial lwarx unit test and pseudocode
2023-12-04 Luke Kenneth... add WIP lrsc mdwn for stbcx
2023-12-04 Luke Kenneth... take every opportunity *not* to go onto a separate...
2023-12-04 Jacob Lifshayelf/simple_cases: add hello world statically-linked...
2023-12-04 Jacob Lifshaycaller.py: implement readlink/readlinkat syscalls
2023-12-04 Jacob Lifshaycaller.py: implement a pile of syscalls
2023-12-04 Jacob Lifshayload_elf: set mem.heap_range so brk works
2023-12-04 Jacob LifshayMem: speed up log_fancy by using make_sim_state_dict()
2023-12-04 Jacob Lifshayppc_flags: include more headers for uname, openat,...
2023-12-04 Jacob Lifshaysyscalls/__init__: log which syscall is made
2023-12-04 Jacob LifshayMemMMap/SimState: speed up SimState.get_mem() for large...
2023-12-04 Jacob LifshayMemMMap: log mmap calls
2023-12-04 Jacob Lifshaymem.py: make MMapEmuBlock use hex for repr
2023-12-04 Jacob LifshayMem: don't log loads when dumping, you'll see the memor...
2023-12-04 Jacob LifshayMemMMap: finish implementing brk_syscall
2023-12-03 Luke Kenneth... project standard is to use c standard string specifiers...
2023-12-03 Luke Kenneth... project standard is to use c standard string specifiers...
2023-12-03 Luke Kenneth... project standard is to use c standard string specifiers...
2023-12-03 Luke Kenneth... project standard is to use c standard string specifiers...
2023-12-03 Luke Kenneth... bug 1228: dcbt* to match against nop, not dc* in ISACaller
2023-12-03 Luke Kenneth... bug 1231: all dc* instructions to be treated as nop
2023-12-01 Jacob Lifshayelf/simple_cases: deepcopy is unnecessary, call dict... 1169-elf-support
2023-12-01 Luke Kenneth... bug 1169: elf-support correct syntax errors
2023-12-01 Luke Kenneth... bug 1169: elf support, minor coding style adjustment...
2023-12-01 Jacob Lifshayopenpower/test/elf/simple_cases: add some simple ELF...
2023-12-01 Jacob Lifshayadd utilities for testing ELF files
2023-12-01 Jacob LifshaySimRunner: support running an ELFFile
2023-12-01 Jacob LifshayISACaller: support loading an ELFFile
2023-12-01 Jacob Lifshaymem.py: add load_elf
2023-12-01 Jacob Lifshaymem.py: fix SIGBUS when accessing file mapped by mmap_s...
2023-12-01 Jacob Lifshaycaller.py: implement write syscall
2023-12-01 Jacob Lifshaycaller.py: implement exit_group syscall
2023-12-01 Jacob LifshayISACaller: fix syscall emulation
2023-12-01 Jacob Lifshaysetup: add pyelftools v0.30 as dependency
2023-12-01 Jacob Lifshayadd g++-powerpc64le-linux-gnu to .gitlab-ci.yml
2023-12-01 Jacob Lifshayadd mmap_syscall tests
2023-12-01 Jacob Lifshayimplement MemMMap.mmap_syscall
2023-12-01 Jacob Lifshayadd ppc_flags.py so we can get the ppc versions of...
2023-12-01 Luke Kenneth... replace print() with log()
2023-12-01 Luke Kenneth... replace print() with log()
2023-12-01 Luke Kenneth... replace print() with log()
2023-11-30 Jacob Lifshaypytest: try to improve scheduling programmerjake/powmod
2023-11-30 Jacob Lifshaytest_caller_svp64_powmod: rename to test_aaa_caller_svp...
2023-11-30 Jacob Lifshayspeed up CI by disabling logging and VCD generation
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-30 Luke Kenneth... whitespace in pseudocode to aid clarity
2023-11-27 Luke Kenneth... got sv.bc working for pospopcount
2023-11-27 Luke Kenneth... try ctrtest mode in pospopcount
2023-11-23 Luke Kenneth... reduce indentation
2023-11-21 Luke Kenneth... starting on pospopcount assembler
2023-11-21 Luke Kenneth... 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 Luke Kenneth... add Z-23 to RT FRS FRT
2023-11-17 Shriya SharmaAdded English language description for stdupsx instruction
2023-11-17 Shriya SharmaAdded English language description for sthupsx instruction
2023-11-17 Shriya SharmaAdded English language description for sthupsx instruction
2023-11-17 Shriya SharmaAdded English language description for stbupsx instruction
next