Now skips the generation of useless bitwise operations (& 0, &#xff, etc).
commitc4caa9876861d3226f10de9286585490c57d7ee4
authorVincent St-Amour <stamourv@dino13.iro.umontreal.ca>
Fri, 5 Jun 2009 19:35:41 +0000 (5 15:35 -0400)
committerVincent St-Amour <stamourv@dino13.iro.umontreal.ca>
Fri, 5 Jun 2009 19:35:41 +0000 (5 15:35 -0400)
treeff7e113a87baaa98f298e9d91dcdedf2f17170a3
parent61b6a92db3038797b50ce32ee1d202b11928d592
Now skips the generation of useless bitwise operations (& 0, &#xff, etc).
Corrected a bug in the display of the PICOBIT stack.
Added some tests to the repository.
cfg.scm
code-generation.scm
pic18-sim.scm
register-allocation.scm
tests/arrays/banks.c [new file with mode: 0644]
tests/control-structures/comp-lit-1st-arg.c [new file with mode: 0644]
tests/control-structures/multi-byte-comparison.c [new file with mode: 0644]
tests/math/16bits-plus.c [new file with mode: 0644]
tests/math/bitwise.c
tests/math/lshift.c