]> git.ipfire.org Git - people/ms/gcc.git/commit
sym-exec v5: - Added last added condition status saving support - Save only condition...
authormatevos <matevosmehrabyan@gmail.com>
Fri, 2 Dec 2022 14:59:14 +0000 (18:59 +0400)
committerJeff Law <jlaw@ventanamicro>
Tue, 21 Mar 2023 15:03:18 +0000 (09:03 -0600)
commitd55e95d35375cd5f46193aa82b6ff456a4b994b3
tree5589a4b8e365c029daef11df568e9ca0ca356ffe
parent06fa23709d4789e3eabbd061c8db6b604be76403
sym-exec v5: - Added last added condition status saving support - Save only conditions with symbolic elements - Added support for printing expression tree - Save origin of symbolic values so we can identify it later - Fixed constant values' bits construction - Define destination var if it is not define - Fixed addition and subtraction - Added some utility functions - Fixed condition adding - Added Cast expression support - Added comments for some functions
gcc/sym-exec/condition.h
gcc/sym-exec/expression-is-a-helper.h
gcc/sym-exec/expression.cc
gcc/sym-exec/expression.h
gcc/sym-exec/state.cc
gcc/sym-exec/state.h