Age | Commit message (Expand) | Author |
---|---|---|
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 | signal error for failed compilations | Quentin Carbonneaux |
2015-11-24 | nice compile script courtesy k0ga | Quentin Carbonneaux |
2015-11-24 | make mcc a python script | 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 | compile with debug info in mcc | Quentin Carbonneaux |
2015-11-19 | start memopt(), still buggy | Quentin Carbonneaux |
2015-11-18 | support _ in identifiers | Quentin Carbonneaux |
2015-11-16 | tweak colors and sizes in mandelbrot | Quentin Carbonneaux |
2015-11-16 | start new example for minic (mandelbrot) | 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 |
2015-11-11 | add new ssa fixing example | Quentin Carbonneaux |
2015-11-10 | add new test for ssa construction | Quentin Carbonneaux |
2015-11-10 | change debug formatting | Quentin Carbonneaux |
2015-11-10 | add a few safeguards | Quentin Carbonneaux |
2015-11-10 | fix some bugs, call ssa() in func() | Quentin Carbonneaux |
2015-11-10 | now, cross fingers and test | Quentin Carbonneaux |
2015-11-09 | do not insert dead phis | Quentin Carbonneaux |