summary refs log tree commit diff
path: root/lisc
AgeCommit message (Expand)Author
2016-02-12test int syntax for one fp constantQuentin Carbonneaux
2016-02-12cut code, use scanf a little moreQuentin Carbonneaux
2016-02-12new syntax for float literalsQuentin Carbonneaux
2016-02-12scan ints using scanfQuentin Carbonneaux
2016-02-12fix harmless typo in iselQuentin Carbonneaux
2016-02-12use ICX{np,p} to clarify enum definitionsQuentin Carbonneaux
2016-02-11fixed the comparison issueQuentin Carbonneaux
2016-02-11update tests to new comparisonsQuentin Carbonneaux
2016-02-11fix the class for generated jumpsQuentin Carbonneaux
2016-02-11fix format string bug in fptox.cQuentin Carbonneaux
2016-02-11use new float comparison in testQuentin Carbonneaux
2016-02-11fp cmp fixes (highly untested)Quentin Carbonneaux
2016-02-09add one case in address matchingQuentin Carbonneaux
2016-02-04fix indent in emitQuentin Carbonneaux
2016-02-04more mac os compatibility in emitQuentin Carbonneaux
2016-02-04cheap rip relative hackQuentin Carbonneaux
2016-02-04re-enable all optimizationsQuentin Carbonneaux
2016-02-04cheaply integrate fp in mem.cQuentin Carbonneaux
2016-02-04comment in enum OpQuentin Carbonneaux
2016-02-04iterate correctly on blocks in spiller...Quentin Carbonneaux
2016-02-04re-add ssa constructionQuentin Carbonneaux
2016-02-04fix super old bug in rega!Quentin Carbonneaux
2016-02-04fix emit bugs for binopsQuentin Carbonneaux
2016-02-04fix hinting bug in spillerQuentin Carbonneaux
2016-02-04fix spill bug on return nodesQuentin Carbonneaux
2016-02-04fix typo in emit tablesQuentin Carbonneaux
2016-02-03fix call emissionQuentin Carbonneaux
2016-02-03add more spacesQuentin Carbonneaux
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