Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker and docs #332

Merged
merged 5 commits into from
Jan 17, 2024
Merged

Update Docker and docs #332

merged 5 commits into from
Jan 17, 2024

Conversation

ekilmer
Copy link
Contributor

@ekilmer ekilmer commented Jan 10, 2024

No description provided.

Copy link

See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/7477178782

fizzbuzz.bc

typedefs_of_typedefs.bc

switch_loop.bc

func_cond_zero_arg.bc

fcmp.bc

conflicting_names.bc

struct.bc

issue_183_literal_structs.bc

global_using_function_decl.bc

init_list.bc

reg_test_structure_fields.bc

ret0.bc

goto_loop.bc

trunc.bc

bitops.bc

cast.bc

nullptr.bc

nested_struct.bc

array_swap.bc

bitmask.bc

binops.bc

float.bc

nested_while.bc

zeroinit.bc

funcptr.bc

struct_swap.bc

short.bc

inttoptr.bc

issue_4.bc

issue_127_uint128_t_lit.bc

issue_123_uint128_t.bc

vectors.bc

fizzbuzz_stateful.bc

issue_94_strncmp.bc

bool.bc

zext.bc

byval_struct.bc

func_cond_two_arg.bc

conflicting_global.bc

assert.bc

loop.bc

switch.bc

branch.bc

template_parameter_pack.bc

byval_tail_gep.ll

byval_tail_nogep.ll

Copy link

See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/7477557053

fizzbuzz.bc

typedefs_of_typedefs.bc

switch_loop.bc

func_cond_zero_arg.bc

fcmp.bc

conflicting_names.bc

struct.bc

issue_183_literal_structs.bc

global_using_function_decl.bc

init_list.bc

reg_test_structure_fields.bc

ret0.bc

goto_loop.bc

trunc.bc

bitops.bc

cast.bc

nullptr.bc

nested_struct.bc

array_swap.bc

bitmask.bc

binops.bc

float.bc

nested_while.bc

zeroinit.bc

funcptr.bc

struct_swap.bc

short.bc

inttoptr.bc

issue_4.bc

issue_127_uint128_t_lit.bc

issue_123_uint128_t.bc

vectors.bc

fizzbuzz_stateful.bc

issue_94_strncmp.bc

bool.bc

zext.bc

byval_struct.bc

func_cond_two_arg.bc

conflicting_global.bc

assert.bc

loop.bc

switch.bc

branch.bc

template_parameter_pack.bc

byval_tail_gep.ll

byval_tail_nogep.ll

Copy link

See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/7477905236

fizzbuzz.bc

typedefs_of_typedefs.bc

switch_loop.bc

func_cond_zero_arg.bc

fcmp.bc

conflicting_names.bc

struct.bc

issue_183_literal_structs.bc

global_using_function_decl.bc

init_list.bc

reg_test_structure_fields.bc

ret0.bc

goto_loop.bc

trunc.bc

bitops.bc

cast.bc

nullptr.bc

nested_struct.bc

array_swap.bc

bitmask.bc

binops.bc

float.bc

nested_while.bc

zeroinit.bc

funcptr.bc

struct_swap.bc

short.bc

inttoptr.bc

issue_4.bc

issue_127_uint128_t_lit.bc

issue_123_uint128_t.bc

vectors.bc

fizzbuzz_stateful.bc

issue_94_strncmp.bc

bool.bc

zext.bc

byval_struct.bc

func_cond_two_arg.bc

conflicting_global.bc

assert.bc

loop.bc

switch.bc

branch.bc

template_parameter_pack.bc

byval_tail_gep.ll

byval_tail_nogep.ll

Copy link

See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/7478163941

fizzbuzz.bc

typedefs_of_typedefs.bc

switch_loop.bc

func_cond_zero_arg.bc

fcmp.bc

conflicting_names.bc

struct.bc

issue_183_literal_structs.bc

global_using_function_decl.bc

init_list.bc

reg_test_structure_fields.bc

ret0.bc

goto_loop.bc

trunc.bc

bitops.bc

cast.bc

nullptr.bc

nested_struct.bc

array_swap.bc

bitmask.bc

binops.bc

float.bc

nested_while.bc

--- /dev/fd/63	2024-01-10 16:57:33.210961832 +0000
+++ /dev/fd/62	2024-01-10 16:57:33.210961832 +0000
@@ -25,7 +25,7 @@
                 printf("loop2 x: %d\n", var1);
             }
     }
-    if ((int)var1 >= 20 && ((int)var1 >= 20 || (int)var1 <= 10)) {
+    if (((int)var1 >= 20 || (int)var1 <= 10) && (int)var1 >= 20) {
         return var0;
     }
 }

zeroinit.bc

funcptr.bc

struct_swap.bc

short.bc

inttoptr.bc

issue_4.bc

issue_127_uint128_t_lit.bc

issue_123_uint128_t.bc

vectors.bc

fizzbuzz_stateful.bc

issue_94_strncmp.bc

bool.bc

zext.bc

byval_struct.bc

func_cond_two_arg.bc

conflicting_global.bc

assert.bc

loop.bc

switch.bc

branch.bc

template_parameter_pack.bc

byval_tail_gep.ll

byval_tail_nogep.ll

Copy link

See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/7478837260

fizzbuzz.bc

typedefs_of_typedefs.bc

switch_loop.bc

func_cond_zero_arg.bc

fcmp.bc

conflicting_names.bc

struct.bc

issue_183_literal_structs.bc

global_using_function_decl.bc

init_list.bc

reg_test_structure_fields.bc

ret0.bc

goto_loop.bc

trunc.bc

bitops.bc

cast.bc

nullptr.bc

nested_struct.bc

array_swap.bc

bitmask.bc

binops.bc

float.bc

nested_while.bc

zeroinit.bc

funcptr.bc

struct_swap.bc

short.bc

inttoptr.bc

issue_4.bc

issue_127_uint128_t_lit.bc

issue_123_uint128_t.bc

vectors.bc

fizzbuzz_stateful.bc

issue_94_strncmp.bc

bool.bc

zext.bc

byval_struct.bc

func_cond_two_arg.bc

conflicting_global.bc

assert.bc

loop.bc

switch.bc

branch.bc

template_parameter_pack.bc

byval_tail_gep.ll

byval_tail_nogep.ll

@ekilmer ekilmer force-pushed the ekilmer/update-docker-and-docs branch from df0a7ad to 15dde4c Compare January 10, 2024 18:52
Copy link

See the diff generated by this PR for the tests here: https://github.com/lifting-bits/rellic/actions/runs/7479486091

fizzbuzz.bc

typedefs_of_typedefs.bc

switch_loop.bc

func_cond_zero_arg.bc

fcmp.bc

conflicting_names.bc

struct.bc

issue_183_literal_structs.bc

global_using_function_decl.bc

init_list.bc

reg_test_structure_fields.bc

ret0.bc

goto_loop.bc

trunc.bc

bitops.bc

cast.bc

nullptr.bc

nested_struct.bc

array_swap.bc

bitmask.bc

binops.bc

float.bc

nested_while.bc

--- /dev/fd/63	2024-01-10 18:57:05.073240250 +0000
+++ /dev/fd/62	2024-01-10 18:57:05.073240250 +0000
@@ -25,7 +25,7 @@
                 printf("loop2 x: %d\n", var1);
             }
     }
-    if (((int)var1 >= 20 || (int)var1 <= 10) && (int)var1 >= 20) {
+    if ((int)var1 >= 20 && ((int)var1 >= 20 || (int)var1 <= 10)) {
         return var0;
     }
 }

zeroinit.bc

funcptr.bc

struct_swap.bc

short.bc

inttoptr.bc

issue_4.bc

issue_127_uint128_t_lit.bc

issue_123_uint128_t.bc

vectors.bc

fizzbuzz_stateful.bc

issue_94_strncmp.bc

bool.bc

zext.bc

byval_struct.bc

func_cond_two_arg.bc

conflicting_global.bc

assert.bc

loop.bc

switch.bc

branch.bc

template_parameter_pack.bc

byval_tail_gep.ll

byval_tail_nogep.ll

@ekilmer ekilmer marked this pull request as ready for review January 10, 2024 18:58
@ekilmer ekilmer requested a review from frabert as a code owner January 10, 2024 18:58
@ekilmer ekilmer requested review from surovic and frabert and removed request for frabert January 10, 2024 18:58
@frabert frabert merged commit 86280f6 into master Jan 17, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants