summary refs log tree commit diff
path: root/lisc/Makefile
AgeCommit message (Expand)Author
2016-02-03finish emit lifting, seems ok nowQuentin Carbonneaux
2016-01-29compile regaQuentin Carbonneaux
2016-01-04compile spill.cQuentin Carbonneaux
2015-12-08wip on instruction selectionQuentin Carbonneaux
2015-11-30update liveness to work with fpQuentin Carbonneaux
2015-11-30change the wide bit to a class numberQuentin Carbonneaux
2015-11-27disable optimizationsQuentin Carbonneaux
2015-11-19start memopt(), still buggyQuentin Carbonneaux
2015-11-13add initial version of copy eliminationQuentin Carbonneaux
2015-10-05factor some utility functions/data in util.cQuentin Carbonneaux
2015-09-15use unison default choicesQuentin Carbonneaux
2015-09-15synchronize large doc with unisonQuentin Carbonneaux
2015-09-15update emit to the new settingQuentin Carbonneaux
2015-09-15more modifications to regaQuentin Carbonneaux
2015-09-15add a size to all operations (wip)Quentin Carbonneaux
2015-09-15major lifting: get rid of RRegQuentin Carbonneaux
2015-09-15use correct sizes during reg allocationQuentin Carbonneaux
2015-09-15use a new Ref type for registersQuentin Carbonneaux
2015-09-15start change of representation for registersQuentin Carbonneaux
2015-09-15compile emit moduleQuentin Carbonneaux
2015-09-15initiate work on reg allocationQuentin Carbonneaux
2015-09-15this makefile fu was uselessQuentin Carbonneaux
2015-09-15always preserve last buildQuentin Carbonneaux
2015-09-15start working with loops in spill.cQuentin Carbonneaux
2015-09-15single bit bitfield needs to be unsignedQuentin Carbonneaux
2015-09-15start simple work on iselQuentin Carbonneaux
2015-09-15move main function out of parse.cQuentin Carbonneaux
2015-09-15add rpo test and some liveness codeQuentin Carbonneaux
2015-09-15object files depend on lisc.hQuentin Carbonneaux
2015-09-15compile ssaQuentin Carbonneaux
2015-09-15change phi nodes representationQuentin Carbonneaux
2015-09-15compile the ssa moduleQuentin Carbonneaux
2015-09-15add a Makefile in liscQuentin Carbonneaux