2009-04-25 |
Vincent St-Amour | Added bitwise negation.
|
commit | commitdiff | tree |
2009-04-25 |
Vincent St-Amour | Fixed padding of literal values.
|
commit | commitdiff | tree |
2009-04-24 |
Vincent St-Amour | Bugfix: if the last case of a switch did not have a...
|
commit | commitdiff | tree |
2009-04-24 |
Vincent St-Amour | Got rid of most ad-hoc padding in the cfgs.
|
commit | commitdiff | tree |
2009-04-24 |
Vincent St-Amour | Added the int40 type, for internal purposes (32 by...
|
commit | commitdiff | tree |
2009-04-24 |
Vincent St-Amour | Added modulo for powers of 2.
|
commit | commitdiff | tree |
2009-04-24 |
Vincent St-Amour | Changed a couple typing rules, some to prenvent unexpected...
|
commit | commitdiff | tree |
2009-04-24 |
Vincent St-Amour | Added shifting, but only by literals, and even then...
|
commit | commitdiff | tree |
2009-04-21 |
Vincent St-Amour | Some error checking was added, and some cleanup was...
|
commit | commitdiff | tree |
2009-04-21 |
Vincent St-Amour | Fixed a bug related to array writes using FSR variables.
|
commit | commitdiff | tree |
2009-04-21 |
Vincent St-Amour | Fixed post(inc,dec)rementation. Used to return the...
|
commit | commitdiff | tree |
2009-04-21 |
Vincent St-Amour | Major bugfix (subtraction) and changes (movff, literal...
|
commit | commitdiff | tree |
2009-04-21 |
Vincent St-Amour | Fixed a bug with literals as first arguments of operators...
|
commit | commitdiff | tree |
2009-04-20 |
Vincent St-Amour | Corrected multi-byte comparisons, which now work.
|
commit | commitdiff | tree |
2009-04-20 |
Vincent St-Amour | Changed the type system to have implicit casts (promotion...
|
commit | commitdiff | tree |
2009-04-16 |
Vincent St-Amour | Added 8 bits by 16 bits multiplication (and its reverse...
|
commit | commitdiff | tree |
2009-04-06 |
Vincent St-Amour | Cleanup.
|
commit | commitdiff | tree |
2009-04-06 |
Vincent St-Amour | Support for predefined routines has been added. Predefined...
|
commit | commitdiff | tree |
2009-02-28 |
Vincent St-Amour | Corrected the parser to respect the C standard (and...
|
commit | commitdiff | tree |
2008-12-29 |
Vincent St-Amour | Cleanup related to array syntaxes.
|
commit | commitdiff | tree |
2008-12-29 |
Vincent St-Amour | Unified both array syntaxes, both are now operators...
|
commit | commitdiff | tree |
2008-12-22 |
Vincent St-Amour | Serious bugfix : when optimizing accesses to addresses...
|
commit | commitdiff | tree |
2008-12-21 |
Vincent St-Amour | corrected a minor bug : the argument to the dereference...
|
commit | commitdiff | tree |
2008-12-21 |
Vincent St-Amour | Simple dereference syntax has been added, which makes...
|
commit | commitdiff | tree |
2008-12-21 |
Vincent St-Amour | Minor correction, SIXPIC_FSR1 and 2 did not work. Now...
|
commit | commitdiff | tree |
2008-12-21 |
Vincent St-Amour | Both array mutation and array reference now work.
|
commit | commitdiff | tree |
2008-12-16 |
Vincent St-Amour | Arrays in the lhs of assignment seem to work. FSR0...
|
commit | commitdiff | tree |
2008-12-15 |
Vincent St-Amour | Special variables (variables which have special meaning...
|
commit | commitdiff | tree |
2008-11-12 |
Vincent St-Amour | Multiple-byte values now work, and they can get along...
|
commit | commitdiff | tree |
2008-10-12 |
Vincent St-Amour | Added an optimization which removes conditional instructions...
|
commit | commitdiff | tree |
2008-10-12 |
Vincent St-Amour | Added && and ||, and changed the type system a little...
|
commit | commitdiff | tree |
2008-10-12 |
Vincent St-Amour | Fixed most of the condition system.
|
commit | commitdiff | tree |
2008-10-11 |
Vincent St-Amour | Condition system partially fixed.
|
commit | commitdiff | tree |
2008-10-09 |
Vincent St-Amour | Added continue.
|
commit | commitdiff | tree |
2008-10-09 |
Vincent St-Amour | Miscellaneous bug fixes for switch.
|
commit | commitdiff | tree |
2008-10-08 |
Vincent St-Amour | Fixed the cascade bug that broke switches. The original...
|
commit | commitdiff | tree |
2008-10-07 |
Vincent St-Amour | Working switch prototype.
|
commit | commitdiff | tree |
2008-10-05 |
Vincent St-Amour | Cascade optimization was changed to skip empty bbs.
|
commit | commitdiff | tree |
2008-10-05 |
Vincent St-Amour | Switch prototype close to working.
|
commit | commitdiff | tree |
2008-10-05 |
Vincent St-Amour | Goto problem solved. Gotos now look like they work...
|
commit | commitdiff | tree |
2008-10-05 |
Vincent St-Amour | Preservation of named blocks works.
|
commit | commitdiff | tree |
2008-10-05 |
Vincent St-Amour | Preservation of named blocks to cfgs nearly done.
|
commit | commitdiff | tree |
2008-10-04 |
Vincent St-Amour | Split the code into different files.
|
commit | commitdiff | tree |
2008-10-04 |
Vincent St-Amour | The parser now preserves named blocks. Now to propagate...
|
commit | commitdiff | tree |
2008-10-04 |
Vincent St-Amour | Did another attempt to structure the ast of a switch...
|
commit | commitdiff | tree |
2008-10-04 |
Vincent St-Amour | The switch-case parser is unreadable.
|
commit | commitdiff | tree |
2008-09-24 |
Vincent St-Amour | Initial commit.
|
commit | commitdiff | tree |