2024-01-09 |
Jacob Lifshay | fptrans.mdwn: don't parenthesize register being assigned to
|
commit | commitdiff | tree |
2023-12-19 |
Jacob Lifshay | .gitlab-ci.yml: re-add maxschedchunk, it provides massive...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | elf/simple_cases: disable case_static_glibc for now...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | add make_gdb_vm_image.sh script, it doesn't work yet...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | load_elf: dump a sequence of gdb commands for easy...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | MemMMap: fix brk_syscall -- use unrounded input address...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | load_elf: add forgotten auxv entries
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | load_elf: copy linux's auxv, argv, and env layout
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | load_elf: match linux better for statically-linked...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | elf/simple_cases: enable debug info for statically...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | MemMMap: raise error for bad load/fetch addresses when...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | caller.py: don't try to make zero-sized memory accesses...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | test/elf/__init__: make objdump go to default log kind...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | caller.py: implement writev syscall
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | fixedsync.mdwn: add sync instruction
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | MemMMap: use modified_pages.discard instead of remove...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | test/ldst: add fixedsync tests for b/h/w/d ll/sc, but...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | major/minor_62: add FIXMEs to lq/stq to match the FIXMEs...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | fixedsync/minor_31: add stqcx. because I'm adding the...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | fixedsync/minor_31: add lqarx because I'm adding the...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | minor_62.csv: add unofficial and comment2 fields
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | major.csv: add unofficial and comment2 fields
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | fixedsync.mdwn: implement other sizes: lbarx lharx...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | fixedsync.mdwn: fix stwcx. pseudocode
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | ISACaller: add PowerISA spec. reference for real_page_size
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | ISACaller: implement real_addr pseudo-code helper
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | test/state: support memory in ExpectedState
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | elf/simple_cases: add hello world statically-linked...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | caller.py: implement readlink/readlinkat syscalls
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | caller.py: implement a pile of syscalls
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | load_elf: set mem.heap_range so brk works
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | Mem: speed up log_fancy by using make_sim_state_dict()
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | ppc_flags: include more headers for uname, openat,...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | syscalls/__init__: log which syscall is made
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | MemMMap/SimState: speed up SimState.get_mem() for large...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | MemMMap: log mmap calls
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | mem.py: make MMapEmuBlock use hex for repr
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | Mem: don't log loads when dumping, you'll see the memory...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | MemMMap: finish implementing brk_syscall
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | caller.py: use yield from on is_ffirst_mode since it...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | caller.py: fix undefined ffirst, hope I guessed the...
|
commit | commitdiff | tree |
2023-12-13 |
Jacob Lifshay | caller.py: XLEN must be accessed as self.XLEN
|
commit | commitdiff | tree |
2023-12-07 |
Jacob Lifshay | ISACaller/parser: kludge: support (RA|0) when elwidth...
|
commit | commitdiff | tree |
2023-12-07 |
Jacob Lifshay | isatables: update generated csvs
|
commit | commitdiff | tree |
2023-12-01 |
Jacob Lifshay | elf/simple_cases: deepcopy is unnecessary, call dict...
|
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_syscall
|
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-11-30 |
Jacob Lifshay | pytest: try to improve scheduling
|
commit | commitdiff | tree |
2023-11-30 |
Jacob Lifshay | test_caller_svp64_powmod: rename to test_aaa_caller_svp64_po...
|
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-21 |
Jacob Lifshay | fix vertical-first sv.bc
|
commit | commitdiff | tree |
2023-11-16 |
Jacob Lifshay | msr and svstate default to None in TestCase, they're...
|
commit | commitdiff | tree |
2023-11-14 |
Jacob Lifshay | add TRAP docs
|
commit | commitdiff | tree |
2023-11-14 |
Jacob Lifshay | misc fixes for fallout of copying insn inputs
|
commit | commitdiff | tree |
2023-11-14 |
Jacob Lifshay | System Call Interrupts do *not* set SRR1[TRAP]
|
commit | commitdiff | tree |
2023-11-14 |
Jacob Lifshay | support TRAP being called without setting a trap_bit
|
commit | commitdiff | tree |
2023-11-14 |
Jacob Lifshay | only write outputs that have .ok == True
|
commit | commitdiff | tree |
2023-11-14 |
Jacob Lifshay | use create_full_args to generate insn arg list
|
commit | commitdiff | tree |
2023-11-14 |
Jacob Lifshay | add SelectableInt.ok
|
commit | commitdiff | tree |
next |