openpower-isa.git
2024-01-17 Dmitry Selyutinliboppc: introduce simple check oppc
2024-01-16 Dmitry Selyutinliboppc: introduce oppc.h header
2024-01-16 Dmitry Selyutinoppc/code: fix switch statements
2024-01-16 Dmitry Selyutinoppc/ast: support REAL_PAGE_SIZE
2024-01-16 Dmitry Selyutinoppc/code: fix switch statement
2024-01-16 Dmitry Selyutinoppc/code: supply transient for attr exprs
2024-01-16 Dmitry Selyutinoppc/code: handle statements everywhere
2024-01-16 Dmitry Selyutinoppc/code: handle call statements
2024-01-16 Dmitry Selyutinoppc/code: silence unused insn
2024-01-16 Dmitry Selyutinoppc/code: translate None to NULL
2024-01-16 Dmitry Selyutinoppc/code: refactor binary and unary exprs
2024-01-16 Dmitry Selyutinoppc: emit header include directive
2024-01-16 Dmitry Selyutinoppc/code: refactor declarations order
2024-01-16 Dmitry Selyutinoppc: refactor output
2024-01-16 Dmitry Selyutinoppc/code: support dynamic operands
2024-01-16 Dmitry Selyutinoppc/code: emit only function body
2024-01-16 Dmitry Selyutinoppc: rename NotEq to Ne
2024-01-16 Dmitry Selyutinoppc: skip bogus sync instruction
2024-01-16 Dmitry Selyutinoppc/code: supply transient to unary exprs
2024-01-16 Dmitry Selyutininsndb/core: fix operands iteration
2024-01-16 Dmitry Selyutinoppc/ast: remove invalid FPR
2024-01-16 Dmitry Selyutinoppc/code: prefix TRAP call
2024-01-16 Dmitry Selyutinoppc/code: generalize casts
2024-01-16 Dmitry Selyutinoppc/code: insert footer line break
2024-01-16 Dmitry Selyutinoppc/code: adopt pseudocode calls to C realities
2024-01-16 Dmitry Selyutinoppc/code: deprecate redundant class variable
2024-01-16 Dmitry Selyutinoppc/code: check for symbol presense in pseudocode
2024-01-16 Dmitry Selyutinoppc/code: do not emit pseudocode unless necessary
2024-01-16 Dmitry Selyutinoppc/pseudocode: allow to check whether node is present
2024-01-16 Dmitry Selyutinoppc/code: deprecate redundant ampersands
2024-01-16 Dmitry Selyutinoppc/code: assume 1 bit for subscript expr
2024-01-16 Dmitry Selyutinoppc/code: fix comparisons
2024-01-16 Dmitry Selyutinoppc/code: fix subscript exprs
2024-01-16 Dmitry Selyutinoppc/code: support TRAP
2024-01-16 Dmitry Selyutinoppc/code: support GRP0
2024-01-16 Dmitry Selyutinoppc/code: support basic fields initialization
2024-01-16 Dmitry Selyutinoppc/code: deprecate redundant node arguments
2024-01-16 Dmitry Selyutinoppc/code: introduce insn argument
2024-01-16 Dmitry Selyutinoppc: pass insndb record
2024-01-16 Dmitry Selyutinoppc: print C code instead of pseudocode
2024-01-16 Dmitry Selyutinoppc/code: support multiple assignments
2024-01-16 Dmitry Selyutinoppc/code: support string literals
2024-01-16 Dmitry Selyutinoppc: support attributes
2024-01-16 Dmitry Selyutinoppc: decouple attribute name
2024-01-16 Dmitry Selyutinoppc/code: rename ccall into call
2024-01-16 Dmitry Selyutinoppc/code: support leave keyword
2024-01-16 Dmitry Selyutinoppc/code: support more special symbols
2024-01-16 Dmitry Selyutinoppc/code: fix if exprs check
2024-01-16 Dmitry Selyutinoppc/pseudocode: support switches
2024-01-16 Dmitry Selyutinoppc/pseudocode: always use keywords for emit calls
2024-01-16 Dmitry Selyutinoppc/code: support concatenation
2024-01-16 Dmitry Selyutinoppc/code: support unsigned comparisons
2024-01-16 Dmitry Selyutinoppc/code: rename oppc_int to oppc_value
2024-01-16 Dmitry Selyutinoppc/code: support ternary expr inside binary and unary
2024-01-16 Dmitry Selyutinoppc/code: align ternary if expressions
2024-01-16 Dmitry Selyutinoppc/code: eliminate redundant pseudocode
2024-01-16 Dmitry Selyutinoppc/code: emit symbol pseudocode
2024-01-16 Dmitry Selyutinoppc/code: drop explicit ctx argument
2024-01-16 Dmitry Selyutinoppc/code: introduce ccall
2024-01-16 Dmitry Selyutinoppc/code: introduce transient
2024-01-16 Dmitry Selyutinoppc/ast: hash node by id
2024-01-16 Dmitry Selyutinoppc/main: parse all insndb instructions
2024-01-16 Dmitry Selyutinoppc/code: convert everything into calls
2024-01-16 Dmitry Selyutinoppc/util: simplify empty statements
2024-01-16 Dmitry Selyutinoppc/parser: check for regs in trailerlist
2024-01-16 Dmitry Selyutinoppc/code: support ternary conditionals
2024-01-16 Dmitry Selyutinoppc/code: support if exprs
2024-01-16 Dmitry Selyutinoppc/pseudocode: simplify call arguments
2024-01-16 Dmitry Selyutinoppc/code: support for exprs
2024-01-16 Dmitry Selyutinoppc/code: support calls
2024-01-16 Dmitry Selyutinoppc/code: support subscript assignments
2024-01-16 Dmitry Selyutinoppc/code: support subscript exprs
2024-01-16 Dmitry Selyutinoppc/code: support XLEN
2024-01-16 Dmitry Selyutinoppc: consider subscripts exprs
2024-01-16 Dmitry Selyutinoppc/code: support repeat expr
2024-01-16 Dmitry Selyutinoppc/code: simplify exprs and regs
2024-01-16 Dmitry Selyutinoppc/code: support bitwise operations
2024-01-16 Dmitry Selyutinoppc/code: support simple conditions
2024-01-16 Dmitry Selyutinoppc/code: support binary mul/div/mod
2024-01-16 Dmitry Selyutinoppc/code: support binary add/sub
2024-01-16 Dmitry Selyutinoppc/code: refactor unary exprs
2024-01-16 Dmitry Selyutinoppc/code: support simple constant unary exprs
2024-01-16 Dmitry Selyutinoppc/code: support simple constant assignments
2024-01-16 Dmitry Selyutinoppc/code: introduce header and footer
2024-01-16 Dmitry Selyutinoppc: introduce C generator skeleton
2024-01-16 Dmitry Selyutinoppc: check for special symbols
2024-01-16 Dmitry Selyutinoppc: decouple common code
2024-01-16 Dmitry Selyutinoppc: simplify ternary conditionals
2024-01-16 Dmitry Selyutinoppc: decouple pseudocode module
2024-01-16 Dmitry Selyutinoppc: decouple call name class
2024-01-16 Dmitry Selyutinoppc: rename Assign classes
2024-01-16 Dmitry Selyutinoppc: swap declaration
2024-01-16 Dmitry Selyutinoppc: introduce GPRZero class
2024-01-16 Dmitry Selyutinpywriter: convert pcode to tree and back to pcode
2024-01-16 Dmitry Selyutinoppc: introduce openpower pseudocode
2024-01-16 Dmitry Selyutininsndb/db: update walker
2024-01-16 Jacob Lifshayfixedsync.mdwn: change sync from v3.1B version to v3...
2024-01-14 Luke Kenneth... bug 1251: WIP stbcx removed
2024-01-09 Luke Kenneth... fix memory locations in linked-list test_caller_svp64_l...
2024-01-09 Jacob Lifshayfptrans.mdwn: don't parenthesize register being assigned to
next