log lwasm/pragma.c @ 513:1260b4eec5a5

age author description
Mon, 24 Aug 2020 23:52:23 -0600 William Astle Add **pragma which always suppresses listing itself
Fri, 02 Nov 2018 21:07:50 -0600 William Astle Add "noexpandcond" pragma (cleans up listings)
Thu, 01 Nov 2018 23:07:03 -0600 William Astle Add "nooutput" pragma
Thu, 01 Nov 2018 23:00:00 -0600 William Astle Add emuext pragma and associated instructions.
Wed, 28 Feb 2018 22:40:07 -0700 William Astle Add some more debugging junk.
Fri, 16 Feb 2018 22:53:46 -0700 William Astle Add operandsizewarning pragma
Thu, 03 Mar 2016 21:17:48 -0700 William Astle Make "pragma" and "*pragma/opt" fully equivalent
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:20:30 -0600 William Astle Add conditional for testing if a pragma is in effect
Mon, 13 Jul 2015 20:59:02 -0600 William Astle Add m80ext pragma for Macro-80C compatibility and ignore END in includes
Mon, 13 Jul 2015 20:50:02 -0600 William Astle Add ?rts target for branch instructions
Mon, 13 Jul 2015 20:47:30 -0600 William Astle Add cycle counting to listing
Mon, 13 Jul 2015 20:35:16 -0600 William Astle Add "testmode" pragma
Mon, 22 Jun 2015 18:49:38 -0600 William Astle Convert internal error/warning handling framework to a new unified system
Mon, 15 Jun 2015 21:21:58 -0600 William Astle Change processor target variations to pragmas.
Mon, 16 Mar 2015 09:27:20 -0600 William Astle Add pragma to turn off forward reference optimization
Tue, 15 Apr 2014 10:57:34 -0600 William Astle Add support for 6800 compatibility instructions.
Fri, 01 Feb 2013 00:04:19 -0700 William Astle Fix pragma nosymbolcase interaction with -D
Sat, 09 Jun 2012 16:25:19 -0600 William Astle Added condundefzero pragma
Sat, 09 Jun 2012 15:47:22 -0600 William Astle Added pragma to allow non case sensitive symbols
Thu, 24 May 2012 17:28:15 -0600 William Astle Add export pragma
Tue, 09 Aug 2011 18:17:00 -0600 lost Add back the dollarlocal and nodollarlocal pragma strings for compatibility with the documentation.
Mon, 08 Aug 2011 23:00:27 -0600 lost Added initial infrastructure for pragma autobranchlength (suggested by Ebonhand on irc)
Sun, 07 Aug 2011 10:37:22 -0600 lost Pragma stack at parse stage now works
Sun, 07 Aug 2011 00:58:00 -0600 lost Added *pragmapush and *pragmapop; still seems to be nonfunctional
Wed, 25 May 2011 21:59:58 -0600 lost Make *pragma work correctly
Wed, 25 May 2011 19:13:33 -0600 Lost Wizard (lost Added nolist pragma to suppress listing output of non-code generating lines
Wed, 06 Apr 2011 00:12:01 -0600 lost Fixed error with pragma and *pragma directives
Tue, 05 Apr 2011 21:48:51 -0600 lost Allow macros to shadow/override builtin operations when the "shadow" pragma is active, which is NOT the default
Thu, 20 Jan 2011 22:39:46 -0700 lost Clean up insane number of compiler warnings under -Wall
Wed, 19 Jan 2011 22:27:17 -0700 lost Initial import from lwtools 3.0.1 version, with new hand built build system and file reorganization