summary refs log tree commit diff
path: root/lisc
AgeCommit message (Expand)Author
2016-02-03add tool to show ieee representationsQuentin Carbonneaux
2016-02-03fix the double testQuentin Carbonneaux
2016-02-03finish emit lifting, seems ok nowQuentin Carbonneaux
2016-02-03more revamp in emitQuentin Carbonneaux
2016-02-02document emit formatQuentin Carbonneaux
2016-01-29start emit simplificationQuentin Carbonneaux
2016-01-29add cheapo static assert in iselQuentin Carbonneaux
2016-01-29compile regaQuentin Carbonneaux
2016-01-29more fp integration in regaQuentin Carbonneaux
2016-01-28cosmeticsQuentin Carbonneaux
2016-01-28use macros for OXxx and OXxx1Quentin Carbonneaux
2016-01-28start fp integration in regaQuentin Carbonneaux
2016-01-28remove constant NRegQuentin Carbonneaux
2016-01-28fix non-updated limit() call in spillerQuentin Carbonneaux
2016-01-22fix spacingQuentin Carbonneaux
2016-01-22fix wrong assumption in spill.cQuentin Carbonneaux
2016-01-05enable new spilling passQuentin Carbonneaux
2016-01-04compile spill.cQuentin Carbonneaux
2016-01-04force warning with XMM15 in rsave[]Quentin Carbonneaux
2016-01-04fix dopm() in spillQuentin Carbonneaux
2016-01-03index() conflicts with string.h on freebsdOri Bernstein
2016-01-03change design in spill.cQuentin Carbonneaux
2015-12-27go verbose in parse.cQuentin Carbonneaux
2015-12-27get rid of the Ty enumQuentin Carbonneaux
2015-12-27more work on spill, not elegantQuentin Carbonneaux
2015-12-25wip fp lifting in spill.c, pheeewQuentin Carbonneaux
2015-12-25get rid of TYS() macroQuentin Carbonneaux
2015-12-23missing case in tmpuse() of spillerQuentin Carbonneaux
2015-12-23purify test logic in livenessQuentin Carbonneaux
2015-12-18delete callclb altogetherQuentin Carbonneaux
2015-12-18enable call handling in livenessQuentin Carbonneaux
2015-12-18make call{def,use} fp awareQuentin Carbonneaux
2015-12-18fix isel typoQuentin Carbonneaux
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