Skip to content
Snippets Groups Projects
  1. Nov 28, 2008
  2. Nov 26, 2008
  3. Nov 25, 2008
    • Erwan Jahier's avatar
      Make sure that created node ident are valid and unique. · 403368c4
      Erwan Jahier authored
      To  do  that, we  centralized  the ident  name  creation  into a  new
      dedicated module Name.
      
      + fix should_work/NONREG/param_node.lus, we contained a combinational loop.
      403368c4
    • Erwan Jahier's avatar
      Replace constants by their values. · 3f2aa6c4
      Erwan Jahier authored
      The rationale for this change is that this is necessary for constants
      appearing static  arg to  be replaced. One  problem is that  they are
      handled in exactly  the same way as top-level  constants, which could
      be left  un-expanded. I could make  something in order  to not expand
      those top-levelconstants, but is it worth the trouble ?
      
      To do that,  I have changed sligthly the  representation of Eff.ARRAY
      (the elements  are now  attached to the  constructor itself,  and the
      operands  is empty)  and  the one  of  array constant  (we attach  to
      Array_const_eff  a  list  instead  of  an  array,  for  the  sake  of
      homogeneity) with what is done in Eff.val_eff.
      3f2aa6c4
  4. Nov 21, 2008
  5. Nov 20, 2008
  6. Nov 04, 2008
  7. Nov 03, 2008
  8. Oct 27, 2008
  9. Oct 24, 2008
  10. Oct 23, 2008
  11. Oct 22, 2008
  12. Sep 17, 2008
  13. Sep 15, 2008
  14. Sep 02, 2008
  15. Sep 01, 2008
  16. Aug 29, 2008
  17. Aug 28, 2008
  18. Aug 26, 2008
Loading