Skip to content
Snippets Groups Projects
  1. Dec 07, 2022
  2. Jun 17, 2022
    • David Bühler's avatar
      [Inout] Records Inout results on all function calls for Eva. · b62c4e33
      David Bühler authored
      Eva relies on the inout plugin to ensure that a function call has not modified
      the values of its concrete arguments, meaning that at the end of the call, the
      values of formal parameters can be backward propagated to the corresponding
      concrete arguments. This is useful when the values of some parameters have been
      reduced by the call, for instance by some preconditions.
      
      To this end, Eva uses the Inout callback Record_Inout_Callbacks from Db, but
      this callback was only applied by Inout for functions whose body is analyzed.
      
      This commit modifies Inout to also record its result through this callback
      on functions interpreted by a builtin or a specification, thus allowing a
      precise backward propagation of the values of formal parameters to concrete
      arguments in all cases.
      b62c4e33
  3. Jan 20, 2022
  4. Jan 06, 2022
  5. Sep 03, 2020
  6. Mar 08, 2019
  7. Feb 22, 2019
  8. Feb 05, 2019
  9. Jan 14, 2019
  10. Dec 12, 2018
  11. Dec 04, 2018
  12. Dec 03, 2018
  13. Nov 28, 2018
  14. Nov 23, 2018
  15. Nov 22, 2018
  16. Nov 16, 2018
  17. Oct 31, 2018
Loading