Skip to content
  • xleroy's avatar
    - Support "switch" statements over 64-bit integers · 17f51965
    xleroy authored
      (in CompCert C to Cminor, included)
    - Translation of "switch" to decision trees or jumptables made generic
      over the sizes of integers and moved to the Cminor->CminorSel pass
      instead of CminorSel->RTL as before.
    - CminorSel: add "exitexpr" to support the above.
    - ValueDomain: more precise analysis of comparisons against an integer
      literal.  E.g. "x >=u 0" is always true.
    
    
    git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2565 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
    17f51965