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

age author description
Thu, 04 Nov 2010 23:25:18 -0600 lost Fixed segfault with output outside of a section 3.0
Tue, 10 Aug 2010 23:08:30 -0600 lost Implemented "branch points"
Tue, 10 Aug 2010 22:00:21 -0600 lost Fixed offset problem with emission of incomplete references at start of insn
Fri, 23 Jul 2010 16:23:54 -0600 lost Actually show name of file and line number where error occurred
Wed, 21 Jul 2010 21:26:43 -0600 lost Fixed problem with structure member registration and fixed detection of operator{} type symbols in expression evaluation
Wed, 14 Jul 2010 20:15:23 -0600 lost Various bugfixes; fixed lwobjdump to display symbols with unprintable characters more sensibly; start of a (nonfunctional for now) testing framework
Sun, 16 May 2010 11:50:00 -0600 lost Various bugfixes
Sat, 15 May 2010 13:39:21 -0600 lost Various bugfixes
Mon, 26 Apr 2010 19:56:10 -0600 lost Properly support 32 bit relocations
Mon, 26 Apr 2010 17:59:30 -0600 lost Output incomplete references in object target
Mon, 26 Apr 2010 17:14:04 -0600 lost Added export list to object output
Sat, 24 Apr 2010 14:15:18 -0600 lost Stage 1: actually do output
Wed, 21 Apr 2010 23:29:18 -0600 lost Much bugfixing
Tue, 06 Apr 2010 21:03:19 -0600 lost Added pass2 and various supporting logic including symbol lookups
Wed, 31 Mar 2010 21:57:45 -0600 lost Indexed part 1