Skip to content
Snippets Groups Projects
  1. Nov 28, 2013
  2. Nov 25, 2013
  3. Oct 23, 2013
    • Erwan Jahier's avatar
      A tentative to fix a bug in clock checking appearing in a program of · cc1ab2b7
      Erwan Jahier authored
      Timothy Bourke (trigerred where the clock of some args are some other
      args and when the names of variables are shared between the caller
      and the callee).
      
      The problem is in UnifyClock.f or (in evalClock.ml) ; the current
      change in evalClock.ml fixes the pb in Tim's program, but I suspect
      it is still buggy.
      cc1ab2b7
  4. Jun 03, 2013
  5. May 31, 2013
  6. May 22, 2013
    • Erwan Jahier's avatar
      Fix a bug when expanding nodes (-en). A Node that calls a node that · 499a3f47
      Erwan Jahier authored
      itself calls another node on a non-trivial clock (i.e., using a when)
      was not producing correct code.
      
      I've fixed this by performing the fix-point on nodes rather than on
      equations. Indeed its more natural and efficient, and it avoid the
      problem above. However, I did not really fix the problem, but just
      turn around it. All tests seems to work fine though.
      
      nb : #FAILS=81->80 (and -2 unresolved, but because I fixed the prog)
      499a3f47
  7. Apr 22, 2013
  8. Jan 29, 2013
  9. Jan 25, 2013
  10. Jan 24, 2013
  11. Jan 11, 2013
  12. Dec 11, 2012
    • Erwan Jahier's avatar
      Un petit bilan des changements effectués par Pascal · dce00f59
      Erwan Jahier authored
      + remise en place du souk qu'il a mis dans le repertoire test.
      
      - il a commencé à rajouter le CondAct (tout est parti de la en fait...)
      - il a coupé le LazyCompiler en morceaux
      
      Pour cela, il a créé un nouveau module LicPrg qui définit la
      structure de données (SDD) en sortie du LazyCompiler. Ensuite, les
      diverses tranformations src2src sont faites à partir de cette SDD.
      
      - il a débranché (temporairement) l'expansion de noeud et de array/structure
      
      - il a débranché ma pseudo inférence de type et a mis à la place une
      vérification de types.
      
      - Le traitement du polymorphisme est effectué via une transfo src2src
      dans DoNoPoly (que je vais renommer en RmPoly)
      
      --------------------------------------------------------------------------
      Par ailleurs,
      
      J'ai créé un todo.org et un README.org que je vais essayer de tenir à jour.
      
      nb: les tests ne passent toujours bien sur.
      dce00f59
  13. Aug 08, 2012
  14. Jul 07, 2012
  15. Jul 06, 2012
  16. Jul 04, 2012
  17. Jul 03, 2012
  18. May 19, 2011
  19. Aug 19, 2010
    • Erwan Jahier's avatar
      When including files with a relative path, consider it as relative to · 248cdbe4
      Erwan Jahier authored
      the includer file, instead of the compiling directory.
      
      Also, avoid loops when including files.
      
      Add a --nonreg-test option that prevent the compiler to print file
      name paths in error messages. Indeed, this change makes all file
      names absolute, which complicates the non-regression tests automatic
      perusal.
      248cdbe4
  20. Jul 02, 2010
  21. May 05, 2010
  22. Jan 20, 2010
  23. Mar 09, 2009
  24. Mar 04, 2009
  25. Feb 11, 2009
    • Erwan Jahier's avatar
      Various fixes for the lv4 backend: · 672af392
      Erwan Jahier authored
       - expr such as "current x,y" should be written "current (x,y)"
       - abstract   struct  or   array   types  were   handled  as   extern
         types, which  prevent the struct  and array expanser to  work them
         out. In order to fix that, I have added an Abstract_type_eff variant
         to Eff.type_ which contains the concerte type.
      672af392
  26. Feb 05, 2009
  27. Jan 30, 2009
  28. Sep 17, 2008
  29. Sep 15, 2008
  30. Jul 18, 2008
  31. Jun 09, 2008
  32. Jun 05, 2008
  33. Jun 03, 2008
  34. Jun 02, 2008
  35. May 30, 2008
  36. May 28, 2008
    • Erwan Jahier's avatar
      Dissallow (in the parser) the possibility to define anonymous struct · f3593fa0
      Erwan Jahier authored
      (which was not supported anyway).
      
      Fix all  the nonreg  test input  files to conform  to new  the struct
      syntax (and  re-indent them sometimes). Since that  fixed some compil
      errors, it also revealed quite a lot of other type errors!  Therefore
      I have also fixed the nonreg test input files so that they compile.
      f3593fa0
Loading