Skip to content
Snippets Groups Projects
  1. Sep 02, 2010
  2. Sep 01, 2010
  3. Aug 18, 2010
    • xleroy's avatar
      Merge of branches/full-expr-4: · a15858a0
      xleroy authored
      - Csyntax, Csem: source C language has side-effects within expressions,
        performs implicit casts, and has nondeterministic reduction semantics
        for expressions
      - Cstrategy: deterministic red. sem. for the above
      - Clight: the previous source C language, with pure expressions.
        Added: temporary variables + implicit casts.
      - New pass SimplExpr to pull side-effects out of expressions
        (previously done in untrusted Caml code in cparser/)
      - Csharpminor: added temporary variables to match Clight.
      - Cminorgen: adapted, removed cast optimization (moved to back-end)
      - CastOptim: RTL-level optimization of casts
      - cparser: transformations Bitfields, StructByValue and StructAssign
        now work on non-simplified expressions
      - Added pretty-printers for several intermediate languages,
        and matching -dxxx command-line flags.
      
      
      
      git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1467 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
      a15858a0
  4. Jul 08, 2010
  5. May 10, 2010
  6. Apr 17, 2010
  7. Apr 09, 2010
  8. Apr 07, 2010
  9. Apr 02, 2010
  10. Apr 01, 2010
  11. Mar 30, 2010
  12. Mar 28, 2010
  13. Mar 13, 2010
  14. Mar 08, 2010
  15. Mar 03, 2010
  16. Mar 02, 2010
  17. Feb 17, 2010
  18. Jan 13, 2010
  19. Dec 16, 2009
  20. Nov 01, 2009
  21. Sep 15, 2009
  22. Aug 21, 2009
  23. Aug 16, 2009
  24. Jan 11, 2009
  25. Jan 07, 2009
  26. Jan 05, 2009
  27. Dec 31, 2008
  28. Aug 09, 2008
  29. Jul 31, 2008
  30. Jul 25, 2008
Loading