bug 1251: WIP stbcx removed
[openpower-isa.git] / src /
2024-01-09 Luke Kenneth Casso... fix memory locations in linked-list test_caller_svp64_l...
2023-12-21 Luke Kenneth Casso... whitespace
2023-12-15 Luke Kenneth Casso... bug 1183: correct comments from cut/paste
2023-12-13 Jacob Lifshayelf/simple_cases: disable case_static_glibc for now... 1228-elf-dynamic
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 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 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 Casso... add initial lwarx unit test and pseudocode
2023-12-13 Luke Kenneth Casso... 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 Casso... reenable tests
2023-12-09 Luke Kenneth Casso... bug #672: fix sv.minmax dd-ffirst-single unit test
2023-12-09 Luke Kenneth Casso... bug #672: invert testing in sv.minmax and add Rc=1
2023-12-09 Luke Kenneth Casso... 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 Casso... add repr function to CR field
2023-12-09 Luke Kenneth Casso... correction to idx
2023-12-09 Luke Kenneth Casso... correction to ra
2023-12-09 Luke Kenneth Casso... 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 Casso... bug #1183: add test function sv_cmpi
2023-12-09 Luke Kenneth Casso... bug #1183: attempt first ddffirst mapreduce mode
2023-12-07 Luke Kenneth Casso... correction syntax error
2023-12-07 Luke Kenneth Casso... bug 672: remove redundant/incorrect comment in pospopcount
2023-12-07 Luke Kenneth Casso... bug 672: pospopcount, cleanup, no functional change
2023-12-07 Luke Kenneth Casso... bug 672: pospopcount, correct NGI Grant
2023-12-07 Luke Kenneth Casso... bug #672: more code-comments
2023-12-07 Luke Kenneth Casso... comments
2023-12-07 Luke Kenneth Casso... bug #672: shorten pospopcount further
2023-12-07 Luke Kenneth Casso... bug #672: pospopcount working with large arrays
2023-12-07 Luke Kenneth Casso... bug #672: pospopcount using sv.lbzu/pi/dw=8 error
2023-12-07 Luke Kenneth Casso... bug #672: shorter pospopcount but not fully working
2023-12-07 Jacob LifshayISACaller/parser: kludge: support (RA|0) when elwidth...
2023-12-07 Luke Kenneth Casso... bug #672: pospopcount finally got the right answer
2023-12-07 Luke Kenneth Casso... bug #672: fixing pospopcount assembler
2023-12-07 Luke Kenneth Casso... fix elwidth overrides when sw=8
2023-12-07 Luke Kenneth Casso... add gbbd (bmatflip) test case - just the one for now
2023-12-07 Luke Kenneth Casso... whitespace
2023-12-07 Luke Kenneth Casso... add gbbd to minor_22.csv, add OP_BMAT to power_enums.py
2023-12-03 Luke Kenneth Casso... project standard is to use c standard string specifiers...
2023-12-03 Luke Kenneth Casso... project standard is to use c standard string specifiers...
2023-12-03 Luke Kenneth Casso... project standard is to use c standard string specifiers...
2023-12-03 Luke Kenneth Casso... project standard is to use c standard string specifiers...
2023-12-03 Luke Kenneth Casso... bug 1228: dcbt* to match against nop, not dc* in ISACaller
2023-12-03 Luke Kenneth Casso... 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 Casso... bug 1169: elf-support correct syntax errors
2023-12-01 Luke Kenneth Casso... 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 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 Casso... replace print() with log()
2023-12-01 Luke Kenneth Casso... replace print() with log()
2023-12-01 Luke Kenneth Casso... replace print() with log()
2023-11-30 Jacob Lifshaytest_caller_svp64_powmod: rename to test_aaa_caller_svp...
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
next