Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-15 | add pressure in left block of alt.ssa | Quentin Carbonneaux | |
2015-09-15 | add fun example! | Quentin Carbonneaux | |
2015-09-15 | fix some instruction emitting code | Quentin Carbonneaux | |
2015-09-15 | start work on spiller | Quentin Carbonneaux | |
2015-09-15 | define curi as a global too | Quentin Carbonneaux | |
2015-09-15 | single bit bitfield needs to be unsigned | Quentin Carbonneaux | |
2015-09-15 | fix small type issues | Quentin Carbonneaux | |
2015-09-15 | start simple work on isel | Quentin Carbonneaux | |
2015-09-15 | export error functions | Quentin Carbonneaux | |
2015-09-15 | rename mod to rem | Quentin Carbonneaux | |
2015-09-15 | remove useless typedefs | Quentin Carbonneaux | |
2015-09-15 | cosmetics | Quentin Carbonneaux | |
2015-09-15 | move main function out of parse.c | Quentin Carbonneaux | |
2015-09-15 | fix allocation bug | Quentin Carbonneaux | |
2015-09-15 | simplify liveness | Quentin Carbonneaux | |
2015-09-15 | do not use _ in identifiers | Quentin Carbonneaux | |
2015-09-15 | fix phi handling in liveness | Quentin Carbonneaux | |
2015-09-15 | add rpo test and some liveness code | Quentin Carbonneaux | |
2015-09-15 | add tests for ssa fixing | Quentin Carbonneaux | |
2015-09-15 | simplify block handling | Quentin Carbonneaux | |
2015-09-15 | cosmetics | Quentin Carbonneaux | |
2015-09-15 | use argument array for all instructions | Quentin Carbonneaux | |
2015-09-15 | object files depend on lisc.h | Quentin Carbonneaux | |
2015-09-15 | change Ref to a struct | Quentin Carbonneaux | |
2015-09-15 | move opdesc definition | Quentin Carbonneaux | |
2015-09-15 | fix some more parsing bugs | Quentin Carbonneaux | |
2015-09-15 | patch jumps too in ssafix | Quentin Carbonneaux | |
2015-09-15 | fix some parsing bug of phi nodes | Quentin Carbonneaux | |
2015-09-15 | add pretty printing function | Quentin Carbonneaux | |
2015-09-15 | compile ssa | Quentin Carbonneaux | |
2015-09-15 | update ssa module | Quentin Carbonneaux | |
2015-09-15 | change phi nodes representation | Quentin Carbonneaux | |
2015-09-15 | change example to hypothetical syntax | Quentin Carbonneaux | |
2015-09-15 | remove unused lo.c | Quentin Carbonneaux | |
2015-09-15 | give blocks an id | Quentin Carbonneaux | |
2015-09-15 | remove useless parameter in top,bot def | Quentin Carbonneaux | |
2015-09-15 | update ssafix, still buggy | Quentin Carbonneaux | |
2015-09-15 | compile the ssa module | Quentin Carbonneaux | |
2015-09-15 | fix naming | Quentin Carbonneaux | |
2015-09-15 | first blood at ssa reconstruction | Quentin Carbonneaux | |
2015-09-15 | free old rpo information before overwriting | Quentin Carbonneaux | |
2015-09-15 | add rpo information to functions | Quentin Carbonneaux | |
2015-09-15 | properly clear predecessors in fillpreds | Quentin Carbonneaux | |
2015-09-15 | add predecessor computation | Quentin Carbonneaux | |
2015-09-15 | fix multiple block definition check | Quentin Carbonneaux | |
2015-09-15 | add a Makefile in lisc | Quentin Carbonneaux | |
2015-09-15 | add gitignore in lisc | Quentin Carbonneaux | |
2015-09-15 | simplify proto Makefile | Quentin Carbonneaux | |
2015-09-15 | update gitignore to new location | Quentin Carbonneaux | |
2015-09-15 | add c version of some tests | Quentin Carbonneaux | |