log

age author description
Tue, 27 Aug 2013 22:50:48 -0700 Mike Pavone Added string method to true and false modules
Tue, 27 Aug 2013 21:38:09 -0700 Mike Pavone Define methods in an object before running populate symbols on those methods to avoid a bug in which self was not properly marked as closed over due to a method not being defined when a symbol search was done
Mon, 26 Aug 2013 21:04:44 -0700 Mike Pavone Add save il instruction to save callee saved registers in function prolog
Mon, 26 Aug 2013 20:42:20 -0700 Mike Pavone Apply register assignments in il module
Mon, 26 Aug 2013 19:53:16 -0700 Mike Pavone Mostly complete register allocation in il module with a register source in the x86 module
Mon, 26 Aug 2013 19:50:17 -0700 Mike Pavone Add contains? method to linear dictionary
Mon, 26 Aug 2013 19:50:02 -0700 Mike Pavone Fix infinite loop in array join
Mon, 26 Aug 2013 18:59:38 -0700 Mike Pavone Added reverse method to lists
Mon, 26 Aug 2013 18:23:05 -0700 Mike Pavone Determine live ranges for logical registers as part of initial work on register allocator
Mon, 26 Aug 2013 18:21:57 -0700 Mike Pavone Add join method to lists
Mon, 26 Aug 2013 17:46:47 -0700 Mike Pavone Fix parse precedence problem between opsyms and symbols in assignments
Mon, 26 Aug 2013 17:27:17 -0700 Mike Pavone Add string conversion inside array join so callers don't need to worry about doing string conversions themselves
Sun, 25 Aug 2013 14:45:00 -0700 Mike Pavone Initial work on IL module
Sun, 25 Aug 2013 14:44:43 -0700 Mike Pavone Add join method to array
Sat, 24 Aug 2013 19:03:18 -0700 Mike Pavone Fix a few bugs in the x86 module and add jcc, push and pop instructions