1. Oct 27, 2020
  2. Oct 26, 2020
  3. Oct 21, 2020
    • Matthew Fernandez's avatar
      revert the CI move to afl++ · 3a55cce1
      Matthew Fernandez authored
      We moved from building the latest version of AFL from source, to using the afl++
      package in Ubuntu Focal. However, this package lately does not seem to work.
      Specifically it is unable to find libgmp when used as a compiler in combination
      with CMake. Reverting to the old AFL setup appears to fix this.
      
      This reverts 49444277.
      3a55cce1
  4. Oct 19, 2020
  5. Oct 18, 2020
  6. Sep 29, 2020
  7. Sep 24, 2020
  8. Sep 20, 2020
    • Matthew Fernandez's avatar
      fix: remove double escaping in murphi2c · 0df3eb85
      Matthew Fernandez authored
      When emitting a print statement for a Murphi put statement of a string, the
      string was incorrectly escaped. The value in a Put node in this case is already
      naturally escaped, so needed no further escaping.
      0df3eb85
    • Matthew Fernandez's avatar
      fix print code for values in murphi2c · 4b7b5dfd
      Matthew Fernandez authored
      This seems to have been broken more or less forever, but apparently C compiler's
      accepted this as a non-prototyped function. This was exposed as an error by a
      recent transition to Apple clang version 12.0.0 which defaults to C99, requiring
      stricter rules around pre-prototyping functions. We should probably set a C
      standard explicitly during compilation in testing.
      4b7b5dfd
  9. Sep 14, 2020
  10. Sep 11, 2020
  11. Sep 07, 2020
  12. Sep 06, 2020
  13. Sep 05, 2020
  14. Aug 22, 2020