rune.git
2018-03-04 Matthew DillonRune - StreamPair fixes
2018-03-04 Matthew DillonRune - Fix thread bugs, add lock debugging
2018-03-04 Matthew DillonRune - Add Pointer.lockcount(), misc bug fixes
2018-03-02 Matthew DillonRune - Threading fixes, cleanups
2018-03-01 Matthew DillonRune - Refactor runtime threading for generated code
2018-02-28 Matthew DillonRune - Check thread stats more often
2018-02-26 Matthew DillonRune - Add 'mpsafe'
2017-12-29 Matthew DillonRune - Fix global initialization bug
2017-12-29 Matthew DillonRune - Refactor storage space tracker
2017-12-28 Matthew DillonRune - Fix posix_memalign() usage
2017-12-28 Matthew DillonRune - Add bracketed array initializer support
2017-12-28 Matthew DillonRune - Add tests for trig/log/exp functions
2017-12-28 Matthew DillonRune - Fix bug in FNEG generation
2017-12-28 Matthew DillonRune - Add internal trig, log, pow, exp functions
2017-12-27 Matthew DillonRune - Fix debug directive
2017-12-27 Matthew DillonRune - Flesh out compile-time global initializations
2017-12-27 Matthew DillonRune - Fix FP save and restore with mixed ABI calls
2017-12-27 Matthew DillonRune - Remove some debugging
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
next