Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-18 | oops, nul terminate string tokens | Quentin Carbonneaux | |
2016-03-18 | lamely handle swap of sse registers | Quentin Carbonneaux | |
2016-03-18 | handle padding correctly in types | Quentin Carbonneaux | |
2016-03-18 | set eax before call (for variadics...) | Quentin Carbonneaux | |
2016-03-18 | tentative support of calls with struct return | Quentin Carbonneaux | |
2016-03-18 | factor return registers computation | Quentin Carbonneaux | |
2016-03-18 | small 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-17 | on the way to clean use counts | Quentin Carbonneaux | |
2016-03-17 | support return of structs | Quentin Carbonneaux | |
2016-03-17 | parse fixes for struct return | Quentin Carbonneaux | |
2016-03-17 | add sync target in doc/ Makefile | Quentin Carbonneaux | |
2016-03-16 | document new shift operations | Quentin Carbonneaux | |
2016-03-16 | add unsigned division and remainder | Quentin Carbonneaux | |
2016-03-16 | add shift instructions | Quentin Carbonneaux | |
2016-03-16 | refine comment of OpDesc.sflag | Quentin Carbonneaux | |
2016-03-16 | document oddity in seljmp() | Quentin Carbonneaux | |
2016-03-16 | test comparison elimination in isel | Quentin Carbonneaux | |
2016-03-15 | document exts and truncd | Quentin Carbonneaux | |
2016-03-15 | doc is now complete | Quentin Carbonneaux | |
2016-03-15 | massage Instructions section | Quentin Carbonneaux | |
2016-03-15 | generate readable internal links | Quentin Carbonneaux | |
2016-03-14 | finish the Memory section | Quentin Carbonneaux | |
2016-03-14 | lesser hack to get rid of the css hack | Quentin Carbonneaux | |
2016-03-14 | add css hack for nicer instruction descriptions | Quentin Carbonneaux | |
2016-03-14 | compactify some instruction lists | Quentin Carbonneaux | |
2016-03-14 | start doc on memory instructions | Quentin Carbonneaux | |
2016-03-14 | start description of instructions | Quentin Carbonneaux | |
2016-03-13 | do not drop initial indent of Verb blocks | Quentin Carbonneaux | |
2016-03-13 | rework the types section | Quentin Carbonneaux | |
2016-03-13 | less redundancy in il.html | Quentin Carbonneaux | |
2016-03-11 | BNF Syntax becomes Notation | Quentin Carbonneaux | |
2016-03-11 | document constants | Quentin Carbonneaux | |
2016-03-10 | style | Quentin Carbonneaux | |
2016-03-10 | move constant section higher | Quentin Carbonneaux | |
2016-03-10 | be more precise | Quentin Carbonneaux | |
2016-03-10 | flesh Control section | Quentin Carbonneaux | |
2016-03-09 | number Control section | Quentin Carbonneaux | |
2016-03-09 | trim verbatim items | Quentin Carbonneaux | |
2016-03-09 | pheew, more il description | Quentin Carbonneaux | |
2016-03-09 | add possibility to style verb blocks | Quentin Carbonneaux | |
2016-03-09 | join some lines in Makefile | Quentin Carbonneaux | |
2016-03-09 | add styling support | Quentin Carbonneaux | |
2016-03-09 | typo in abi.txt | Quentin Carbonneaux | |
2016-03-09 | be more precise in load types | Quentin Carbonneaux | |
2016-03-09 | use opdesc[] in isel.c | Quentin Carbonneaux | |
2016-03-09 | typo in abi.txt | Quentin Carbonneaux | |
2016-03-09 | document more hybrid return | Quentin Carbonneaux | |
2016-03-09 | fix wrong rbp location in abi.txt | Quentin Carbonneaux | |
2016-03-09 | Ori says we have to use "check" | Quentin Carbonneaux | |
2016-03-09 | more makefile magic | Quentin Carbonneaux | |