-
- Downloads
rewrite unforkify
parent
89a28b23
No related branches found
No related tags found
Showing
- hercules_ir/src/ir.rs 11 additions, 1 deletionhercules_ir/src/ir.rs
- hercules_opt/src/editor.rs 5 additions, 0 deletionshercules_opt/src/editor.rs
- hercules_opt/src/fork_guard_elim.rs 15 additions, 1 deletionhercules_opt/src/fork_guard_elim.rs
- hercules_opt/src/forkify.rs 166 additions, 122 deletionshercules_opt/src/forkify.rs
- hercules_opt/src/ivar.rs 194 additions, 124 deletionshercules_opt/src/ivar.rs
- hercules_opt/src/lib.rs 0 additions, 2 deletionshercules_opt/src/lib.rs
- hercules_opt/src/loop_canonicalization.rs 0 additions, 1 deletionhercules_opt/src/loop_canonicalization.rs
- hercules_opt/src/unforkify.rs 131 additions, 26 deletionshercules_opt/src/unforkify.rs
- hercules_test/hercules_interpreter/src/interpreter.rs 16 additions, 6 deletionshercules_test/hercules_interpreter/src/interpreter.rs
- hercules_test/hercules_interpreter/src/lib.rs 1 addition, 1 deletionhercules_test/hercules_interpreter/src/lib.rs
- hercules_test/hercules_interpreter/src/value.rs 4 additions, 1 deletionhercules_test/hercules_interpreter/src/value.rs
- hercules_test/hercules_tests/tests/fork_transform_tests.rs 70 additions, 67 deletionshercules_test/hercules_tests/tests/fork_transform_tests.rs
- hercules_test/hercules_tests/tests/forkify_tests.rs 44 additions, 0 deletionshercules_test/hercules_tests/tests/forkify_tests.rs
- hercules_test/hercules_tests/tests/interpreter_tests.rs 42 additions, 0 deletionshercules_test/hercules_tests/tests/interpreter_tests.rs
- hercules_test/hercules_tests/tests/loop_tests.rs 185 additions, 44 deletionshercules_test/hercules_tests/tests/loop_tests.rs
- hercules_test/test_inputs/3d_fork.hir 8 additions, 0 deletionshercules_test/test_inputs/3d_fork.hir
- hercules_test/test_inputs/forkify/merged_phi_cycle.hir 18 additions, 0 deletionshercules_test/test_inputs/forkify/merged_phi_cycle.hir
- hercules_test/test_inputs/forkify/split_phi_cycle.hir 16 additions, 0 deletionshercules_test/test_inputs/forkify/split_phi_cycle.hir
- hercules_test/test_inputs/loop_analysis/alternate_bounds_use_after_loop2.hir 21 additions, 0 deletions...inputs/loop_analysis/alternate_bounds_use_after_loop2.hir
- hercules_test/test_inputs/loop_analysis/do_while_separate_body.hir 16 additions, 0 deletions...test/test_inputs/loop_analysis/do_while_separate_body.hir
Loading
Please register or sign in to comment