Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'codegen-alex' into codegen-alex-opt | Alex AUVOLAT | 2014-01-08 | 8 | -24/+254 |
|\ | |||||
| * | Added args1 and args2 test. | Alex AUVOLAT | 2014-01-08 | 4 | -0/+32 |
| * | Added tests for multiple inheritance. | Alex AUVOLAT | 2014-01-08 | 8 | -24/+254 |
| * | Merge branch 'master' into codegen-alex | Alex AUVOLAT | 2014-01-07 | 2 | -1/+1 |
| |\ | |||||
* | | | Document. | Alex AUVOLAT | 2014-01-07 | 1 | -14/+18 |
* | | | Merge branch 'master' into codegen-alex-opt | Alex AUVOLAT | 2014-01-07 | 2 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Reject casts from **A to **B, even if B is a superclass of A. | Alex AUVOLAT | 2014-01-07 | 1 | -0/+1 |
| * | | Delete test.cpp | Alex AUVOLAT | 2014-01-06 | 1 | -1/+0 |
* | | | Merge branch 'codegen-alex' into codegen-alex-opt | Alex AUVOLAT | 2014-01-06 | 2 | -85/+42 |
|\ \ \ | | |/ | |/| | |||||
| * | | Nothing, use { x with ... } | Alex AUVOLAT | 2014-01-06 | 1 | -13/+10 |
| * | | Merge branch 'master' into codegen-alex | Alex AUVOLAT | 2014-01-06 | 1 | -49/+29 |
| |\| | |||||
| | * | Use { x with ... }, excellent ! | Alex AUVOLAT | 2014-01-06 | 1 | -49/+29 |
| * | | Update makefile | Alex AUVOLAT | 2014-01-05 | 1 | -1/+1 |
* | | | Merge branch 'codegen-alex' into codegen-alex-opt | Alex AUVOLAT | 2014-01-05 | 2 | -2/+38 |
|\| | | |||||
| * | | Handle EQIdent properl | Alex AUVOLAT | 2014-01-05 | 1 | -2/+6 |
| * | | Merge branch 'master' into codegen-alex | Alex AUVOLAT | 2014-01-05 | 3 | -5/+37 |
| |\| | |||||
| | * | Handle EQIdent (expressions such as A::x and A::f(x, y) | Alex AUVOLAT | 2014-01-05 | 3 | -4/+36 |
| * | | Merge branch 'master' into codegen-alex | Alex AUVOLAT | 2014-01-05 | 1 | -2/+1 |
| |\| | |||||
* | | | Merge branch 'master' into codegen-alex-opt | Alex AUVOLAT | 2014-01-05 | 1 | -2/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Makefile update | Alex AUVOLAT | 2014-01-05 | 1 | -2/+1 |
* | | | New optimization : some variables are put into registers. | Alex AUVOLAT | 2013-12-29 | 3 | -71/+137 |
* | | | Minor style changes. | Alex AUVOLAT | 2013-12-28 | 1 | -96/+108 |
* | | | Minor style changes. | Alex AUVOLAT | 2013-12-28 | 1 | -17/+31 |
* | | | Optimize calculation order for arguments. | Alex AUVOLAT | 2013-12-28 | 1 | -26/+69 |
* | | | Optimizations and refactoring. | Alex AUVOLAT | 2013-12-28 | 2 | -47/+96 |
* | | | Finished... more or less. | Alex AUVOLAT | 2013-12-28 | 1 | -10/+18 |
* | | | More optimizations. Still has bugs. | Alex AUVOLAT | 2013-12-27 | 1 | -66/+88 |
* | | | Added a test ; bug corrections ; more optimizations. | Alex AUVOLAT | 2013-12-27 | 3 | -42/+71 |
* | | | Optimize : use regs for argument passing. Still has bugs. | Alex AUVOLAT | 2013-12-27 | 3 | -81/+168 |
* | | | Prepared for passing arguments in registers. | Alex AUVOLAT | 2013-12-26 | 3 | -71/+127 |
* | | | Optimization. | Alex AUVOLAT | 2013-12-26 | 2 | -94/+149 |
| |/ |/| | |||||
* | | Fuck yeah all tests pass. | Alex AUVOLAT | 2013-12-26 | 4 | -106/+173 |
* | | Begin code generation (many bugs...) | Alex AUVOLAT | 2013-12-25 | 7 | -66/+428 |
|/ | |||||
* | correct testing script | Alex AUVOLAT | 2013-12-25 | 1 | -2/+2 |
* | Implémentation de l'héritage multiple (au niveau du typage) | Alex AUVOLAT | 2013-12-20 | 9 | -144/+198 |
* | Tab to spaces | Alex AUVOLAT | 2013-12-17 | 1 | -131/+131 |
* | Transforme tabs en espaces | Alex AUVOLAT | 2013-12-17 | 1 | -491/+491 |
* | Abandon de l'héritage multiple ; héritage simple mis en place. | Alex AUVOLAT | 2013-12-16 | 5 | -119/+202 |
* | Corrected parsing bug ; give unique identifiers to functions. | Alex AUVOLAT | 2013-12-16 | 2 | -18/+46 |
* | Correct error message error. | Alex AUVOLAT | 2013-12-10 | 1 | -1/+1 |
* | Many things. Remains : inheritance. | Alex AUVOLAT | 2013-12-10 | 3 | -102/+105 |
* | Added rudimentary support for typing class-using expressions ; bug corrections. | Alex AUVOLAT | 2013-12-09 | 3 | -132/+352 |
* | Cleanup | Alex AUVOLAT | 2013-12-09 | 1 | -4/+4 |
* | Corrected many bugs, improved error reporting. | Alex AUVOLAT | 2013-12-06 | 6 | -100/+139 |
* | Messages d'erreur plus explicites. | Alex AUVOLAT | 2013-12-05 | 1 | -17/+22 |
* | Meilleur module Mips | Alex AUVOLAT | 2013-12-05 | 2 | -226/+425 |
* | Meilleur gestion des erreurs. | Alex AUVOLAT | 2013-12-05 | 4 | -70/+70 |
* | Added tests. | Alex AUVOLAT | 2013-12-05 | 73 | -0/+664 |
* | Added tests, corrected two failed tests. | Alex AUVOLAT | 2013-12-05 | 11 | -83/+21 |
* | Rien. | Alex AUVOLAT | 2013-12-05 | 3 | -3/+5 |