summary refs log tree commit diff
AgeCommit message (Collapse)Author
2015-12-10uniformize argument fixingQuentin Carbonneaux
2015-12-08fp constant loading must be done on phiQuentin Carbonneaux
2015-12-08wip on instruction selectionQuentin Carbonneaux
2015-12-08sanitize constants representationQuentin Carbonneaux
2015-12-01oops, fix typo bug in parse.cQuentin Carbonneaux
2015-12-01test fancy float notationQuentin Carbonneaux
2015-11-30plan work on iselQuentin Carbonneaux
2015-11-30more error reporting in parsedat()Quentin Carbonneaux
2015-11-30add a simple floating point testQuentin Carbonneaux
2015-11-30parse and print floating pointsQuentin Carbonneaux
2015-11-30cosmetics in the ABI documentQuentin Carbonneaux
2015-11-30update comment in ssa.cQuentin Carbonneaux
2015-11-30cosmetics in livenessQuentin Carbonneaux
2015-11-30change debug formatting in livenessQuentin Carbonneaux
2015-11-30fill class information in filluse()Quentin Carbonneaux
2015-11-30test livenessQuentin Carbonneaux
2015-11-30update liveness to work with fpQuentin Carbonneaux
2015-11-30there is a non-uniformity with "cls"Quentin Carbonneaux
2015-11-30change the wide bit to a class numberQuentin Carbonneaux
2015-11-30stores becomes storehQuentin Carbonneaux
2015-11-28make sign explicit in conversion namesQuentin Carbonneaux
2015-11-28start a plan for floating pointsQuentin Carbonneaux
2015-11-27disable optimizationsQuentin Carbonneaux
2015-11-27add sse regsQuentin Carbonneaux
2015-11-25add note about comparisons in spillQuentin Carbonneaux
2015-11-24signal error for failed compilationsQuentin Carbonneaux
2015-11-24nice compile script courtesy k0gaQuentin Carbonneaux
2015-11-24make mcc a python scriptQuentin Carbonneaux
2015-11-24add minic generated Euclide algorithmQuentin Carbonneaux
2015-11-23Tmp.phi must not be 0 for temporaries in phisQuentin Carbonneaux
2015-11-21add dominators construction testQuentin Carbonneaux
2015-11-20avoid having conflicting hints in regaQuentin Carbonneaux
2015-11-20wip on rega bug (sequel of last commit)Quentin Carbonneaux
2015-11-20fix spill bug in dopm()Quentin Carbonneaux
2015-11-19compile with debug info in mccQuentin Carbonneaux
2015-11-19start memopt(), still buggyQuentin Carbonneaux
2015-11-18support _ in identifiersQuentin Carbonneaux
2015-11-16tweak colors and sizes in mandelbrotQuentin Carbonneaux
2015-11-16start new example for minic (mandelbrot)Quentin Carbonneaux
2015-11-16uniformize looping on instructionsQuentin Carbonneaux
I am actually not sure if "i-b->ins < b->nins" is the best way, maybe the comparison with the last instruction is a little more efficient... At least it is uniform now.
2015-11-13improve the debug output of copy()Quentin Carbonneaux
2015-11-13fix buggy phi deletion in copy()Quentin Carbonneaux
2015-11-13this is a buggy shortcut!Quentin Carbonneaux
2015-11-13add initial version of copy eliminationQuentin Carbonneaux
2015-11-13export printref functionQuentin Carbonneaux
2015-11-13change debug of ABI to AQuentin Carbonneaux
2015-11-13fix a few bugs in filluse()Quentin Carbonneaux
2015-11-13change initial vector size to 2Quentin Carbonneaux
2015-11-13store the use locations for temporariesQuentin Carbonneaux
2015-11-11get rid of dead assignment in fix4.ssaQuentin Carbonneaux