Age | Commit message (Expand) | Author |
---|---|---|
2016-03-25 | great renaming campain! | Quentin Carbonneaux |
2016-03-22 | store register usage of ret instructions (abi fuzz) | Quentin Carbonneaux |
2016-02-27 | simplify a little more limit2() | Quentin Carbonneaux |
2016-02-27 | leave only the most important free todos | Quentin Carbonneaux |
2016-02-27 | use a new bits type for bitmaps | Quentin Carbonneaux |
2016-02-26 | make the comment greppable | Quentin Carbonneaux |
2016-02-26 | get rid of Bits | Quentin Carbonneaux |
2016-02-26 | bug in liveout() | Quentin Carbonneaux |
2016-02-26 | use bitset in spill.c | Quentin Carbonneaux |
2016-02-22 | cosmetics | Quentin Carbonneaux |
2016-02-21 | do not spill dead phis | Quentin Carbonneaux |
2016-02-18 | stop using OXxx1 and use new OLoad | Quentin Carbonneaux |
2016-02-04 | iterate correctly on blocks in spiller... | Quentin Carbonneaux |
2016-02-04 | fix hinting bug in spiller | Quentin Carbonneaux |
2016-02-04 | fix spill bug on return nodes | Quentin Carbonneaux |
2016-01-28 | cosmetics | Quentin Carbonneaux |
2016-01-28 | fix non-updated limit() call in spiller | Quentin Carbonneaux |
2016-01-22 | fix wrong assumption in spill.c | Quentin Carbonneaux |
2016-01-04 | fix dopm() in spill | Quentin Carbonneaux |
2016-01-03 | change design in spill.c | 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-23 | missing case in tmpuse() of spiller | Quentin Carbonneaux |
2015-11-25 | add note about comparisons in spill | Quentin Carbonneaux |
2015-11-20 | fix spill bug in dopm() | Quentin Carbonneaux |
2015-11-13 | this is a buggy shortcut! | Quentin Carbonneaux |
2015-11-09 | provide BZERO macro for bitsets | Quentin Carbonneaux |
2015-11-03 | add interference hints | Quentin Carbonneaux |
2015-10-30 | fix two bugs in spiller | Quentin Carbonneaux |
2015-10-30 | port spill.c to work with RAMem | Quentin Carbonneaux |
2015-10-30 | rename spill field in Tmp to slot | Quentin Carbonneaux |
2015-10-08 | rename ealloc to emalloc | Quentin Carbonneaux |
2015-10-06 | add pool memory management | Quentin Carbonneaux |
2015-10-06 | specialize vdup into idup | Quentin Carbonneaux |
2015-10-05 | factor vector duplication in vdup() | Quentin Carbonneaux |
2015-10-05 | factor some utility functions/data in util.c | Quentin Carbonneaux |
2015-10-05 | clean the command line interface | Quentin Carbonneaux |
2015-09-29 | wip on new stack slots (emit, spill) | Quentin Carbonneaux |
2015-09-26 | move the liveon() function in live.c | Quentin Carbonneaux |
2015-09-15 | simplify call handling in spiller | Quentin Carbonneaux |
2015-09-15 | heavy modification of call handling | Quentin Carbonneaux |
2015-09-15 | add a size to all operations (wip) | Quentin Carbonneaux |
2015-09-15 | make spiller aware of parallel assignments | Quentin Carbonneaux |
2015-09-15 | fix bug in alignment constraints of spill slots | Quentin Carbonneaux |
2015-09-15 | move spill and emit to the new slot system | Quentin Carbonneaux |
2015-09-15 | remove obsolete comment | Quentin Carbonneaux |
2015-09-15 | forgot about phi nodes in the spiller | Quentin Carbonneaux |
2015-09-15 | tentative support for fast allocs | Quentin Carbonneaux |
2015-09-15 | major lifting: get rid of RReg | Quentin Carbonneaux |
2015-09-15 | split store into store{w,l} | Quentin Carbonneaux |