]> git.ipfire.org Git - thirdparty/gcc.git/commit
sym-exec v2: - Done refactoring in expression.* and state.* - Added is-a-helper test...
authorMariam Arutunian <mariamarutunian@gmail.com>
Fri, 11 Nov 2022 14:10:18 +0000 (18:10 +0400)
committerJeff Law <jlaw@ventanamicro>
Tue, 21 Mar 2023 15:03:17 +0000 (09:03 -0600)
commit2fc4a1a1b8133ede4f792c67215b8ca413c6ce6b
tree8802f82b886e2adf856cfcf31f21b13188d1055a
parent49d77f4ef166755a7da2b8c26ed89231c0c44c83
sym-exec v2: - Done refactoring in expression.* and state.* - Added is-a-helper test functions for expression classes - Added initial version of conditions
gcc/Makefile.in
gcc/gimple-crc-optimization.cc
gcc/sym-exec/condition.cc [new file with mode: 0644]
gcc/sym-exec/condition.h [new file with mode: 0644]
gcc/sym-exec/expression-is-a-helper.h [new file with mode: 0644]
gcc/sym-exec/expression.cc
gcc/sym-exec/expression.h
gcc/sym-exec/state.cc
gcc/sym-exec/state.h