summaryrefslogtreecommitdiff
path: root/src/InterpreterUtils.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the projectors to ignore values when they don't contain regionsSon Ho2022-01-131-6/+12
* Introduce "AIgnore" for the avaluesSon Ho2022-01-131-0/+1
* Introduce ended borrow/loan projectors over symbolic valuesSon Ho2022-01-131-0/+4
* Start working on checking proj_loans over symbolic values when endingSon Ho2022-01-131-0/+3
* Fix a small bug in projections_intersect and add more debugging outputSon Ho2022-01-131-43/+0
* Update end_borrow to check if there are loans in borrowed valuesSon Ho2022-01-121-0/+8
* Introduce dummy variables and update assign_to_placeSon Ho2022-01-121-1/+1
* remove another warningJonathan Protzenko2022-01-101-1/+0
* Merge remote-tracking branch 'refs/remotes/origin/main'Jonathan Protzenko2022-01-101-10/+11
|\
| * Improve logging and introduce eval_operands_prepareSon Ho2022-01-071-10/+11
* | Merge remote-tracking branch 'refs/remotes/origin/main'Jonathan Protzenko2022-01-061-47/+227
|\|
| * CleanupSon Ho2022-01-061-3/+1
| * Make the symbolic, borrow, region and abstration counters global andSon Ho2022-01-061-4/+3
| * Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-061-56/+22
| * Fix some bugsSon Ho2022-01-061-0/+2
| * Make minor improvements to printingSon Ho2022-01-061-0/+2
| * Make minor modificationsSon Ho2022-01-061-0/+7
| * Make good progress on implementing utilities to test symbolic executionSon Ho2022-01-061-5/+23
| * Move more definitions and do more cleanupSon Ho2022-01-061-67/+0
| * Cleanup and reorganizeSon Ho2022-01-061-474/+1
| * Cleanup the dependencies a bitSon Ho2022-01-061-2/+0
| * Move some functions from Interpreter to InterpreterExpansionSon Ho2022-01-061-0/+17
| * Move some functions from Interpreter to InterpreterProjectorsSon Ho2022-01-061-0/+160
| * Make progress on eval_non_local_function_call_symbolicSon Ho2022-01-051-1/+7
| * Make progress on implementing the symbolic evaluation for the non-localSon Ho2022-01-051-7/+1
| * Implement eval_unary_op_symbolicSon Ho2022-01-051-0/+5
| * Start inserting calls to dummy synthesis functions in Interpreter.mlSon Ho2022-01-051-0/+7
| * Move some functions from Interpreter to InterpreterUtilsSon Ho2022-01-041-0/+536
* | More compiler warningsJonathan Protzenko2022-01-041-3/+0
|/
* Commit a forgotten fileSon Ho2022-01-041-0/+86