oppc: decouple attribute name
[openpower-isa.git] / src /
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-09 Luke Kenneth Casso... fix memory locations in linked-list test_caller_svp64_l...
2023-12-21 Luke Kenneth Casso... whitespace
2023-12-15 Luke Kenneth Casso... bug 1183: correct comments from cut/paste
2023-12-13 Jacob Lifshayelf/simple_cases: disable case_static_glibc for now... 1228-elf-dynamic
2023-12-13 Jacob Lifshayload_elf: dump a sequence of gdb commands for easy...
2023-12-13 Jacob LifshayMemMMap: fix brk_syscall -- use unrounded input address...
2023-12-13 Jacob Lifshayload_elf: add forgotten auxv entries
2023-12-13 Jacob Lifshayload_elf: copy linux's auxv, argv, and env layout
2023-12-13 Jacob Lifshayload_elf: match linux better for statically-linked...
2023-12-13 Jacob Lifshayelf/simple_cases: enable debug info for statically...
2023-12-13 Jacob LifshayMemMMap: raise error for bad load/fetch addresses when...
2023-12-13 Jacob Lifshaycaller.py: don't try to make zero-sized memory accesses...
2023-12-13 Jacob Lifshaytest/elf/__init__: make objdump go to default log kind...
2023-12-13 Jacob Lifshaycaller.py: implement writev syscall
2023-12-13 Jacob LifshayMemMMap: use modified_pages.discard instead of remove...
2023-12-13 Jacob Lifshaytest/ldst: add fixedsync tests for b/h/w/d ll/sc, but...
2023-12-13 Jacob LifshayISACaller: add PowerISA spec. reference for real_page_size
2023-12-13 Jacob LifshayISACaller: implement real_addr pseudo-code helper
2023-12-13 Jacob Lifshaytest/state: support memory in ExpectedState
2023-12-13 Luke Kenneth Casso... add initial lwarx unit test and pseudocode
2023-12-13 Luke Kenneth Casso... take every opportunity *not* to go onto a separate...
2023-12-13 Jacob Lifshayelf/simple_cases: add hello world statically-linked...
2023-12-13 Jacob Lifshaycaller.py: implement readlink/readlinkat syscalls
2023-12-13 Jacob Lifshaycaller.py: implement a pile of syscalls
2023-12-13 Jacob Lifshayload_elf: set mem.heap_range so brk works
2023-12-13 Jacob LifshayMem: speed up log_fancy by using make_sim_state_dict()
2023-12-13 Jacob Lifshayppc_flags: include more headers for uname, openat,...
2023-12-13 Jacob Lifshaysyscalls/__init__: log which syscall is made
2023-12-13 Jacob LifshayMemMMap/SimState: speed up SimState.get_mem() for large...
2023-12-13 Jacob LifshayMemMMap: log mmap calls
2023-12-13 Jacob Lifshaymem.py: make MMapEmuBlock use hex for repr
2023-12-13 Jacob LifshayMem: don't log loads when dumping, you'll see the memor...
2023-12-13 Jacob LifshayMemMMap: finish implementing brk_syscall
2023-12-13 Jacob Lifshaycaller.py: use yield from on is_ffirst_mode since it...
2023-12-13 Jacob Lifshaycaller.py: fix undefined ffirst, hope I guessed the...
2023-12-13 Jacob Lifshaycaller.py: XLEN must be accessed as self.XLEN
2023-12-09 Luke Kenneth Casso... reenable tests
2023-12-09 Luke Kenneth Casso... bug #672: fix sv.minmax dd-ffirst-single unit test
2023-12-09 Luke Kenneth Casso... bug #672: invert testing in sv.minmax and add Rc=1
2023-12-09 Luke Kenneth Casso... bug #676: add sv.minmax dd-ffirst-single test
2023-12-09 Shriya Sharmaadded a log func on the expected results for scalar...
2023-12-09 Shriya Sharmaadded a log func on the expected results for scalar...
2023-12-09 Luke Kenneth Casso... add repr function to CR field
2023-12-09 Luke Kenneth Casso... correction to idx
2023-12-09 Luke Kenneth Casso... correction to ra
2023-12-09 Luke Kenneth Casso... correction to VL
2023-12-09 Shriya Sharmaadded the expected results for scalar ddffirst
next