comments
[openpower-isa.git] / src / openpower / decoder / pseudo /
2022-09-23 Luke Kenneth Casso... fix/hack some bugs in prefix_codes_cases
2022-09-05 Luke Kenneth Casso... use log function for warnings about .mdwn files in...
2022-09-01 Dmitry Selyutinpagereader: skip empty dynamic and static operands
2022-08-30 Dmitry Selyutinpagereader: validate input
2022-08-30 Dmitry Selyutinpagereader.ISA: support iteration
2022-07-28 Jacob Lifshaytry to add some line numbers to ast -- helps with debugging
2022-07-28 Jacob Lifshayswitch ast for assignment to tuple to use the python...
2022-07-28 Jacob Lifshayfix line number tracking
2022-06-22 Luke Kenneth Casso... argh horrible hack that does not work yet for fixing...
2022-05-03 Luke Kenneth Casso... properly fix pagereader.py to parse markdown with inden...
2022-05-03 Luke Kenneth Casso... allow HTML comments to start with whitespace
2022-01-18 Jacob LifshayMerge branch 'master' of ssh://git.libre-soc.org:922...
2022-01-18 Jacob Lifshayspeed up pywriter
2022-01-17 Jacob LifshayWIP speed up pywriter by caching stuff more and not...
2022-01-06 Jacob Lifshayformat code
2021-09-30 Luke Kenneth Casso... whoops, use cache of pseudocode rather than attempt...
2021-09-30 Luke Kenneth Casso... reduce PyFnWriter compile time (pywriter) by 75%
2021-09-29 Dmitry Selyutindecoder/parser: self.XLEN instead of XLEN
2021-09-28 Luke Kenneth Casso... re-add accidentally-deleted low-level operators eq...
2021-09-28 Luke Kenneth Casso... move FPDIV, FPMUL (etc) to ISAFPHelpers class
2021-09-28 Luke Kenneth Casso... add ISACallerFnHelper, remove FPADD32 and other FP...
2021-09-28 Dmitry Selyutinpywriter, pyfnwriter, parser: activate helper class
2021-09-28 Dmitry Selyutinpyfnwriter: write helper class
2021-09-28 Dmitry Selyutindecoder/parser: generate methods, not functions
2021-09-28 Dmitry Selyutinfixup! decoder/parser: pass helper argument
2021-09-28 Dmitry Selyutindecoder/parser: pass helper argument
2021-09-25 Dmitry Selyutinpywriter: redirect helpers into self
2021-08-30 Luke Kenneth Casso... quite a big intrusive change in auto-assignment
2021-08-30 Luke Kenneth Casso... also add pattern-recognition for just
2021-08-30 Luke Kenneth Casso... fix pattern-match for an expression such as "XLEN-16...
2021-08-29 Dmitry Selyutinpywriter: support RANGE helper
2021-08-22 Dmitry Selyutinparser: support unary minus properly
2021-08-22 Dmitry Selyutinlexer: t_NUMBER should not grab minus sign
2021-08-14 Luke Kenneth Casso... end loop condition in svp64 bc pseudo-code
2021-08-14 Luke Kenneth Casso... messy resolution of sv.bc testing, early-out detection.
2021-08-10 Dmitry Selyutinpywriter: move BCD/DPD routines to header
2021-07-31 Dmitry Selyutinpywriter: BCD helpers
2021-07-31 Luke Kenneth Casso... remove hand-created DOUBLE function, now it is replaced...
2021-07-31 Luke Kenneth Casso... replace DOUBLE function from helpers.py with pseudocode...
2021-07-31 Luke Kenneth Casso... whoops, no ability to add comments in between functions...
2021-07-19 Luke Kenneth Casso... bit of a reorg, adding option to test end of inner...
2021-07-16 Luke Kenneth Casso... add fsins and fcoss to simulator
2021-07-11 Luke Kenneth Casso... add SVREMAP SPR to ISACaller and parser
2021-07-08 Luke Kenneth Casso... add ability to explicitly increment SVSTATE srcstep...
2021-07-05 Luke Kenneth Casso... add svremap manual instruction (Primary Opcode 22,...
2021-06-27 Luke Kenneth Casso... add new (experimental) ffmadds and ffmsubs, for FFT...
2021-06-23 Luke Kenneth Casso... add SHL64 helper function
2021-06-23 Luke Kenneth Casso... add bitrev to pywriter autogenerator
2021-06-15 Luke Kenneth Casso... add fmadds and fmsubs to Power ISA pseudo-code, add...
2021-06-08 Luke Kenneth Casso... add detection of function parameters in parser
2021-06-08 Luke Kenneth Casso... add support in pyparser for negative numbers
2021-05-20 Luke Kenneth Casso... only place underscore in front of index if it is a...
2021-05-19 Lauri KasanenStop spamming the world whenever PowerDecoder is fired up
2021-05-18 Luke Kenneth Casso... add os.makedirs on pyfnwriter output path
2021-05-18 Luke Kenneth Casso... add python function writer, takes Appendix v3.0B pseudo...
2021-05-17 Luke Kenneth Casso... must not add to read regs unless in the authorised...
2021-05-16 Luke Kenneth Casso... add fpcvt.mdwn pseudocode which calls new auto-generate...
2021-05-16 Luke Kenneth Casso... create compiler for general pseudo-code functions in...
2021-05-16 Luke Kenneth Casso... add function reader for appendix and other v3.0B pseudocode
2021-05-15 Luke Kenneth Casso... when calling multi-arg function with regs, add to read...
2021-05-15 Luke Kenneth Casso... add FP basic arithmetic operations, pseudocode, fparith...
2021-05-15 Luke Kenneth Casso... missed an assignment-copy for simple expressions
2021-05-14 Luke Kenneth Casso... when setting x <- GPR(RA) make sure read_regs is added...
2021-05-14 Luke Kenneth Casso... add GPR-underscore read of regs
2021-05-14 Luke Kenneth Casso... add in FPR.getz and support for FPR(x) in ISA parser
2021-05-14 Luke Kenneth Casso... add FRA-FRT fp reg names to ISACaller parser
2021-05-14 Luke Kenneth Casso... add import of DOUBLE/SINGLE to pywriter
2021-04-23 Luke Kenneth Casso... add a MASK32 function which offsets by 32 on the inputs
2021-04-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... sort out imports created by pywriter
2021-04-23 Luke Kenneth Casso... sort out imports created by pywriter
2021-04-23 Luke Kenneth Casso... sorting out wiki directories
2021-04-23 Luke Kenneth Casso... resolve new path for openpower/isa markdown
2021-04-23 Luke Kenneth Casso... add .gitignores
2021-04-23 Luke Kenneth Casso... add pseudo and isa