rune.git
2017-04-15 Matthew DillonRune - Copy tracking minfo in GenPointerInd2()
2017-03-06 Matthew DillonRune - Change ABI
2017-03-04 Matthew DillonRune - Clarify documentation for ops on reference types
2017-03-04 Matthew DillonRune - Convert most library pointers to references
2017-03-04 Matthew DillonRAS - Fix .zero alignment
2017-02-11 Matthew DillonRune - save/restore errno in signal handlers
2016-12-11 Matthew DillonRune - Reorder weak bindings
2016-09-15 Matthew DillonRune - Consolidate most RefStor allocations
2016-09-15 Matthew DillonRune - Optimize getrgd()
2016-09-14 Matthew DillonRune - Fix interpreter (tests/gfxinput2.d)
2016-09-14 Matthew DillonRune - Fix deadlock in rune threading system
2016-09-14 Matthew DillonRune - Start working on registerizing inlined procedure...
2016-09-13 Matthew DillonRune - Start working on registerizing inlined procedure...
2016-09-13 Matthew DillonRune - Make code PointerInfo-centric
2016-08-22 Matthew DillonRune - Cleanup PointerInfo use in interpreter
2016-08-22 Matthew DillonRune - Initial PointerStor/LValueStor rework
2016-08-22 Matthew DillonRune - Fix interpreter's BOOL_BINARY_OP
2016-08-20 Matthew DillonRune - Add Unchecked option (-u)
2016-08-20 Matthew DillonRune - Select stronger alignment when it makes sense
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
next