Commit Graph

10 Commits

Author SHA1 Message Date
Pietro Fezzardi 86734aef6b Fix revng coding conventions 2021-11-09 15:28:04 +01:00
Pietro Fezzardi 784f38a2a4 New naming convention from revng/dynamic-functions 2021-10-12 09:57:30 +02:00
Pietro Fezzardi 10d1eab7f4 Decompiler: update to new model APIs 2021-07-21 11:09:28 +02:00
Alessandro Di Federico 9fb066a87f Use TupleTree<model::Binary> 2021-05-06 10:37:56 +02:00
Pietro Fezzardi 36a525314a Detect isolated functions using FunctionTags 2021-04-27 21:19:06 +02:00
Alessandro Di Federico 690e5fd9bd Update LoadModelPass usage 2021-03-16 12:01:15 +01:00
Pietro Fezzardi a23a89fd61 DecompileFunction: improve test efficiency
Now we don't iterate over all the Functions in a Module, but we use the
Model to detect the first isolated function.
2021-02-23 11:09:36 +01:00
Pietro Fezzardi e95c21db25 Use Model to detect isolated functions 2021-02-23 10:39:05 +01:00
Pietro Fezzardi 3116b67948 Ensure to find an isolated function in tests 2021-02-11 16:26:20 +01:00
Alessandro Di Federico e31fc91e04 s/decompileFunction.cpp/DecompileFunction.cpp/ 2021-02-01 18:45:33 +01:00