projects
/
openpower-isa.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
openpower-isa.git
2023-12-07
Luke Kenneth...
add first gather instruction pseudocode
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
2023-11-27
Luke Kenneth...
try ctrtest mode in pospopcount
commit
|
commitdiff
|
tree
2023-11-23
Luke Kenneth...
reduce indentation
commit
|
commitdiff
|
tree
2023-11-21
Luke Kenneth...
starting on pospopcount assembler
commit
|
commitdiff
|
tree
2023-11-21
Luke Kenneth...
add cut/paste copy of strncpy example as basis for...
commit
|
commitdiff
|
tree
2023-11-21
Jacob Lifshay
fix vertical-first sv.bc
1210-attempt-to-fix-vf-sv.bc
commit
|
commitdiff
|
tree
2023-11-21
Andrey Miroshnikov
Added sv.bc in vertical-first test
commit
|
commitdiff
|
tree
2023-11-17
Luke Kenneth...
add Z-23 to RT FRS FRT
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for stdupsx instruction
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for sthupsx instruction
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for sthupsx instruction
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for stbupsx instruction
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for ldupsx instruction
commit
|
commitdiff
|
tree
2023-11-17
Luke Kenneth...
add RS/FRT/FRS to Z-23 Form for ls004
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for lwaupsx instruction
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for lwzupsx instruction
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for lhaupsx instruction
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for lhzupsx instruction
commit
|
commitdiff
|
tree
2023-11-17
Luke Kenneth...
change ld/st shift to Z23-Form
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for lfdupsx instruction
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for lbzupsx instruction
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for stfdux instruction
commit
|
commitdiff
|
tree
2023-11-17
Luke Kenneth...
add comment/header on ld/st shift instructions
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Added English language description for lfdupsx instruction
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Test case (all same nos) for maxloc
commit
|
commitdiff
|
tree
2023-11-17
Luke Kenneth...
add asserts to check results
commit
|
commitdiff
|
tree
2023-11-17
Luke Kenneth...
whitespace
commit
|
commitdiff
|
tree
2023-11-17
Shriya Sharma
Test case (all zeroes) for maxloc
commit
|
commitdiff
|
tree
2023-11-16
Jacob Lifshay
msr and svstate default to None in TestCase, they're...
commit
|
commitdiff
|
tree
2023-11-15
Luke Kenneth...
no point defining nm=-1
commit
|
commitdiff
|
tree
2023-11-15
Luke Kenneth...
add 2nd maxloc case
commit
|
commitdiff
|
tree
2023-11-15
Luke Kenneth...
move maxloc to isacaller directory
commit
|
commitdiff
|
tree
2023-11-15
Luke Kenneth...
python conversion of maxloc.c
commit
|
commitdiff
|
tree
2023-11-14
Jacob Lifshay
add TRAP docs
programmerjake/bug-1177
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