summary refs log tree commit diff
path: root/lisc
AgeCommit message (Expand)Author
2016-02-15better variable name in selcall()Quentin Carbonneaux
2016-02-15always print RACall with 3 digitsQuentin Carbonneaux
2016-02-15use arguments in mandelbrot testQuentin Carbonneaux
2016-02-15more fp calling conventionsQuentin Carbonneaux
2016-02-15be future proof in usage message :)Quentin Carbonneaux
2016-02-15fix comments in emitQuentin Carbonneaux
2016-02-15uniformize notations in mandelbrot testQuentin Carbonneaux
2016-02-15scale up the mandelbrot testQuentin Carbonneaux
2016-02-15quickly patch emit (fp load and store)Quentin Carbonneaux
2016-02-15initialize class correctly in pmgen()Quentin Carbonneaux
2016-02-15patch isel for store{s,d}Quentin Carbonneaux
2016-02-15completely hide xmm15Quentin Carbonneaux
2016-02-15more stressful test for fpQuentin Carbonneaux
2016-02-15partial fix argcls() in iselQuentin Carbonneaux
2016-02-15collect and emit fp constantsQuentin Carbonneaux
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