log src/lwasm.c @ 143:0ee5f65bccf9

age author description
Thu, 29 Jan 2009 01:32:11 +0000 lost Added pragma to allow all undefined symbols to be considered external and also added a --pragma command line option
Fri, 23 Jan 2009 03:36:27 +0000 lost Fixed relative branches and PCR addressing to handle constant intra-section references properly
Sat, 17 Jan 2009 07:12:05 +0000 lost Cleaned up old lwasm_expr_result() function and unused EXPR_* flags
Sat, 17 Jan 2009 06:50:49 +0000 lost Fixed problem with constant expressions evaluating to 0 when they shouldn't
Sat, 17 Jan 2009 06:27:01 +0000 lost Fixed symbol resolution to not resolve intra-section references to constants by default
Sat, 17 Jan 2009 06:11:40 +0000 lost Make external symbols remain unresolved in expressions and also flag them in the symbol list
Wed, 14 Jan 2009 07:04:45 +0000 lost Fixed problem with expression evaluation infrastructure not advancing input pointer on pass 2
Sat, 10 Jan 2009 07:09:14 +0000 lost Checkpointing deployment of non-constant expression handling
Sat, 10 Jan 2009 05:00:42 +0000 lost Checkpointing deployment of non-constant expression handling
Fri, 09 Jan 2009 04:23:00 +0000 lost Checkpointing conversion to allow object target
Thu, 08 Jan 2009 02:57:24 +0000 lost Checkpointing object target implementation
Thu, 08 Jan 2009 01:18:40 +0000 lost Checkpointing object target implementation
Mon, 05 Jan 2009 00:44:38 +0000 lost Implemented the * and . special symbols
Mon, 05 Jan 2009 00:20:45 +0000 lost Added symbol listing to list file; various fixes
Mon, 05 Jan 2009 00:01:21 +0000 lost Added conditional assembly and macros
Sun, 04 Jan 2009 21:42:54 +0000 lost added expression evaluation and checking function
Sun, 04 Jan 2009 20:16:38 +0000 lost Added file inclusion
Sun, 04 Jan 2009 06:13:13 +0000 lost Added pass2 code generation to lwasm_emit()
Sat, 03 Jan 2009 19:20:44 +0000 lost tweaked debugging system for expression handler
Sat, 03 Jan 2009 04:53:49 +0000 lost Added debugging message infrastructure
Sat, 03 Jan 2009 04:20:49 +0000 lost Added symbol handling to expression subsystem; adpated instruction handlers to the new scheme; misc fixes
Fri, 02 Jan 2009 04:22:39 +0000 lost Added basic indexed mode handling
Fri, 02 Jan 2009 02:56:04 +0000 lost Added handlers for inherent and register to register instructions
Fri, 02 Jan 2009 02:38:02 +0000 lost Added error tracking infrastructure
Wed, 22 Oct 2008 04:51:16 +0000 lost Started work on new expression evaluator system and major code re-work for next release
Sat, 04 Oct 2008 03:14:20 +0000 lost Fixed package to include all required files; also added copyright preamble to all source files
Fri, 03 Oct 2008 02:44:20 +0000 lost Initial checking of LWASM