pysvp64db: fix traversal
[openpower-isa.git] / src / openpower / decoder / pseudo / parser.py
2023-12-13 Luke Kenneth Casso... add initial lwarx unit test and pseudocode
2023-12-07 Jacob LifshayISACaller/parser: kludge: support (RA|0) when elwidth...
2023-11-30 Jacob Lifshaymake parser work for pypy
2023-11-14 Jacob Lifshaymisc AST correctness fixes
2023-10-29 Luke Kenneth Casso... add LSHIFT and RSHIFT operators to parser. reluctantly
2023-10-24 Jacob LifshayRevert "Revert "fix bug where pseudo-code assignments...
2023-10-24 Jacob LifshayRevert "fix bug introduced by having to revert unauthor...
2023-10-18 Luke Kenneth Casso... add SRR0 and SRR1 to list of special_regs in parser
2023-10-18 Luke Kenneth Casso... fix bug introduced by having to revert unauthorized...
2023-10-18 Luke Kenneth Casso... Revert "fix bug where pseudo-code assignments modify...
2023-07-25 Jacob Lifshaydon't convert CR[BI] to CR.BI
2023-07-25 Jacob Lifshayadd support for C conditional operator
2023-05-21 Luke Kenneth Casso... FPSCR should never have been added to "bypass" the...
2023-05-13 Jacob Lifshaypow should not become self.pow
2023-05-12 Jacob Lifshayadd support for *_flag global variables needed by bfp_...
2023-05-10 Jacob LifshayMerge branch 'support-fields'
2023-05-10 Jacob Lifshayswitch to using self.FPSCR
2023-05-10 Jacob Lifshaysupport FPSCR[RN] syntax that translates to FPSCR.RN
2023-05-09 Jacob LifshaySetFX is not a normal function -- it can assign to...
2023-05-09 Jacob Lifshayadd parser support for attributes like FPSCR.RN
2023-05-09 Jacob Lifshaymove apply_trailer into parser class
2023-05-09 Jacob Lifshaybypass ply's eating SyntaxErrors
2023-05-04 Jacob Lifshaysupport calling functions with no args in pseudocode
2023-05-04 Jacob Lifshayshow actual mdwn source location in backtrace when...
2023-05-04 Jacob Lifshaymove Assign to parser class in prep for improving synta...
2023-04-25 Jacob Lifshayfix bug where pseudo-code assignments modify more than...
2022-11-11 Jacob Lifshayfix bug in parser when concatenating stuff that isn...
2022-10-27 Luke Kenneth Casso... add test for identifying [expr] * name in parser
2022-09-23 Luke Kenneth Casso... fix/hack some bugs in prefix_codes_cases
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-06-22 Luke Kenneth Casso... argh horrible hack that does not work yet for fixing...
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-29 Dmitry Selyutindecoder/parser: self.XLEN instead of XLEN
2021-09-28 Luke Kenneth Casso... move FPDIV, FPMUL (etc) to ISAFPHelpers class
2021-09-28 Dmitry Selyutinpywriter, pyfnwriter, parser: activate 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-07-19 Luke Kenneth Casso... bit of a reorg, adding option to test end of inner...
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-08 Luke Kenneth Casso... add detection of function parameters in parser
2021-05-20 Luke Kenneth Casso... only place underscore in front of index if it is a...
2021-05-17 Luke Kenneth Casso... must not add to read regs unless in the authorised...
2021-05-16 Luke Kenneth Casso... create compiler for general pseudo-code functions in...
2021-05-15 Luke Kenneth Casso... when calling multi-arg function with regs, add to read...
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-04-23 Luke Kenneth Casso... resolving imports changing over
2021-04-23 Luke Kenneth Casso... add pseudo and isa