| commit | cb1c9ef38c9db11db927096a45b10cda52786481 | [log] [tgz] |
|---|---|---|
| author | Jack Palevich <jackpal@google.com> | Thu May 14 11:38:49 2009 -0700 |
| committer | Jack Palevich <jackpal@google.com> | Thu May 14 14:27:06 2009 -0700 |
| tree | 5a6816bc3877af9cddb86519e4e0d730d1da9b40 | |
| parent | 11f6b92818ff252dc339ca307641bd6fecdcd915 [diff] |
ACC ARM code gen improvements. printf("Hello, world\n"); works!
+ Improved li to handle all 32-bit values.
+ Implemented push/pop of temp registers during evaluation
+ Implemented the unary and binary easy math operators (+,-,*,<<,>>,|,&,^,~)
+ Implemented global function calling.