log lwasm/pass1.c @ 574:a0c9433dc0d4 default tip

age author description
Wed, 17 Aug 2022 16:34:28 -0600 William Astle Improve debug instrumentation for symbol registration
Wed, 09 Mar 2022 15:56:03 -0700 William Astle Don't rely on undefined memory before start of instab
Wed, 09 Feb 2022 21:44:28 -0700 William Astle Fix macro definition to include all lines
Sat, 04 Jul 2020 16:21:08 -0600 William Astle Make conditional suppression actually hide comments and blank lines
Fri, 02 Nov 2018 21:07:50 -0600 William Astle Add "noexpandcond" pragma (cleans up listings)
Thu, 01 Nov 2018 23:00:00 -0600 William Astle Add emuext pragma and associated instructions.
Wed, 28 Feb 2018 20:54:53 -0700 William Astle Make 6309/6809 warnings work again.
Wed, 28 Feb 2018 20:43:14 -0700 William Astle Allow macros to shadow instructions that are not supported by current CPU.
Mon, 23 Jan 2017 22:54:19 -0700 William Astle Add some debugging instrumentation for tracking an expression bug
Tue, 13 Oct 2015 23:38:02 -0600 William Astle Initial commit of pragma newsource
Mon, 13 Jul 2015 21:26:34 -0600 William Astle Add various "convenience" ops
Mon, 13 Jul 2015 21:18:02 -0600 William Astle Add REORG pseudo op
Mon, 13 Jul 2015 20:35:16 -0600 William Astle Add "testmode" pragma
Mon, 13 Jul 2015 20:31:56 -0600 William Astle Clean up various "externs"
Mon, 22 Jun 2015 19:16:13 -0600 William Astle Change PRAGMA_SHADOW to behave more as expected