Commit Graph

4903 Commits

Author SHA1 Message Date
ceriel
996d8fc8e8 fixed to generate only external commons. This cannot be done in common.c
because an external could later be declared static, and a static could later
be declared external.
1988-11-10 13:16:22 +00:00
ceriel
cd1307122a fixed to generate only external commons 1988-11-10 13:01:15 +00:00
ceriel
d4808e1417 fixed problem with DUP: it also dupped tokens with side-effects 1988-11-09 15:49:29 +00:00
ceriel
e82a5c3c14 Initial revision 1988-11-08 14:09:24 +00:00
ceriel
a962d0f39b changes in search for more speed 1988-11-08 13:47:18 +00:00
ceriel
8db18e8f62 do not refer to _exit. For some machines, it does not exist 1988-11-07 10:25:45 +00:00
ceriel
c98d8e1ed4 produce better code for EXG 1988-11-07 09:35:47 +00:00
ceriel
0a2b1c0ee5 included changes from Andy Michael 1988-11-07 09:24:36 +00:00
ceriel
9b99c5603b Changed translation of FOR-statement: now, if it is executed 0
times, the loop-control-variable is not assigned to
1988-11-04 13:12:14 +00:00
ceriel
b9f037d109 new version number 1988-11-04 10:24:34 +00:00
ceriel
595e913007 Added new line after trap message 1988-11-04 09:55:50 +00:00
ceriel
4f8fe87ee6 Fixed problem with IMPORTS through PROCEDURE bounds 1988-11-03 15:37:37 +00:00
ceriel
28e8984b72 Fixed bug with underscores in identifiers 1988-11-03 15:36:46 +00:00
dick
b8bd81f18f lint: printf testing and FORMATs 1988-11-03 15:18:46 +00:00
dick
e91938cdf2 foute declaratie van sprint() 1988-11-03 14:59:47 +00:00
dick
01912378ff lint: retrieving string arguments from str_list 1988-11-03 13:20:27 +00:00
ceriel
c1ce4d054d removed include: was already done in nopt.h 1988-11-03 10:03:45 +00:00
ceriel
776e96cecd fixed typo 1988-11-02 16:33:56 +00:00
ceriel
a58f200d8a modifications in search for more speed 1988-10-31 16:03:44 +00:00
ceriel
fe9fb2fb9d modyfications in search for more speed 1988-10-31 15:54:54 +00:00
ceriel
aaa3fa1467 many modyfications in search for more speed 1988-10-31 15:42:15 +00:00
ceriel
2b29ce2298 modyfied to generate only one switchseg for each C_ routine 1988-10-31 15:21:47 +00:00
ceriel
050f15f772 many changes, in search for more speed 1988-10-31 15:02:39 +00:00
ceriel
d305dcf18b Added code-expander library 1988-10-31 14:17:17 +00:00
ceriel
65819423ce inline substitution of strcmp: was called many times! 1988-10-31 14:10:39 +00:00
ceriel
bf2896177c fixed bug in preprocessor part:
#define aap(a) a did not work if the actual argument was spread over
multiple lines
1988-10-31 14:10:00 +00:00
dick
302745f3fc library files now end in .llb 1988-10-28 16:27:32 +00:00
dick
4cb51452f8 moving lint and lint.1 to lpass2 1988-10-28 16:04:31 +00:00
ceriel
04f0a3c6d1 some minor improvements 1988-10-28 13:37:48 +00:00
ceriel
2744d4f25d some small fixes 1988-10-28 10:11:49 +00:00
ceriel
88cc8c91ff Initial revision 1988-10-26 15:21:11 +00:00
ceriel
ca26a52b10 Only generate FIL when needed 1988-10-25 17:43:19 +00:00
ceriel
c5d939084e some fixes 1988-10-24 10:35:17 +00:00
ceriel
0b60a0659a moved comment 1988-10-21 17:35:54 +00:00
ceriel
13c621b5e8 changed assert macro to also work with ANSI C compilers 1988-10-21 17:34:20 +00:00
ceriel
a4d2164f4a fixed minor problem with subranges 1988-10-21 17:24:34 +00:00
ceriel
b98afd7c70 patches to make more suitable for push-pop optim 1988-10-20 15:08:59 +00:00
ceriel
00fed9521a some minor changes 1988-10-20 14:33:55 +00:00
ceriel
d646cd1209 Many changes:
- added floating point
- improved assembler part, now uses short encodings when possible
- reduced generated relocation - and name table
1988-10-20 14:21:37 +00:00
ceriel
be64cfc96b use common() when possible 1988-10-20 13:28:02 +00:00
ceriel
a3cbfd56f3 switch to text segment before generating the label 1988-10-20 13:23:52 +00:00
ceriel
af63a7a349 many changes, mostly for efficiency 1988-10-20 13:06:10 +00:00
ceriel
79962c56cd Added common() routine 1988-10-20 13:01:04 +00:00
ceriel
cda1118bf8 Added obj_back/common.c 1988-10-20 12:59:21 +00:00
ceriel
0a5dadfe82 Use varargs.h for routine with variable number of args 1988-10-20 12:57:32 +00:00
ceriel
42604d1423 Added missing filenames 1988-10-20 12:56:08 +00:00
ceriel
1448010401 some fixes:
- use Malloc, Realloc instead of malloc, realloc
- generate common for un-initialized bss
- removed null-reference
1988-10-20 12:55:02 +00:00
ceriel
bac6e5ea24 Changed name of compiler to m2 1988-10-19 16:44:01 +00:00
ceriel
96ffa24a89 Added vars.s 1988-10-17 12:55:24 +00:00
ceriel
8e68139bd4 made a bit more portable 1988-10-17 10:38:30 +00:00