20 Commits

Author SHA1 Message Date
ceriel
50cbf84293 try to move side effects as much as possible to the left of the
expression tree, to avoid stacking. This is not good enough yet!
1989-02-22 16:16:08 +00:00
dick
7795cbe549 lint: additional type tests in expressions 1988-09-29 15:24:02 +00:00
dick
6ac1c9b938 reorganisation of lint code 1988-09-25 17:29:37 +00:00
dick
fe62ccb08d error messages and error handling 1988-09-16 23:19:50 +00:00
ceriel
0883e7ac0e bug fix in local extern-declarations, some other minor changes 1987-06-01 10:17:29 +00:00
ceriel
21e14a6f0a redesign of ival, other minor changes 1987-03-25 23:14:43 +00:00
ceriel
988f6e496b Fixed a bug with line-directives, added copyright notice 1987-03-10 17:51:10 +00:00
ceriel
a5d7753a8d now uses alloc module, bug fixes, -N option under USE_TMP, to not do so 1987-01-24 00:25:56 +00:00
ceriel
b559db4ed4 added EX_SIDEEFFECTS, options['p'] --> ! options['L'], fixed some bugs 1987-01-14 09:58:51 +00:00
ceriel
5617c657b6 handle void properly, avoid 0-alignments, handle #if defined(..) 1986-12-01 10:00:23 +00:00
erikb
974f71ab6e modified the treatment of op=, ++ and -- operators 1986-09-29 14:01:34 +00:00
erikb
b1eed62b5c put heavily used pointer variables in registers 1986-09-24 13:53:16 +00:00
erikb
f27be37970 built in the compile time flag NOFLOAT to get rid of the float stuff 1986-09-12 09:16:07 +00:00
erikb
7bc71298be corrected the treatment of the <<= and >>= operators 1986-09-10 10:23:26 +00:00
erikb
736a5ff99b revised the treatment of "e op= f" expression 1986-08-13 10:05:39 +00:00
dick
1581b2ecd8 expression nodes now can have a flag EX_ERROR 1986-03-27 18:17:48 +00:00
dick
56fef70c43 some long lines split 1986-03-17 17:47:04 +00:00
dick
96963fede1 more calls of expr_error() for better error reporting 1986-03-15 18:16:30 +00:00
dick
acfe96c32c improved error reporting for initialization expressions
miscellaneous changes
1986-03-14 16:15:16 +00:00
erikb
65c1ca3fd9 *** empty log message *** 1986-03-10 13:07:55 +00:00