Skip to content

Tags: coliasgroup/graph-refine

Tags

keep/e7c5faa8ea9241435c966d8631e5704d

Toggle keep/e7c5faa8ea9241435c966d8631e5704d's commit message
graph-refine: fix order of evaluation for saving SMT proof check

keep/6720935c4654847b8263b51de67859d4

Toggle keep/6720935c4654847b8263b51de67859d4's commit message
graph-refine: fix string type bug

keep/cea87755d34bd5ab0eb56aeb27f18c73

Toggle keep/cea87755d34bd5ab0eb56aeb27f18c73's commit message
graph-refine: make behavior easier to emulate

keep/e9060247c8648d8fc4c7494c16f747a7

Toggle keep/e9060247c8648d8fc4c7494c16f747a7's commit message
graph-refine: don't use json for proof checks dump

keep/cc2d763c171f8932c9035522270ab25c

Toggle keep/cc2d763c171f8932c9035522270ab25c's commit message
graph-refine: don't use json for proof checks dump

keep/7a9e84c9480d5ff7d4bdeffb76b59ac1

Toggle keep/7a9e84c9480d5ff7d4bdeffb76b59ac1's commit message
graph-refine: add feature for saving smt proof checks

keep/8c00dbd79f9a76d7702ade8b4a8b9261

Toggle keep/8c00dbd79f9a76d7702ade8b4a8b9261's commit message
graph-refine: use correct method name

keep/5abc8973dfccbdfc31b3407c771d8cac

Toggle keep/5abc8973dfccbdfc31b3407c771d8cac's commit message
graph-refine: add feature for loading inline scripts

keep/19f3d78f4b636ebe394cd930a53104e0

Toggle keep/19f3d78f4b636ebe394cd930a53104e0's commit message
graph-refine: broaden search for loop match

Before this change, loop_no_match failed to recognize the correspondence
between a C loop in create_untypeds and its optimized ASM.

The loop had a constant number of iterations
(ARRAY_SIZE(ndks_boot.freemem) = 4), and the optimized version counted
down rather than up.

keep/fe407b3c0c52838ed8734ff5cb2975da

Toggle keep/fe407b3c0c52838ed8734ff5cb2975da's commit message
graph-refine: broaden search for loop match

Before this change, loop_no_match failed to recognize the correspondence
between a C loop in create_untypeds and its optimized ASM.

The loop had a constant number of iterations
(ARRAY_SIZE(ndks_boot.freemem) = 4), and the optimized version counted
down rather than up.