Files
revng-revng/lib/StackAnalysis
Alessandro Di Federico 7db7309987 SA: Trunc is not identity
In the intraprocedural analysis of the stack analysis we implemented the
transfer function of the `Trunc` instruction as the identity function
(just as `PtrToInt` or `ZExt`). However this is not safe since `Trunc`
loses information. This lead to incorrect results in the ABI analysis.
2019-03-06 09:04:58 +01:00
..
2018-10-03 23:11:12 +02:00
2019-02-12 18:40:24 +01:00
2018-10-03 23:11:12 +02:00
2019-02-11 16:09:23 +01:00
2019-03-06 09:04:58 +01:00