2023-12-12 |
Jacob Lifshay | elf/simple_cases: disable case_static_glibc for now... |
commit | commitdiff | tree |
2023-12-12 |
Jacob Lifshay | add make_gdb_vm_image.sh script, it doesn't work yet... |
commit | commitdiff | tree |
2023-12-07 |
Jacob Lifshay | load_elf: dump a sequence of gdb commands for easy... |
commit | commitdiff | tree |
2023-12-07 |
Jacob Lifshay | MemMMap: fix brk_syscall -- use unrounded input address... |
commit | commitdiff | tree |
2023-12-07 |
Jacob Lifshay | load_elf: add forgotten auxv entries |
commit | commitdiff | tree |
2023-12-07 |
Jacob Lifshay | load_elf: copy linux's auxv, argv, and env layout |
commit | commitdiff | tree |
2023-12-06 |
Jacob Lifshay | load_elf: match linux better for statically-linked... |
commit | commitdiff | tree |
2023-12-06 |
Jacob Lifshay | elf/simple_cases: enable debug info for statically... |
commit | commitdiff | tree |
2023-12-06 |
Jacob Lifshay | MemMMap: raise error for bad load/fetch addresses when... |
commit | commitdiff | tree |
2023-12-06 |
Jacob Lifshay | caller.py: don't try to make zero-sized memory accesses... |
commit | commitdiff | tree |
2023-12-06 |
Jacob Lifshay | test/elf/__init__: make objdump go to default log kind... |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | caller.py: implement writev syscall |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | fixedsync.mdwn: add sync instruction |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | MemMMap: use modified_pages.discard instead of remove... |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | test/ldst: add fixedsync tests for b/h/w/d ll/sc, but... |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | major/minor_62: add FIXMEs to lq/stq to match the FIXME... |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | fixedsync/minor_31: add stqcx. because I'm adding the... |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | fixedsync/minor_31: add lqarx because I'm adding the... |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | minor_62.csv: add unofficial and comment2 fields |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | major.csv: add unofficial and comment2 fields |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | fixedsync.mdwn: implement other sizes: lbarx lharx... |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | fixedsync.mdwn: fix stwcx. pseudocode |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | ISACaller: add PowerISA spec. reference for real_page_size |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | ISACaller: implement real_addr pseudo-code helper |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | test/state: support memory in ExpectedState |
commit | commitdiff | tree |
2023-12-04 |
Luke Kenneth... | add initial lwarx unit test and pseudocode |
commit | commitdiff | tree |
2023-12-04 |
Luke Kenneth... | add WIP lrsc mdwn for stbcx |
commit | commitdiff | tree |
2023-12-04 |
Luke Kenneth... | take every opportunity *not* to go onto a separate... |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | elf/simple_cases: add hello world statically-linked... |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | caller.py: implement readlink/readlinkat syscalls |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | caller.py: implement a pile of syscalls |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | load_elf: set mem.heap_range so brk works |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | Mem: speed up log_fancy by using make_sim_state_dict() |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | ppc_flags: include more headers for uname, openat,... |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | syscalls/__init__: log which syscall is made |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | MemMMap/SimState: speed up SimState.get_mem() for large... |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | MemMMap: log mmap calls |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | mem.py: make MMapEmuBlock use hex for repr |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | Mem: don't log loads when dumping, you'll see the memor... |
commit | commitdiff | tree |
2023-12-04 |
Jacob Lifshay | MemMMap: finish implementing brk_syscall |
commit | commitdiff | tree |
2023-12-03 |
Luke Kenneth... | project standard is to use c standard string specifiers... |
commit | commitdiff | tree |
2023-12-03 |
Luke Kenneth... | project standard is to use c standard string specifiers... |
commit | commitdiff | tree |
2023-12-03 |
Luke Kenneth... | project standard is to use c standard string specifiers... |
commit | commitdiff | tree |
2023-12-03 |
Luke Kenneth... | project standard is to use c standard string specifiers... |
commit | commitdiff | tree |
2023-12-03 |
Luke Kenneth... | bug 1228: dcbt* to match against nop, not dc* in ISACaller |
commit | commitdiff | tree |
2023-12-03 |
Luke Kenneth... | bug 1231: all dc* instructions to be treated as nop |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | elf/simple_cases: deepcopy is unnecessary, call dict... 1169-elf-support |
commit | commitdiff | tree |
2023-12-01 |
Luke Kenneth... | bug 1169: elf-support correct syntax errors |
commit | commitdiff | tree |
2023-12-01 |
Luke Kenneth... | bug 1169: elf support, minor coding style adjustment... |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | openpower/test/elf/simple_cases: add some simple ELF... |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | add utilities for testing ELF files |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | SimRunner: support running an ELFFile |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | ISACaller: support loading an ELFFile |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | mem.py: add load_elf |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | mem.py: fix SIGBUS when accessing file mapped by mmap_s... |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | caller.py: implement write syscall |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | caller.py: implement exit_group syscall |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | ISACaller: fix syscall emulation |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | setup: add pyelftools v0.30 as dependency |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | add g++-powerpc64le-linux-gnu to .gitlab-ci.yml |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | add mmap_syscall tests |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | implement MemMMap.mmap_syscall |
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | add ppc_flags.py so we can get the ppc versions of... |
commit | commitdiff | tree |
2023-12-01 |
Luke Kenneth... | replace print() with log() |
commit | commitdiff | tree |
2023-12-01 |
Luke Kenneth... | replace print() with log() |
commit | commitdiff | tree |
2023-12-01 |
Luke Kenneth... | replace print() with log() |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | pytest: try to improve scheduling programmerjake/powmod |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | test_caller_svp64_powmod: rename to test_aaa_caller_svp... |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | speed up CI by disabling logging and VCD generation |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | test/runner: allow disabling VCD using SIM_NO_VCD=1... |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | powmod asm tests pass! |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | switch powmod to using new divmod implementation -... |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | call log, not print |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | make parser work for pypy |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | add comments telling people to keep the asm and python... |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | divmod: asm version of Knuth's algorithm D works! |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | add labels to DIVMOD REGEX log |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | put DIVMOD REGEX under new LogType: LogType.OutputMatching |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | WIP divmod: finished writing out asm knuth's algorithm... |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | WIP getting asm version of knuth's algorithm d working |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | WIP divmod: implemented division by single word |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | support ignoring integer registers for ExpectedState |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | convert assigned values to SVSHAPE when writing to... |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | add WIP Knuth's algorithm D assembly |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | divmod: assign registers to variables |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | adapt divmod algorithm for putting variables in registers |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | add more features for _DivModRegsRegexLogger |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | finish moving Knuth algorithm D into a class |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | merely indent function |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | start adding DivModKnuthAlgorithmD class |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | format code |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | finish writing python_divmod_knuth_algorithm_d |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | fix generating invalid divmod tests |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | speed up divmod shift-sub tests by removing most test... |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | add WIP knuth algorithm D python implementation |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | rename divmod algorithm -> divmod_shift_sub in prep... |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | add WIP powmod_256 -- asm test is currently disabled... |
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | fix assemble to properly look for whole symbols to... |
commit | commitdiff | tree |
2023-11-30 |
Luke Kenneth... | whitespace in pseudocode to aid clarity |
commit | commitdiff | tree |
2023-11-27 |
Luke Kenneth... | got sv.bc working for pospopcount |
commit | commitdiff | tree |
next |