rune.git
2016-08-20 Matthew DillonRune - Fix array passing, optimize constant array indices
2016-08-19 Matthew DillonRune - Change limport mechanic
2016-08-19 Matthew DillonRune - Add labeled blocks
2016-08-19 Matthew DillonRAS - Improve register allocator
2016-08-18 Matthew DillonRune - Pass-through -O[n], drop more insns in RAS
2016-08-18 Matthew DillonRune - Handle const array lookups.
2016-08-18 Matthew DillonRune - Add strdup(), strcmp(), strncmp()
2016-08-18 Matthew DillonRune - Fix ptr->int cast bug
2016-08-18 Matthew DillonRune - Stabilization pass (CLOEXEC work, return-storage...
2016-08-18 Matthew DillonRune - Rework resolver
2016-08-13 Matthew DillonRune - Start work on inlining
2016-08-11 Matthew DillonRune - Adjust autocast code to fix implied compound...
2016-08-11 Matthew DillonRune - Main should exit without waiting for threads
2016-08-11 Matthew DillonRune - refactor resolve-time constant evaluation
2016-08-11 Matthew DillonRune - minor cleanup
2016-08-10 Matthew DillonRune - Enhance && and || constant handling a bit
2016-08-10 Matthew DillonRune - Change thead bootstrapping, fix RunLVSAlloc()
2016-08-09 Matthew DillonRune - change 'locked' to 'hard'
2016-08-09 Matthew Dillonrune - Fix tests/build1.d
2016-08-09 Matthew DillonRune - resolve the alignment for internal types immediately
2016-08-09 Matthew Dillonrune - Fix -rpath and -L<libpath>
2016-08-09 Matthew Dillonrune - Fix generated (*pt).new for double-indirect
2016-04-15 Matthew DillonRune - Interpreter locking work 5/n
2016-04-14 Matthew DillonRune - Update README
2016-04-14 Matthew DillonRune - Fix build without make obj
2016-04-14 Matthew DillonRune - Interpreter refactor ex_Run 3/n
2016-04-14 Matthew DillonRune - Interpreter refactor ex_Run 2/n
2016-04-14 Matthew DillonRune - Interpreter refactor ex_Run 1/n
2016-04-14 Matthew DillonRune - Interpreter locking work 4/n
2016-04-12 Matthew DillonRune = Change ulong -> uintptr_t
2016-04-12 Matthew DillonRune - Interpreter locking work 3/n
2016-04-12 Matthew DillonRune - Interpreter locking work 2/n
2016-04-12 Matthew DillonRune - Interpreter locking work 1/n
2016-04-11 Tomohiro KusumiRune - Fix compile errors/warnings
2016-04-08 Matthew DillonRune - Threaded function detach work
2016-04-08 Matthew DillonRune - Content-locking work 1/2
2016-04-06 Matthew DillonRune - Correct type-o
2016-04-06 Matthew DillonRune - do a pass on the README
2016-04-06 Matthew DillonRune - retool rundata_t
2016-04-06 Matthew DillonRune - Tighten up parser, stabilization, optimization.
2016-04-05 Matthew DillonRune - Implement hard-locking model feature
2016-04-05 Matthew DillonRune - Enforce result; requirements
2016-04-05 Matthew DillonRune - More autocasts for integer constants
2016-04-05 Matthew DillonRune - Documentation update
2016-04-05 Matthew DillonRune - Remove collapsed libraries
2016-04-05 Matthew DillonRune - crater push test
2016-04-05 Matthew DillonRune - crater push
2016-04-05 Matthew DillonRune - cleanup obsolete doc files
2016-04-05 Matthew DillonRune - fix missing GROUP env
2016-04-05 Matthew DillonRune - pretest crater repo
2016-04-05 Matthew DillonRune - Simplify the library topology
2016-04-05 Matthew DillonRune - add *env(), fexec(), fwait().
2016-04-04 Matthew DillonRune - Stabilization, system calls
2016-04-03 Matthew DillonRune - Flesh out core
2016-04-03 Matthew DillonRune - Stability, features
2016-04-03 Matthew DillonRune - Stabilization, add Directory
2016-04-02 Matthew DillonRune - Stabilization, flesh out core classes
2016-04-02 Matthew DillonRune - RAS 3-op optimizations, fix dthread bug
2016-04-02 Matthew DillonRune - Features (scripting, constants, main)
2016-04-01 Matthew DillonRune - Stabilization (constructors, destructors), misc.
2016-04-01 Matthew DillonRune - Syscall work, stabilization
2016-03-31 Matthew DillonRune - Collapse system calls and external libraries
2016-03-31 Matthew DillonRune - Stabilization
2016-03-31 Matthew DillonRune - Stabilization
2016-03-30 Matthew DillonRune - Add back-ticked strings and 'limport'
2016-03-30 Matthew DillonRune - same treatment for RunFreeRefStor()
2016-03-30 Matthew DillonRune - Fix freeRefStor recursion
2016-03-30 Matthew DillonRune - Optimization pass (DCOPY, NULL), cast ptr->bool...
2016-03-30 Matthew DillonRune - Stabilization pass
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-27 Matthew DillonRune - Locked storage work 7/N
2016-03-26 Matthew DillonRune - Locked storage work 6/N
2016-03-25 Matthew DillonRune - Locked storage work 5/N
2016-03-25 Matthew DillonRune - Locked storage work 4/N
2016-03-25 Matthew DillonRune - Locked storage work 3/N
2016-03-24 Matthew DillonRune - synchronize for mobile work
2016-03-24 Matthew DillonRune - Locked storage work
2016-03-24 Matthew DillonRune - Major run-time threading work, locked storage...
2016-03-24 Matthew DillonRune - Interpreter hacks
2016-03-23 Matthew DillonRune - Runtime environment
2016-03-23 Matthew DillonRune - Runtime environment work - mostly threads and...
2016-03-21 Matthew DillonRune - Fix RAS bugs
2016-03-21 Matthew DillonRune - Generator refstor tracking 3/N
2016-03-20 Matthew DillonRune - Generator refstor tracking 2/N
2016-03-17 Matthew DillonRune - Generator refstor tracking 1/N
2016-03-15 Matthew DillonRune - Match-up discards
2016-03-15 Matthew DillonRune - Stabilization, heap/persist support
2016-03-15 Matthew DillonRune - Stabilization, heap/persist support
2016-03-14 Matthew DillonRune - Default output to RAS, misc
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-28 Matthew DillonRune - stabilization
2016-02-28 Matthew DillonRune - stabilization
2016-02-27 Matthew DillonRune - Add RAS backend, temp register numbering, stabil...
next