openpower-isa.git
2021-05-26 Lauri KasanenUndo log in isa/caller reg dump
2021-05-26 Lauri KasanenUse log in isa/mem
2021-05-25 Luke Kenneth... extracting memory for dump must be big-endian ordered
2021-05-25 Luke Kenneth... add loading of data and output dump of samples to mp3...
2021-05-25 Luke Kenneth... whoops two options "-l", rename one "-a" for "assembly...
2021-05-25 Luke Kenneth... allow comments in SPR / GPR / FPR files
2021-05-25 Lauri KasanenUse log in pypowersim, add counter TODO in help
2021-05-25 Lauri KasanenSwitch to log in decoder/helpers
2021-05-25 Lauri KasanenSwitch to log in isa/caller
2021-05-25 Luke Kenneth... more notes on pypowersim
2021-05-25 Luke Kenneth... add dump-out option to pypowersim
2021-05-25 Luke Kenneth... add add setting of LR so that code jumps outside of...
2021-05-24 Luke Kenneth... quick add of pypowersim command to run the apply_window...
2021-05-24 Lauri KasanenSave initial mp3_0 regs
2021-05-24 Lauri KasanenSave a local copy of the calling conventions
2021-05-24 Luke Kenneth... add TODO comment running simulator
2021-05-24 Luke Kenneth... add extra (dummy) mul operation, 0*0
2021-05-24 Luke Kenneth... sigh, initialise FPRs to zeros to engage FP decode
2021-05-24 Luke Kenneth... fmuls is fine
2021-05-24 Luke Kenneth... add nop support to ISACaller
2021-05-24 Lauri KasanenSave initial mp3 C baseline asm
2021-05-23 Luke Kenneth... read all lines in advance, in case of in-place overwrite
2021-05-23 Luke Kenneth... add svp64 assembler "processor" commandline for replaci...
2021-05-23 Cesar StraussGive a trace name for each exception type
2021-05-22 Cesar StraussAdd new generated files to .gitignore
2021-05-21 Luke Kenneth... add demo --load option to pypowersim
2021-05-21 Luke Kenneth... test with default godbolt.org loop example, slightly...
2021-05-21 Luke Kenneth... add GPRs to pypowersim demo
2021-05-21 Luke Kenneth... return register values from GPR.dump in ISACaller
2021-05-21 Luke Kenneth... return dump of SPRs (to be used for saving, later)
2021-05-21 Luke Kenneth... add dump of SPRs to pypowersim
2021-05-21 Luke Kenneth... add testloop.s
2021-05-21 Luke Kenneth... add first pypowersim example
2021-05-21 Luke Kenneth... add option to run without a disassembly listing to...
2021-05-21 Luke Kenneth... add pypowersim to commands installed
2021-05-21 Luke Kenneth... add first command-line version of ISACaller
2021-05-20 Luke Kenneth... only place underscore in front of index if it is a...
2021-05-19 Luke Kenneth... switch over to log function in SelectableInt
2021-05-19 Luke Kenneth... document test_fp_single_ldst
2021-05-19 Luke Kenneth... re-enable other SVP64 FP tests
2021-05-19 Luke Kenneth... comments for SVP64 ASM LD/ST-with-update duplicate RA
2021-05-19 Luke Kenneth... add silent log debug option, if SILENCELOG env var...
2021-05-19 Luke Kenneth... resolve merge conflicts, effectively reverting "verbose...
2021-05-19 Luke Kenneth... corrections to stf/lf RA_OR_ZERO not in all cases
2021-05-19 Lauri KasanenStop spamming the world whenever PowerDecoder is fired up
2021-05-19 Lauri Kasanenrm -f
2021-05-19 Lauri KasanenBasic media infra
2021-05-18 Luke Kenneth... add SVP64 IEEE754 FP unit test
2021-05-18 Luke Kenneth... fix SVP64 EXTRA2/3 decode for IEEE754 FP LD/ST operations
2021-05-18 Luke Kenneth... add beginning support for SVP64 IEEE754 FP
2021-05-18 Luke Kenneth... add more totally random bpermd unit tests, just to...
2021-05-18 Luke Kenneth... finally fix bpermd pseudocode, index was being treated...
2021-05-18 Luke Kenneth... revert register reordering in ISACaller
2021-05-18 Luke Kenneth... add os.makedirs on pyfnwriter output path
2021-05-18 Luke Kenneth... add python function writer, takes Appendix v3.0B pseudo...
2021-05-17 Luke Kenneth... update reg sort order in ISACaller
2021-05-17 Luke Kenneth... grr syntax incorrect, use <- operator not =
2021-05-17 Luke Kenneth... mark RN as TODO
2021-05-17 Luke Kenneth... must not add to read regs unless in the authorised...
2021-05-17 Luke Kenneth... remove MISSING (theyre not), fix a couple of errors...
2021-05-17 Luke Kenneth... add new RC reg to get pywriter to build
2021-05-16 Luke Kenneth... update to 0.0.3 0.0.3
2021-05-16 Luke Kenneth... document addition of pyfnwriter
2021-05-16 Luke Kenneth... add NEWS update
2021-05-16 Luke Kenneth... add fpcvt.mdwn pseudocode which calls new auto-generate...
2021-05-16 Luke Kenneth... add new pyfnwriter command, converts v3.0B spec pseudoc...
2021-05-16 Luke Kenneth... create compiler for general pseudo-code functions in...
2021-05-16 Luke Kenneth... add function reader for appendix and other v3.0B pseudocode
2021-05-16 Luke Kenneth... comments in fp convert, fix carry out, comment out...
2021-05-15 Luke Kenneth... spelling
2021-05-15 Luke Kenneth... move round_float to separate file
2021-05-15 Luke Kenneth... add fpfromint.mdwn new file, to be used for FP conversion
2021-05-15 Luke Kenneth... extra debug print
2021-05-15 Luke Kenneth... whoops, FRC taken from FormX.FRB not FormA.FRC
2021-05-15 Luke Kenneth... FP mul test, correct pseudocode to use FRC
2021-05-15 Luke Kenneth... add minor_59.csv file, corrected, and power enums
2021-05-15 Luke Kenneth... return result in FPXXX64 functions (whoops)
2021-05-15 Luke Kenneth... when calling multi-arg function with regs, add to read...
2021-05-15 Luke Kenneth... issue with sub-decoders
2021-05-15 Luke Kenneth... add fadd/sub/mul/div to power_enums
2021-05-15 Luke Kenneth... add FP basic arithmetic operations, pseudocode, fparith...
2021-05-15 Luke Kenneth... comments
2021-05-15 Luke Kenneth... add fcpsgn unit test
2021-05-15 Luke Kenneth... add fnabs unit test
2021-05-15 Luke Kenneth... add fabs unit test
2021-05-15 Luke Kenneth... add fp mv test, correct pseudocode
2021-05-15 Luke Kenneth... whoops initialise FPRs from GPRs in ISACaller
2021-05-15 Luke Kenneth... missed an assignment-copy for simple expressions
2021-05-15 Luke Kenneth... add fmr test and associated decoder (optional with...
2021-05-15 Luke Kenneth... add X-Form and A-Form to minor_63l and minor_63h csv...
2021-05-15 Luke Kenneth... whoops need to reverse bits in minor_63l.csv to match...
2021-05-15 Luke Kenneth... FP 63L/H ops need to add in extra 0/1 minor_63l.csv...
2021-05-15 Luke Kenneth... add fp move opcodes to power_enums.py
2021-05-15 Luke Kenneth... add new fp load / store with update unit test
2021-05-15 Luke Kenneth... add FP store op names to power_enums.py opcode list
2021-05-15 Luke Kenneth... whitespace on instruction mnemonics
2021-05-15 Luke Kenneth... add FP LD/ST D-Form operations to major.csv
2021-05-15 Luke Kenneth... add load/store FP indexed instructions to minor_31.csv
2021-05-14 Luke Kenneth... add FP load test lfsx
2021-05-14 Luke Kenneth... when setting x <- GPR(RA) make sure read_regs is added...
next