Age | Commit message (Expand) | Author |
---|---|---|
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 |
2015-11-30 | change the wide bit to a class number | Quentin Carbonneaux |
2015-11-30 | stores becomes storeh | Quentin Carbonneaux |
2015-11-28 | make sign explicit in conversion names | Quentin Carbonneaux |
2015-11-28 | start a plan for floating points | Quentin Carbonneaux |
2015-11-27 | disable optimizations | Quentin Carbonneaux |
2015-11-27 | add sse regs | Quentin Carbonneaux |
2015-11-25 | add note about comparisons in spill | Quentin Carbonneaux |
2015-11-24 | add minic generated Euclide algorithm | Quentin Carbonneaux |
2015-11-23 | Tmp.phi must not be 0 for temporaries in phis | Quentin Carbonneaux |
2015-11-21 | add dominators construction test | Quentin Carbonneaux |
2015-11-20 | avoid having conflicting hints in rega | Quentin Carbonneaux |
2015-11-20 | wip on rega bug (sequel of last commit) | Quentin Carbonneaux |
2015-11-20 | fix spill bug in dopm() | Quentin Carbonneaux |
2015-11-19 | start memopt(), still buggy | Quentin Carbonneaux |
2015-11-18 | support _ in identifiers | Quentin Carbonneaux |
2015-11-16 | uniformize looping on instructions | Quentin Carbonneaux |
2015-11-13 | improve the debug output of copy() | Quentin Carbonneaux |
2015-11-13 | fix buggy phi deletion in copy() | Quentin Carbonneaux |
2015-11-13 | this is a buggy shortcut! | Quentin Carbonneaux |
2015-11-13 | add initial version of copy elimination | Quentin Carbonneaux |
2015-11-13 | export printref function | Quentin Carbonneaux |
2015-11-13 | change debug of ABI to A | Quentin Carbonneaux |
2015-11-13 | fix a few bugs in filluse() | Quentin Carbonneaux |
2015-11-13 | change initial vector size to 2 | Quentin Carbonneaux |
2015-11-13 | store the use locations for temporaries | Quentin Carbonneaux |
2015-11-11 | get rid of dead assignment in fix4.ssa | Quentin Carbonneaux |
2015-11-11 | move usage computation in filluse() | Quentin Carbonneaux |