summary refs log tree commit diff
AgeCommit message (Collapse)Author
2016-03-18more thorough abi testingQuentin Carbonneaux
2016-03-18oops, nul terminate string tokensQuentin Carbonneaux
2016-03-18lamely handle swap of sse registersQuentin Carbonneaux
2016-03-18handle padding correctly in typesQuentin Carbonneaux
2016-03-18set eax before call (for variadics...)Quentin Carbonneaux
2016-03-18tentative support of calls with struct returnQuentin Carbonneaux
2016-03-18factor return registers computationQuentin Carbonneaux
2016-03-18small fixes in selcall()Quentin Carbonneaux
* Floating point return values are now handled correctly (I thought they were...). * Use counts of the "stack pointer" used for memory arguments are tracked correctly. * Use counts of struct argument pointers are tracked correctly.
2016-03-17on the way to clean use countsQuentin Carbonneaux
2016-03-17support return of structsQuentin Carbonneaux
2016-03-17parse fixes for struct returnQuentin Carbonneaux
2016-03-17add sync target in doc/ MakefileQuentin Carbonneaux
2016-03-16document new shift operationsQuentin Carbonneaux
2016-03-16add unsigned division and remainderQuentin Carbonneaux
2016-03-16add shift instructionsQuentin Carbonneaux
2016-03-16refine comment of OpDesc.sflagQuentin Carbonneaux
2016-03-16document oddity in seljmp()Quentin Carbonneaux
2016-03-16test comparison elimination in iselQuentin Carbonneaux
2016-03-15document exts and truncdQuentin Carbonneaux
2016-03-15doc is now completeQuentin Carbonneaux
2016-03-15massage Instructions sectionQuentin Carbonneaux
2016-03-15generate readable internal linksQuentin Carbonneaux
2016-03-14finish the Memory sectionQuentin Carbonneaux
2016-03-14lesser hack to get rid of the css hackQuentin Carbonneaux
2016-03-14add css hack for nicer instruction descriptionsQuentin Carbonneaux
2016-03-14compactify some instruction listsQuentin Carbonneaux
2016-03-14start doc on memory instructionsQuentin Carbonneaux
2016-03-14start description of instructionsQuentin Carbonneaux
2016-03-13do not drop initial indent of Verb blocksQuentin Carbonneaux
2016-03-13rework the types sectionQuentin Carbonneaux
2016-03-13less redundancy in il.htmlQuentin Carbonneaux
2016-03-11BNF Syntax becomes NotationQuentin Carbonneaux
2016-03-11document constantsQuentin Carbonneaux
2016-03-10styleQuentin Carbonneaux
2016-03-10move constant section higherQuentin Carbonneaux
2016-03-10be more preciseQuentin Carbonneaux
2016-03-10flesh Control sectionQuentin Carbonneaux
2016-03-09number Control sectionQuentin Carbonneaux
2016-03-09trim verbatim itemsQuentin Carbonneaux
2016-03-09pheew, more il descriptionQuentin Carbonneaux
2016-03-09add possibility to style verb blocksQuentin Carbonneaux
2016-03-09join some lines in MakefileQuentin Carbonneaux
2016-03-09add styling supportQuentin Carbonneaux
2016-03-09typo in abi.txtQuentin Carbonneaux
2016-03-09be more precise in load typesQuentin Carbonneaux
2016-03-09use opdesc[] in isel.cQuentin Carbonneaux
2016-03-09typo in abi.txtQuentin Carbonneaux
2016-03-09document more hybrid returnQuentin Carbonneaux
2016-03-09fix wrong rbp location in abi.txtQuentin Carbonneaux
2016-03-09Ori says we have to use "check"Quentin Carbonneaux