Skip to content
Snippets Groups Projects
  1. Jul 31, 2023
  2. Jul 17, 2023
  3. 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
  4. Jan 20, 2022
  5. Jan 06, 2022
  6. Sep 29, 2020
  7. Sep 17, 2020
  8. Sep 03, 2020
  9. Jun 03, 2020
  10. Aug 27, 2019
  11. Feb 05, 2019
  12. Dec 12, 2018
  13. Dec 06, 2018
  14. Dec 04, 2018
  15. Dec 03, 2018
  16. Nov 28, 2018
  17. Nov 23, 2018
  18. Nov 22, 2018
  19. Nov 16, 2018
  20. Oct 31, 2018
Loading