Age | Commit message (Expand) | Author |
---|---|---|
2016-03-22 | fix bug in type definitions in abi.ml | Quentin Carbonneaux |
2016-03-22 | fix incorrect size increment in abi (abi fuzzer) | Quentin Carbonneaux |
2016-03-21 | add the ability to run with a seed | Quentin Carbonneaux |
2016-03-21 | fix bug in IL checking | Quentin Carbonneaux |
2016-03-21 | compile tests with debug options | Quentin Carbonneaux |
2016-03-21 | add abitest.sh tool | Quentin Carbonneaux |
2016-03-21 | wrap up abi.ml with a main function | Quentin Carbonneaux |
2016-03-21 | tools/abi.ml seems to work | Quentin Carbonneaux |
2016-03-20 | start il generation | Quentin Carbonneaux |
2016-03-20 | finish OutC, use uniform distributions | Quentin Carbonneaux |
2016-03-20 | ocaml and c chars are incompatible | Quentin Carbonneaux |
2016-03-19 | start C dumping | Quentin Carbonneaux |
2016-03-19 | add code to generate types | Quentin Carbonneaux |
2016-03-18 | start work on an abi fuzzer | Quentin Carbonneaux |
2016-03-18 | calls now use rax all the time... | Quentin Carbonneaux |
2016-03-18 | remove spurious assignments in rega | Quentin Carbonneaux |
2016-03-18 | more thorough abi testing | Quentin Carbonneaux |
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 |
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 |