index
:
aeneas
isabelle
aeneas rust verifier with a hacky Isabelle backend
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
PureMicroPasses.ml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-04
Improve simplify_aggregates to introduce structure updates
Son Ho
1
-2
/
+41
2023-06-04
Start updating simplify_aggregates
Son Ho
1
-2
/
+43
2023-06-04
Add a special expression for structure creation/update
Son Ho
1
-1
/
+109
2023-02-03
Improve the pretty names generation for loops
Son Ho
1
-0
/
+2
2023-02-03
Implement a pass to filter the unused input arguments in the loop functions
Son Ho
1
-14
/
+328
2023-02-03
Improve the heuristic to find pretty names for the variables in the loops
Son Ho
1
-0
/
+13
2023-02-03
Improve PureMicroPasses.filter_useless and regenerate the betree code
Son Ho
1
-0
/
+8
2023-02-03
Fix some issues with the values given back by loop backward translations
Son Ho
1
-3
/
+26
2023-02-03
Fix a minor issue in decompose_let_bindings
Son Ho
1
-2
/
+3
2023-02-03
Improve the loops' numbering
Son Ho
1
-132
/
+149
2023-02-03
Implement a micro-pass to simplify the let-bindings followed by a return
Son Ho
1
-0
/
+63
2023-02-03
Fix a minor bug in Interpreter.ml
Son Ho
1
-1
/
+4
2023-02-03
Fix various issues with the generation of code for the loops
Son Ho
1
-96
/
+287
2023-02-03
Add a `Loop` node in the pure AST
Son Ho
1
-0
/
+18
2023-02-03
Introduce new loop ids in Pure and keep track of the number of loops in a fun...
Son Ho
1
-1
/
+1
2023-02-03
Add loop ids to the pure functions identifiers
Son Ho
1
-7
/
+8
2022-11-14
Make [Result::Failure] type an [Error] parameter
Son Ho
1
-4
/
+17
2022-11-14
Implement a pass to decompose nested patterns in let-bindings
Son Ho
1
-30
/
+140
2022-11-14
Make good progress on the Coq backend
Son Ho
1
-0
/
+1
2022-11-14
Reorganize the project to prepare for new backends
Son Ho
1
-1
/
+1
2022-11-11
Fix some issues with the comments
Son Ho
1
-1
/
+1
2022-11-10
Implement a Config.ml file which groups all the global options in references
Son Ho
1
-74
/
+15
2022-11-10
Update the way function names are handled in Pure
Son Ho
1
-16
/
+17
2022-11-07
Replace all the occurrences of `failwith ...` with `raise (Failure ...)`
Son Ho
1
-1
/
+1
2022-10-28
Take care of some TODOs
Son Ho
1
-1
/
+1
2022-10-28
Move some files to the Charon project
Son Ho
1
-13
/
+13
2022-10-27
Fix some comment references
Son Ho
1
-1
/
+1
2022-10-27
Reorganize a bit the project
Son Ho
1
-0
/
+0
2022-10-26
Update the code documentation to fix links and syntax issues
Son Ho
1
-147
/
+147
2022-09-22
Update PureMicroPasses.inline_useless_var_reassignments
Son Ho
1
-34
/
+33
2022-06-30
Traduct globals body separately (WIP)
Sidney Congard
1
-1
/
+4
2022-05-15
Add a pass to cleanup the deconstructed ADTs and fix a small issue
Son Ho
1
-11
/
+106
2022-05-04
Make progress updating the code
Son Ho
1
-165
/
+26
2022-05-01
Do more cleanup
Son Ho
1
-9
/
+10
2022-05-01
Cleanup
Son Ho
1
-24
/
+19
2022-05-01
Rename "lvalue" to "pattern"
Son Ho
1
-37
/
+37
2022-04-29
Make progress on PureMicroPasses
Son Ho
1
-168
/
+118
2022-04-29
Merge the rvalues with the expressions
Son Ho
1
-1
/
+1
2022-04-27
Make minor modifications
Son Ho
1
-3
/
+39
2022-04-27
Fix various bugs when extracting with a state monad
Son Ho
1
-19
/
+59
2022-04-27
Fix the filtering of useless backward functions
Son Ho
1
-1
/
+6
2022-04-27
Make more progress
Son Ho
1
-12
/
+40
2022-04-26
Make progress on the updates
Son Ho
1
-54
/
+11
2022-04-26
Introduce the Abs expression and continue updating the code
Son Ho
1
-150
/
+73
2022-04-26
Introduce the App expression, and make progress updating the code
Son Ho
1
-50
/
+51
2022-04-21
Cleanup and update comments
Son Ho
1
-29
/
+44
2022-04-21
Improve the generation of names for given back values
Son Ho
1
-33
/
+156
2022-04-21
Work on pretty names
Son Ho
1
-15
/
+79
2022-04-20
Introduce mdplace to link meta information about the given back values
Son Ho
1
-6
/
+10
2022-04-20
Improve the generation of pretty names by correctly using the
Son Ho
1
-1
/
+5
[next]