summary refs log tree commit diff
path: root/lisc
AgeCommit message (Expand)Author
2016-02-24do not print null offsetsQuentin Carbonneaux
2016-02-24fix swapped operands on emitcopy() callQuentin Carbonneaux
2016-02-24prepare for big structs passing codeQuentin Carbonneaux
2016-02-24support memory class arguemntsQuentin Carbonneaux
2016-02-24oh oh, subs are not folded!Quentin Carbonneaux
2016-02-24simply use memset to 0 stuffQuentin Carbonneaux
2016-02-24oops, phi nodes rewrite for fast locals was trashedQuentin Carbonneaux
2016-02-23add fun example, does not compile yetQuentin Carbonneaux
2016-02-23cosmetics in isel.cQuentin Carbonneaux
2016-02-23print new jump instructionsQuentin Carbonneaux
2016-02-23fix uninitialized variable in selpar()Quentin Carbonneaux
2016-02-23patch return, might not workQuentin Carbonneaux
2016-02-22fix buggy name changes in iselQuentin Carbonneaux
2016-02-22simplify emit tableQuentin Carbonneaux
2016-02-22cosmeticsQuentin Carbonneaux
2016-02-22use isstore() in parserQuentin Carbonneaux
2016-02-21do not spill dead phisQuentin Carbonneaux
2016-02-21complete fp support for small structsQuentin Carbonneaux
2016-02-21genius or idiot?Quentin Carbonneaux
2016-02-19add lexing sugar for backward compatibilityQuentin Carbonneaux
2016-02-18stop using OXxx1 and use new OLoadQuentin Carbonneaux
2016-02-18use classes in arg classificationQuentin Carbonneaux
2016-02-18complete argcls (pretty ugly...)Quentin Carbonneaux
2016-02-18start completing the fp abiQuentin Carbonneaux
2016-02-16fix dumb bug found by Andrew ChambersQuentin Carbonneaux
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