Skip to content
Snippets Groups Projects
  1. Jul 05, 2000
  2. Jul 04, 2000
  3. Jul 03, 2000
  4. Jul 02, 2000
    • sven.panne@aedion.de's avatar
      [project @ 2000-07-02 19:23:21 by panne] · 786b2e7b
      sven.panne@aedion.de authored
      Removed -noC flag, which has vanished from the driver
      786b2e7b
    • sven.panne@aedion.de's avatar
      [project @ 2000-07-02 18:59:10 by panne] · 2a0ffd1c
      sven.panne@aedion.de authored
      Don't use addr2Integer for large integral literals anymore, use a
      Horner schema with numbers in the Int range instead. This improves
      constant folding, so e.g.  (0x87654321 :: Word32) is evaluated at
      compile time now. In theory we can completely say Good-bye to
      addr2Integer, but for the time being it's still there. Feel free to
      nuke it...  >:-)
      2a0ffd1c
    • sven.panne@aedion.de's avatar
      [project @ 2000-07-02 18:50:24 by panne] · d781517f
      sven.panne@aedion.de authored
      Don't warn the user about integer overflow during constant folding
      anymore. It's not done at runtime either, and compilation of
      completely harmless things like
      
         ((124076834 :: Word32) + (2147483647 :: Word32))
      
      yielded a warning.
      d781517f
  5. Jun 30, 2000
  6. Jun 29, 2000
Loading