Rune - Fix globaldata pointer assignment offset
[rune.git] / ras /
2017-12-28 Matthew DillonRune - Fix bug in FNEG generation
2017-12-27 Matthew DillonRune - Fix debug directive
2017-12-27 Matthew DillonRune - Fix FP save and restore with mixed ABI calls
2017-03-06 Matthew DillonRune - Change ABI
2017-03-04 Matthew DillonRAS - Fix .zero alignment
2016-09-14 Matthew DillonRune - Start working on registerizing inlined procedure...
2016-09-13 Matthew DillonRune - Make code PointerInfo-centric
2016-08-20 Matthew DillonRune - Fix array passing, optimize constant array indices
2016-08-19 Matthew DillonRAS - Improve register allocator
2016-08-18 Matthew DillonRune - Pass-through -O[n], drop more insns in RAS
2016-04-12 Matthew DillonRune = Change ulong -> uintptr_t
2016-04-08 Matthew DillonRune - Threaded function detach work
2016-04-08 Matthew DillonRune - Content-locking work 1/2
2016-04-05 Matthew DillonRune - Implement hard-locking model feature
2016-04-05 Matthew DillonRune - Simplify the library topology
2016-04-02 Matthew DillonRune - RAS 3-op optimizations, fix dthread bug
2016-04-01 Matthew DillonRune - Stabilization (constructors, destructors), misc.
2016-03-29 Matthew DillonRune - Organizing pass
2016-03-28 Matthew DillonRune - Locked storage work 9/N
2016-03-28 Matthew DillonRune - Locked storage work 8/N
2016-03-24 Matthew DillonRune - Major run-time threading work, locked storage...
2016-03-23 Matthew DillonRune - Runtime environment work - mostly threads and...
2016-03-21 Matthew DillonRune - Fix RAS bugs
2016-03-17 Matthew DillonRune - Generator refstor tracking 1/N
2016-03-15 Matthew DillonRune - Stabilization, heap/persist support
2016-03-15 Matthew DillonRune - Stabilization, heap/persist support
2016-03-14 Matthew DillonRas - Refactor spans, improve performance
2016-03-13 Matthew DillonRas - Refactor spans
2016-03-07 Matthew DillonRas - Reformulate span topology 1/N
2016-03-07 Matthew DillonRune - Stabilization
2016-03-06 Matthew DillonRune - Ras work, stabilization
2016-02-28 Matthew DillonRune - Ras work
2016-02-27 Matthew DillonRune - Add RAS backend, temp register numbering, stabil...
2015-12-29 Matthew DillonRune - enhance LVALUE, add heap and persist, and more.