summary refs log tree commit diff
path: root/lisc/ssa.c
AgeCommit message (Expand)Author
2015-09-15use argument array for all instructionsQuentin Carbonneaux
2015-09-15change Ref to a structQuentin Carbonneaux
2015-09-15patch jumps too in ssafixQuentin Carbonneaux
2015-09-15update ssa moduleQuentin 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-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