index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
PureMicroPasses.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-03-04
Fix a small issue with PureMicroPasses.get_body_min_var_counter
Son Ho
1
-7
/
+20
2022-03-03
In fun_id rename the variant Local to Regular
Son Ho
1
-2
/
+2
2022-03-03
Make good progress on adding support for external and opaque
Son Ho
1
-207
/
+267
2022-03-03
Rename CFIM to LLBC
Son Ho
1
-2
/
+2
2022-03-03
Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl
Son Ho
1
-23
/
+23
2022-02-24
Update the way function names are handled
Son Ho
1
-1
/
+1
2022-02-24
Finish writing the code which generates the state-error monad
Son Ho
1
-0
/
+25
2022-02-23
Start working on generating code which uses a state-error monad
Son Ho
1
-25
/
+129
2022-02-23
Make a minor modification
Son Ho
1
-2
/
+3
2022-02-23
Inline more let-bindings and improve formatting
Son Ho
1
-1
/
+14
2022-02-23
Improve the code generation by inlining more let-bindings
Son Ho
1
-38
/
+91
2022-02-09
Add a comment
Son Ho
1
-1
/
+2
2022-02-09
Make minor modifications and cleanup
Son Ho
1
-3
/
+6
2022-02-09
Implement the generation of `decreases` clauses in the definition
Son Ho
1
-2
/
+6
2022-02-09
Make minor modifications
Son Ho
1
-9
/
+9
2022-02-09
Implement filtering of useless forward functions
Son Ho
1
-6
/
+68
2022-02-09
Update a comment
Son Ho
1
-1
/
+3
2022-02-09
Add definitions to Primitives.fst and start on improving/fixing the
Son Ho
1
-6
/
+7
2022-02-08
Make progress on implementing support for types and functions like
Son Ho
1
-1
/
+5
2022-02-04
Work on decomposition of monadic let-bindings for F*
Son Ho
1
-1
/
+86
2022-02-04
Merge the switches over integers and the matches over enumerations in
Son Ho
1
-19
/
+0
2022-02-04
Update SymbolicToPure so that we don't construct tuples with exactly one
Son Ho
1
-1
/
+1
2022-02-04
Filter the backward functions with no outputs in the micro passes
Son Ho
1
-46
/
+66
2022-02-03
Fix a small issue with the unit type
Son Ho
1
-1
/
+3
2022-02-03
Implement a micro pass to filter the box functions
Son Ho
1
-0
/
+55
2022-02-03
Cleanup a bit
Son Ho
1
-3
/
+4
2022-01-28
Implement unfold_monadic_let_bindings
Son Ho
1
-28
/
+24
2022-01-28
Make the pure expressions typed
Son Ho
1
-49
/
+60
2022-01-28
Make minor modifications
Son Ho
1
-16
/
+25
2022-01-28
Make the scrutinee in Pure.Switch an expression rather than a value
Son Ho
1
-7
/
+7
2022-01-28
Make minor modifications
Son Ho
1
-9
/
+23
2022-01-28
Make administrative modifications
Son Ho
1
-10
/
+50
2022-01-28
Make minor modifications
Son Ho
1
-12
/
+3
2022-01-28
Finish implementing filter_unused_assignments
Son Ho
1
-6
/
+118
2022-01-28
Make more progress on filter_unused_assignments
Son Ho
1
-4
/
+21
2022-01-28
Make good progress on PureMicroPasses.filter_unused_assignments
Son Ho
1
-7
/
+84
2022-01-28
Make minor modifications to the use of reduce in
Son Ho
1
-9
/
+42
2022-01-28
Cleanup a bit
Son Ho
1
-6
/
+10
2022-01-28
Implement inline_useless_var_reassignments
Son Ho
1
-6
/
+60
2022-01-28
Implement the unit_vars_to_unit pass
Son Ho
1
-3
/
+23
2022-01-28
Move some definitions to a new PureUtils.ml file
Son Ho
1
-7
/
+6
2022-01-28
Finish implementing to_monadic
Son Ho
1
-13
/
+41
2022-01-28
Add a comment
Son Ho
1
-0
/
+1
2022-01-28
Implement get_expression_min_var_counter
Son Ho
1
-3
/
+16
2022-01-28
Start working on to_monadic and make the expression visitors an
Son Ho
1
-7
/
+45
2022-01-28
Remove the Return and Fail variants from Pure.expression and add a
Son Ho
1
-10
/
+10
2022-01-28
Change the type of [Pure.call.args] to [expression list] rather than
Son Ho
1
-8
/
+5
2022-01-28
Make minor modifications
Son Ho
1
-1
/
+8
2022-01-28
Simplify the let-bindings in the pure AST
Son Ho
1
-18
/
+23
2022-01-28
Make substantial simplifications to the pure AST
Son Ho
1
-76
/
+54
[next]