Skip to content
Snippets Groups Projects
  1. Sep 29, 2022
  2. Sep 26, 2022
  3. Sep 21, 2022
  4. Sep 09, 2022
  5. Aug 30, 2022
  6. Jul 27, 2022
  7. 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
  8. Jun 10, 2022
  9. Apr 22, 2022
  10. Apr 14, 2022
  11. Apr 11, 2022
  12. Mar 21, 2022
  13. Mar 11, 2022
  14. Mar 10, 2022
  15. Mar 08, 2022
  16. Mar 02, 2022
  17. Feb 23, 2022
  18. Feb 18, 2022
  19. Feb 17, 2022
  20. Feb 15, 2022
  21. Feb 10, 2022
  22. Feb 09, 2022
  23. Feb 08, 2022
  24. Jan 26, 2022
  25. Jan 25, 2022
  26. Jan 20, 2022
  27. Jan 14, 2022
Loading