Skip to content
Snippets Groups Projects
  1. Jan 22, 2022
  2. Jan 17, 2022
  3. Dec 07, 2020
  4. Dec 03, 2020
  5. Nov 16, 2020
  6. Nov 14, 2020
  7. Nov 09, 2020
  8. Nov 08, 2020
  9. Nov 07, 2020
  10. Nov 06, 2020
  11. Nov 01, 2020
  12. Oct 30, 2020
    • Xavier Leroy's avatar
      Add -main option to specify entrypoint function in interpreter mode (#374) · b1b853a2
      Xavier Leroy authored
      When running unit tests with the CompCert reference interpreter, it's nice to be able to start execution at a given test function instead of having to write a main function.
      
      This PR adds a -main command-line option to give the name of the entry point function. The default is still main. Frama-C has a similar option.
      
      The function specified with -main is called with no arguments. If its return type is int, its return value is the exit status of the program. Otherwise, its return value is ignored and the program exits with status 0.
      b1b853a2
  13. Oct 12, 2020
  14. Oct 05, 2020
    • Xavier Leroy's avatar
      Support Cygwin 64 bits · 26ddb902
      Xavier Leroy authored
      - Add support for the Win64 ABI to the x86_64 port
      - Update vararg support to handle Win64 conventions
      - Configure support for x86_64-cygwin64
      26ddb902
  15. Sep 22, 2020
  16. Sep 21, 2020
  17. Sep 20, 2020
  18. Sep 18, 2020
  19. Aug 04, 2020
  20. Jul 30, 2020
  21. Jul 29, 2020
    • Xavier Leroy's avatar
      Remove support for x86-32 under macOS · 338509ae
      Xavier Leroy authored
      32-bit executables cannot be built since XCode 10.0 (sep 2018).
      32-bit executables cannot be executed since MacOS 10.15 (oct 2019).
      Better remove x86-32 support and fail at configuration time instead of
      at the end of the build.
      338509ae
  22. Jul 27, 2020
Loading