Skip to content
Snippets Groups Projects
  1. Apr 09, 2019
  2. Apr 08, 2019
  3. Apr 05, 2019
  4. Apr 04, 2019
  5. Apr 03, 2019
  6. Apr 02, 2019
  7. Apr 01, 2019
  8. Mar 29, 2019
  9. Mar 28, 2019
    • David Bühler's avatar
      [Eva] Base: rewrites is_valid_offset and valid_offset. · c82ea6d5
      David Bühler authored
      - shares and moves the functions [reduce_offset_by_validity] of Locations and
        Precise_locs into base.ml.
      - replaces the boolean argument ~for_writing into the new type access, that
        represents Read, Write or No_access. Without any access, offsets must point
        into or just beyond the base validity.
      - fixes the support of accesses of size 0: they are now invalid:
        + in bases with Invalid validity;
        + one past a base validity unless the base ends with an empty struct.
      c82ea6d5
    • David Bühler's avatar
      [Eva] Offsetmap: removes the unused alarm boolean returned by some functions. · a7d9d161
      David Bühler authored
      If needed, this boolean could be computed by the callers of these functions via
      Base.is_valid_offset.
      In Base, do not export offset_is_in_validity, that was only used to compute
      this boolean.
      a7d9d161
  10. Mar 27, 2019
  11. Mar 26, 2019
  12. Mar 25, 2019
  13. Mar 19, 2019
Loading