- Jul 26, 2023
-
-
Carlos Galindo authored
- A flag has been added to make slices intraprocedural if desired.
-
- Jul 25, 2023
-
-
Carlos Galindo authored
If you are performing benchmarks, you should revert this commit and manually start the server, because it affects the speed of the slicer (the parser step).
-
- Jul 24, 2023
-
-
Carlos Galindo authored
- Remember, to run benchmarks you require a "server" process for Erlang (see previous commits). - If you output slices, astCounter.erl can be used to count the number of AST nodes in a given program.
-
Carlos Galindo authored
- Full support for records, with their own access constraints - e-Knife can now print Erlang code that contains newly supported data structures (record, bin, try, catch, throw...)
-
- Jul 13, 2023
-
-
Carlos Galindo authored
- Basic support for records, bin, float, try, catch - Feature to count access constraints traversed - Feature to count access constraints present in the graph - Bugs fixed: - Can handle empty string represented as list `[]`. - Can handle other unary operators apart from `-int`. - Can handle nested list comprehensions. - Now requires a running instance of erlang, use the following command: erl -pa (pwd)/e-Knife/src/main/resources -name server@localhost -setcookie erlang -noshell - BencherTest now accepts `-DiterGen=NUM` and `-DiterSlice=NUM` as Java arguments.
-
- Mar 03, 2023
-
-
Carlos Galindo authored
-
Carlos Galindo authored
-
Carlos Galindo authored
-
Carlos Galindo authored
-
- Feb 24, 2023
-
-
Carlos Galindo authored
-
Carlos Galindo authored
-
- Feb 23, 2023
-
-
Carlos Galindo authored
-
Carlos Galindo authored
-
- Feb 16, 2023
-
-
Sergio Pérez authored
* Statistical functions to build tables
-
- Nov 03, 2022
-
-
Sergio Pérez authored
-
- Jul 26, 2022
-
-
Sergio Pérez authored
* Added bencher intra- and inter-procedural suits * Added Dockerfile
-
Sergio Pérez authored
-
- Mar 11, 2022
-
-
Sergio Pérez authored
-
Sergio Pérez authored
-
- Oct 27, 2021
-
-
Sergio Pérez authored
-
Sergio Pérez authored
-
Sergio Pérez authored
* Left Recursive Grammars transformed to Right Recursive avoiding infinite T generations with suffix analysis * Grammar.printGrammarInFile
-
- Oct 05, 2021
-
-
Sergio Pérez authored
* Measured the generation time of the different graph edges * Added EKnife.timedRun to evaluate the slicer against all the possible slicing criteria of a program * Added intraprocedural bencher suite
-
Sergio Pérez authored
* Measured the generation time of the different graph edges * Added EKnife.timedRun to evaluate the slicer against all the possible slicing criteria of a program * Added intraprocedural bencher suite
-
- Oct 01, 2021
-
-
Sergio Pérez authored
-
Sergio Pérez authored
* Repeated recursive grammar states ignored in summary generation * Increased the number of constraints that the stack can contain to 20 * Slice of 3 benchmarks improved
-
Sergio Pérez authored
-
Sergio Pérez authored
* LiteralConstraint in switch structures
-
Sergio Pérez authored
* Fix CFG absorbent clauses
-
- Sep 30, 2021
-
-
Carlos Galindo authored
-
Carlos Galindo authored
-
Carlos Galindo authored
-
- Sep 29, 2021
-
-
Carlos Galindo authored
-
Carlos Galindo authored
-
Carlos Galindo authored
* Added clarifying comma to help message.
-
Carlos Galindo authored
* Now generating fat jars via maven * Packaging of scripts via Makefile * Fix detection of scripts file * Updated README * Disabled printing in Flusher * Removed iml project files * Added optional printing of the graph (to dot or pdf)
-
- Sep 16, 2021
-
-
Sergio Pérez authored
-
Sergio Pérez authored
* Arity added to tuple elements * Stack states correctly updated (considers the previous traversed edge to differentiate states)
-
- Sep 10, 2021
-
-
Sergio Pérez authored
-
- Sep 08, 2021
-
-
Sergio Pérez authored
-