Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-03 | fix the double test | Quentin Carbonneaux | |
2016-02-03 | finish emit lifting, seems ok now | Quentin Carbonneaux | |
2016-02-03 | more revamp in emit | Quentin Carbonneaux | |
2016-02-02 | document emit format | Quentin Carbonneaux | |
2016-01-29 | start emit simplification | Quentin Carbonneaux | |
2016-01-29 | add cheapo static assert in isel | Quentin Carbonneaux | |
2016-01-29 | compile rega | Quentin Carbonneaux | |
2016-01-29 | more fp integration in rega | Quentin Carbonneaux | |
2016-01-28 | cosmetics | Quentin Carbonneaux | |
2016-01-28 | use macros for OXxx and OXxx1 | Quentin Carbonneaux | |
This will make sure the debugger uses the correct name when printing an operation. | |||
2016-01-28 | start fp integration in rega | Quentin Carbonneaux | |
2016-01-28 | remove constant NReg | Quentin Carbonneaux | |
2016-01-28 | fix non-updated limit() call in spiller | Quentin Carbonneaux | |
2016-01-22 | fix spacing | Quentin Carbonneaux | |
2016-01-22 | fix wrong assumption in spill.c | Quentin Carbonneaux | |
2016-01-05 | enable new spilling pass | Quentin Carbonneaux | |
2016-01-04 | compile spill.c | Quentin Carbonneaux | |
2016-01-04 | force warning with XMM15 in rsave[] | Quentin Carbonneaux | |
2016-01-04 | fix dopm() in spill | Quentin Carbonneaux | |
2016-01-03 | index() conflicts with string.h on freebsd | Ori Bernstein | |
rename it to avoid the conflict. | |||
2016-01-03 | change design in spill.c | Quentin Carbonneaux | |
2015-12-27 | go verbose in parse.c | Quentin Carbonneaux | |
2015-12-27 | get rid of the Ty enum | Quentin Carbonneaux | |
2015-12-27 | more work on spill, not elegant | Quentin Carbonneaux | |
2015-12-25 | wip fp lifting in spill.c, pheeew | Quentin Carbonneaux | |
2015-12-25 | get rid of TYS() macro | Quentin Carbonneaux | |
2015-12-23 | missing case in tmpuse() of spiller | Quentin Carbonneaux | |
2015-12-23 | purify test logic in liveness | Quentin Carbonneaux | |
2015-12-18 | delete callclb altogether | Quentin Carbonneaux | |
2015-12-18 | enable call handling in liveness | Quentin Carbonneaux | |
2015-12-18 | make call{def,use} fp aware | Quentin Carbonneaux | |
2015-12-18 | fix isel typo | Quentin Carbonneaux | |
2015-12-10 | uniformize argument fixing | Quentin Carbonneaux | |
2015-12-08 | fp constant loading must be done on phi | Quentin Carbonneaux | |
2015-12-08 | wip on instruction selection | Quentin Carbonneaux | |
2015-12-08 | sanitize constants representation | Quentin Carbonneaux | |
2015-12-01 | oops, fix typo bug in parse.c | Quentin Carbonneaux | |
2015-12-01 | test fancy float notation | Quentin Carbonneaux | |
2015-11-30 | plan work on isel | Quentin Carbonneaux | |
2015-11-30 | more error reporting in parsedat() | Quentin Carbonneaux | |
2015-11-30 | add a simple floating point test | Quentin Carbonneaux | |
2015-11-30 | parse and print floating points | Quentin Carbonneaux | |
2015-11-30 | cosmetics in the ABI document | Quentin Carbonneaux | |
2015-11-30 | update comment in ssa.c | Quentin Carbonneaux | |
2015-11-30 | cosmetics in liveness | Quentin Carbonneaux | |
2015-11-30 | change debug formatting in liveness | Quentin Carbonneaux | |
2015-11-30 | fill class information in filluse() | Quentin Carbonneaux | |
2015-11-30 | test liveness | Quentin Carbonneaux | |
2015-11-30 | update liveness to work with fp | Quentin Carbonneaux | |
2015-11-30 | there is a non-uniformity with "cls" | Quentin Carbonneaux | |