Skip to content
Snippets Groups Projects
  1. May 03, 2022
  2. Mar 22, 2022
  3. Mar 21, 2022
  4. Mar 16, 2022
  5. Mar 04, 2022
  6. Feb 22, 2022
  7. Feb 16, 2022
  8. Feb 14, 2022
  9. Feb 11, 2022
  10. Jan 25, 2022
    • Andre Maroneze's avatar
      [Cabs2cil] avoid more crashes due to large array initializer · 0a7b6097
      Andre Maroneze authored
      Note: trying to compile the initializer with gcc/CompCert likely results in
      'no space left on device'. Clang 12 reports an unexpected warning
      ("initializer overrides prior initialization of this subobject"), and some
      tests indicate it actually replaces index 72057594037927936 with 0, which would
      explain why it compiles. Removing a digit from the index, for instance, results
      in a similar issue as GCC/CompCert (except that Clang starts consuming all RAM
      instead of simply disk space).
      0a7b6097
  11. Jan 24, 2022
  12. Jan 12, 2022
  13. Jan 11, 2022
  14. Jan 06, 2022
  15. Dec 10, 2021
  16. Dec 07, 2021
  17. Dec 03, 2021
  18. Nov 26, 2021
    • Virgile Prevosto's avatar
      [tests] update oracle · 81d0503a
      Virgile Prevosto authored
      Since this test is supposed to check the order in which globals are presented
      after AST reordering, such oracle changes must be considered carefully. Here,
      there's no dependency between `j` and `k`, so that they can indeed be swapped.
      This in fact better reflect the original global list before reordering
      
      NB: `l` is always at the very top of the list, despite being inserted last. This
      might warrant investigation at some point. However, the resulting AST after
      reordering is correct, which is the main goal.
      81d0503a
  19. Nov 02, 2021
  20. Oct 28, 2021
  21. Oct 13, 2021
Loading