summary refs log tree commit diff
AgeCommit message (Collapse)Author
2015-09-15cosmeticsQuentin Carbonneaux
2015-09-15use argument array for all instructionsQuentin Carbonneaux
2015-09-15object files depend on lisc.hQuentin Carbonneaux
2015-09-15change Ref to a structQuentin Carbonneaux
2015-09-15move opdesc definitionQuentin Carbonneaux
2015-09-15fix some more parsing bugsQuentin Carbonneaux
2015-09-15patch jumps too in ssafixQuentin Carbonneaux
2015-09-15fix some parsing bug of phi nodesQuentin Carbonneaux
2015-09-15add pretty printing functionQuentin Carbonneaux
2015-09-15compile ssaQuentin Carbonneaux
2015-09-15update ssa moduleQuentin Carbonneaux
2015-09-15change phi nodes representationQuentin Carbonneaux
2015-09-15change example to hypothetical syntaxQuentin Carbonneaux
2015-09-15remove unused lo.cQuentin Carbonneaux
2015-09-15give blocks an idQuentin Carbonneaux
2015-09-15remove useless parameter in top,bot defQuentin Carbonneaux
2015-09-15update ssafix, still buggyQuentin Carbonneaux
2015-09-15compile the ssa moduleQuentin Carbonneaux
2015-09-15fix namingQuentin Carbonneaux
2015-09-15first blood at ssa reconstructionQuentin Carbonneaux
2015-09-15free old rpo information before overwritingQuentin Carbonneaux
2015-09-15add rpo information to functionsQuentin Carbonneaux
2015-09-15properly clear predecessors in fillpredsQuentin Carbonneaux
2015-09-15add predecessor computationQuentin Carbonneaux
2015-09-15fix multiple block definition checkQuentin Carbonneaux
2015-09-15add a Makefile in liscQuentin Carbonneaux
2015-09-15add gitignore in liscQuentin Carbonneaux
2015-09-15simplify proto MakefileQuentin Carbonneaux
2015-09-15update gitignore to new locationQuentin Carbonneaux
2015-09-15add c version of some testsQuentin Carbonneaux
2015-09-15move ml prototype in a subdirQuentin Carbonneaux
2015-09-15do not remove t subdir while cleaningQuentin Carbonneaux
2015-09-15cosmeticsQuentin Carbonneaux
2015-09-15forward decls of enums are not allowed in iso cQuentin Carbonneaux
2015-09-15factoring? in the lexerQuentin Carbonneaux
2015-09-15remove useless errstrQuentin Carbonneaux
2015-09-15rename branching cnd to jezQuentin Carbonneaux
2015-09-15fix commentQuentin Carbonneaux
2015-09-15add a sample programQuentin Carbonneaux
2015-09-15add commentsQuentin Carbonneaux
2015-09-15trivial bugsQuentin Carbonneaux
2015-09-15attempt to complete the crappy parserQuentin Carbonneaux
2015-09-15change references representationQuentin Carbonneaux
2015-09-15try writing a parser, painfulQuentin Carbonneaux
2015-09-15change name of test fileQuentin Carbonneaux
2015-09-15some new CQuentin Carbonneaux
2015-09-15add an untracked directoryQuentin Carbonneaux
2015-09-15bugfix in regalloc (Div,Rem) and in peuclQuentin Carbonneaux
2015-09-15attempt to implement euclide algorithmQuentin Carbonneaux
2015-09-15restore addition in testQuentin Carbonneaux