log lwasm/pass1.c @ 448:5cccf90bf838 3.0 tip

age author description
Tue, 10 Aug 2010 23:08:30 -0600 lost Implemented "branch points"
Mon, 09 Aug 2010 00:10:24 -0600 lost Allow symbols to start with digits if they contain $, ?, or @; numbered locals
Sun, 08 Aug 2010 23:47:16 -0600 lost Fixed "=" pseudo op to work correctly
Wed, 14 Jul 2010 22:33:55 -0600 lost Added in structure support and fixed up some warts in the listing code (by adding more warts)
Sun, 16 May 2010 11:50:00 -0600 lost Various bugfixes
Sat, 15 May 2010 20:01:58 -0600 lost Fixed imm8 to actually use expression and also fixed gen mode to respect > and <
Sat, 15 May 2010 13:39:21 -0600 lost Various bugfixes
Sat, 24 Apr 2010 14:15:18 -0600 lost Stage 1: actually do output
Thu, 22 Apr 2010 18:19:06 -0600 lost Created a useful debug framework and adjusted lw_expr_print() to return a "static" dynamic string
Tue, 20 Apr 2010 21:59:58 -0600 lost Debugging output and bugfixing pass 0
Tue, 06 Apr 2010 21:03:19 -0600 lost Added pass2 and various supporting logic including symbol lookups
Thu, 01 Apr 2010 18:39:40 -0600 lost Indexed stage 2; set line structure to track pragmas in effect for that line
Tue, 30 Mar 2010 23:10:01 -0600 lost Added os9 opcodes and ERROR
Sat, 27 Mar 2010 23:37:30 -0600 lost conditional pseudo ops added
Sat, 27 Mar 2010 20:16:24 -0600 lost Some data oriented pseudo ops added