Fixed a bug in the constant folding regarding the width of the
commit61b6a92db3038797b50ce32ee1d202b11928d592
authorVincent St-Amour <stamourv@dino13.iro.umontreal.ca>
Thu, 4 Jun 2009 20:02:11 +0000 (4 16:02 -0400)
committerVincent St-Amour <stamourv@dino13.iro.umontreal.ca>
Thu, 4 Jun 2009 20:02:11 +0000 (4 16:02 -0400)
tree4a8840e58f2ffc86e708b45e03d1caefb9bb80b2
parent04775b17dd1be3ae9b53e9c58d23569509f9a092
Fixed a bug in the constant folding regarding the width of the
resulting values.
Fixed a bug with multi-byte comparisons using padded values.
Additions or subtractions (without carry or borrow) of 0 are
eliminated.
ast.scm
cfg.scm
code-generation.scm
operators.scm
parser.scm