Commit Graph

  • c97cb1c0d0 Initial revision eck 1989-05-10 16:08:14 +00:00
  • a4f43d5219 Initial revision eck 1989-05-10 10:43:58 +00:00
  • c456a14c9a converted to ANSI C eck 1989-05-10 10:20:14 +00:00
  • d1f061f380 reversed a-option ceriel 1989-05-10 10:19:22 +00:00
  • 4acb626840 Initial revision eck 1989-05-10 09:39:49 +00:00
  • 28345e5cf6 default is assertions ON ceriel 1989-05-09 15:54:01 +00:00
  • c838754021 updated for new Pascal version ceriel 1989-05-09 13:49:25 +00:00
  • 3acdac0148 Added 'all' entry ceriel 1989-05-08 12:42:53 +00:00
  • b75e95a4ef not include em_path.h anymore ceriel 1989-05-08 12:39:33 +00:00
  • 16840a4e83 updated for new pascal compiler eck 1989-05-08 10:04:50 +00:00
  • 1978818cf7 removed printf ceriel 1989-05-03 11:14:42 +00:00
  • 5ce88603df Many improvements by Hans van Eck ceriel 1989-05-03 10:30:22 +00:00
  • 89539fa451 Adapted for new Pascal Compiler ceriel 1989-05-03 09:53:25 +00:00
  • 49ca2cbb8b fixed: signed divide by power of 2 not equivalent to shift-right ceriel 1989-05-02 18:00:37 +00:00
  • 9150f2e06c some fixes ceriel 1989-05-01 18:32:24 +00:00
  • 1a15ea4f31 Added cemain entry in Resolve script ceriel 1989-04-26 11:32:46 +00:00
  • e40d14b40a fix: M_DMAXEXP was wrong ceriel 1989-04-20 15:27:00 +00:00
  • 4ee9b51030 removed one goto ceriel 1989-04-19 15:00:07 +00:00
  • 2859b3921a new pascal compiler ceriel 1989-04-18 13:34:50 +00:00
  • 32afc0e9f9 just define unix, not unix=unix ceriel 1989-04-18 10:35:57 +00:00
  • 54374eeeb6 some printf format corrections dick 1989-04-17 10:10:59 +00:00
  • ceaa4cf9f8 take care of proper exit status ceriel 1989-04-14 18:33:56 +00:00
  • a264fb65b5 fix: filename label sometimes turned up as external ceriel 1989-04-14 18:25:39 +00:00
  • be6b1cc7ff make entry to generate .o files ceriel 1989-04-11 15:51:01 +00:00
  • 38d375401f Corrected some warnings a bit ceriel 1989-04-11 14:34:21 +00:00
  • e210343ec0 fixed problem with hex numbers, and use new PushBack feature ceriel 1989-04-11 11:40:49 +00:00
  • d68340e71c fixed clock for larger word sizes ceriel 1989-04-07 09:20:06 +00:00
  • 310218d1cd fixed typo ceriel 1989-04-06 14:18:17 +00:00
  • 390594394b using new input module simplifies EOI handling ceriel 1989-04-04 15:02:47 +00:00
  • c550c43fff better error handling, simplified EOI handling with improved input module ceriel 1989-04-04 14:53:48 +00:00
  • 05f256fb4c improved version with better PushBack ceriel 1989-04-04 14:49:31 +00:00
  • 5e10da4a6a better attempt to indicate start and end of own BSS; still not good enough ceriel 1989-04-04 10:09:27 +00:00
  • 4590e0e55e Added DUP pattern ceriel 1989-04-04 09:46:47 +00:00
  • 22a4ef930b improved ASP patterns ceriel 1989-04-03 16:16:10 +00:00
  • 0379ada7ad recognize but ignore #pragma ceriel 1989-03-31 11:47:12 +00:00
  • f9269a9aca recognize but ignore #pragma ceriel 1989-03-31 10:56:53 +00:00
  • 5191ba299c fix to fix ceriel 1989-03-30 15:14:37 +00:00
  • c5d4740476 fix: initialize relocation records properly: some fields that are not used on SunOs 3.5 are used on SunOs 4.0 ceriel 1989-03-30 14:36:07 +00:00
  • c3ff604997 fix: prevent unwanted sign-extension in the get4 routine ceriel 1989-03-30 09:34:43 +00:00
  • d541e64f7f check arguments better ceriel 1989-03-29 14:58:42 +00:00
  • 068ffbc391 make realloc behave like most Unix realloc versions when handed a null pointer ceriel 1989-03-29 12:58:18 +00:00
  • 6a2a94ed72 Changed semantics of CallAtEnd so that it calls installed procedures in reversed order ceriel 1989-03-22 17:36:20 +00:00
  • 07d02ed496 declare extnd_main ceriel 1989-03-22 16:55:06 +00:00
  • 4625a80676 documented extnd_main ceriel 1989-03-22 16:46:38 +00:00
  • 641221f9c0 Added extnd_main routine ceriel 1989-03-22 16:44:20 +00:00
  • e12ef40218 fixed: beginpart must divert main stream ceriel 1989-03-22 16:41:38 +00:00
  • 2ddfdff471 Added ce and libce to .distr ceriel 1989-03-22 15:16:36 +00:00
  • f3aff5704c Initial revision ceriel 1989-03-22 15:06:05 +00:00
  • 7768504a93 bug fix in WITH statement: called WalkDesignator instead of ChkDesig ceriel 1989-03-22 11:07:21 +00:00
  • ce0e423e9f made the previous changes in parameter passing mechanism and return value mechanism settable with compile time constants ceriel 1989-03-22 09:53:47 +00:00
  • 58b6c40aaf New version with different parameter passing mechanism and some minor fixes ceriel 1989-03-20 13:32:06 +00:00
  • 6b73c84ee1 use value parameters when VAR not needed ceriel 1989-03-20 13:03:34 +00:00
  • 448fdf4a58 use value parameters when VAR not needed ceriel 1989-03-20 12:46:25 +00:00
  • 8a75c997c8 more fine-tuning ceriel 1989-03-20 12:36:22 +00:00
  • aa69b0ed21 generate -c instead of -c.$(SUFFIX) ceriel 1989-03-17 17:06:21 +00:00
  • 9332516a7f some fixes: fix order in which registers are allocated, make sure that a pattern chosen by the distance routine can be made from the stack if the fakestack does not contain enough tokens ceriel 1989-03-17 16:49:58 +00:00
  • da56e17b75 Also put the unstackset in tables.c, so that ncg can look at it ceriel 1989-03-17 16:34:39 +00:00
  • 78351e80ad documented null-string behaviour ceriel 1989-03-16 15:41:43 +00:00
  • 9953833a05 Added tables1 files to .distr ceriel 1989-03-16 11:32:16 +00:00
  • d2c715a752 Added pattern for BLS 4 ceriel 1989-03-16 11:21:37 +00:00
  • 4e23e8da1e fixed typo's ceriel 1989-03-16 11:20:47 +00:00
  • df07a36d88 no dependencies in suffix rules ceriel 1989-03-15 13:28:52 +00:00
  • 64cdfc8c51 fixed the arctan routine ceriel 1989-03-15 13:16:40 +00:00
  • fa1d129a2d improved error message for no RETURN from function procedure ceriel 1989-03-15 10:46:27 +00:00
  • 94af67cf03 adapted for larger function result area ceriel 1989-03-14 15:36:33 +00:00
  • e2b1f05f4b fixed: pattern for ADI STL and the like was wrong ceriel 1989-03-14 14:05:10 +00:00
  • 03cf2ee6f0 some more improvements; made fancy modes dependant on #define ceriel 1989-03-14 12:47:11 +00:00
  • 6f220b0d0b return area has maximum size 2*pointer-size ceriel 1989-03-14 12:28:55 +00:00
  • 548a7a386d updated to current situation ceriel 1989-03-14 11:03:24 +00:00
  • 737b777683 better warnings for unused/undefined parameters ceriel 1989-03-13 15:04:05 +00:00
  • e5ec23354d some changes for more fine-tuning ceriel 1989-03-13 14:12:22 +00:00
  • bad23f9779 made return value of topsize an unsigned. Some 2/4 back-ends do not implement BLS 4 ceriel 1989-03-10 14:03:34 +00:00
  • 16753f7a42 Changed method for returning big values; Instead of using a chunk of global data area, caller creates space on the stack just above parameters to store the result ceriel 1989-03-10 10:40:07 +00:00
  • 7e4845e2ef put saved label in correct segment ceriel 1989-03-10 10:08:22 +00:00
  • c2e6bb1bba fix: when looking for f.i. C_loe.., forgot to reset to_change when found ceriel 1989-03-10 10:06:47 +00:00
  • d576d630d8 cleaner versions of Makefiles ceriel 1989-03-10 09:47:41 +00:00
  • ae7648fe0a updated to ed4 ceriel 1989-03-08 17:28:08 +00:00
  • 919d699385 Added code-expander documentation ceriel 1989-03-07 16:25:32 +00:00
  • a943caaf4a simplified a bit ceriel 1989-03-07 10:33:47 +00:00
  • f6d19729f3 undid some changes; they were not effective ceriel 1989-03-07 10:29:15 +00:00
  • 3506d29d82 changed lint flags ceriel 1989-03-07 10:27:22 +00:00
  • e1dc6e8e25 use general as pointer flag added ceriel 1989-03-07 10:24:32 +00:00
  • dacaa278f9 bug fix: if a case-statement did not have a default, so that the default is the successor of the block containing the CSA/CSB instruction, the branch to the CSA/CSB block was not optimized ceriel 1989-03-07 10:11:24 +00:00
  • 812f7dce16 use $(REFER) instead of refer ceriel 1989-03-07 10:00:45 +00:00
  • 2c07fd4d02 fix to fix ceriel 1989-03-07 09:26:42 +00:00
  • c9c08fd077 avoid null-reference if some nonterminal is not defined ceriel 1989-03-06 18:48:30 +00:00
  • 2346a0a88c commented out some code ceriel 1989-03-06 18:15:50 +00:00
  • f285dbdf43 commented out some code ceriel 1989-03-06 18:02:53 +00:00
  • 0b27a93069 more lint code dick 1989-03-06 15:17:39 +00:00
  • 743ba6d408 fixed problem with size option ceriel 1989-03-03 17:53:31 +00:00
  • 0a7fb3243e brought up-to-date, and documented back-interface better ceriel 1989-03-03 17:09:28 +00:00
  • e7151506f1 Added options ceriel 1989-03-03 16:16:52 +00:00
  • f5a2c69481 Added a local extension: procedure constants ceriel 1989-03-03 16:13:45 +00:00
  • 9352716e2d some improvements and corrections ceriel 1989-03-03 15:16:12 +00:00
  • 568316e2db Added some patterns ceriel 1989-03-03 12:46:59 +00:00
  • 6aaceb7d35 Initial revision ceriel 1989-03-03 11:41:29 +00:00
  • 927c3eee0f Added some patterns ceriel 1989-03-03 11:10:13 +00:00
  • 80fcb8c31a Added some patterns ceriel 1989-03-03 10:36:42 +00:00
  • b85653d55d replace more multiplies by shifts ceriel 1989-03-02 18:56:05 +00:00
  • 67a513a488 adapted to new ordering in FILE struct ceriel 1989-03-02 11:24:55 +00:00