Commit Graph

  • 929946d753 made several patterns dependant on a #define. Using some of the fancy addressing modes actually made the code slower. ceriel 1989-03-01 16:28:18 +00:00
  • 04a3b0a092 avoid spurious error messages about missing #endif ceriel 1989-03-01 13:39:50 +00:00
  • ea8f852fc5 Many new patterns ceriel 1989-03-01 11:32:37 +00:00
  • ccd99fa45e Added some patterns ceriel 1989-03-01 11:28:49 +00:00
  • 36d634824c use calloc instead of malloc, to make sure block is initialized to 0 ceriel 1989-03-01 10:00:37 +00:00
  • 1a7833a0e3 fix: tst instruction also allowed on address register ceriel 1989-02-28 18:40:35 +00:00
  • 88c579f2d1 simplified CFF somewhat ceriel 1989-02-24 14:58:21 +00:00
  • fa71baa4d7 fixed bug in Usage line ceriel 1989-02-24 14:53:49 +00:00
  • 6b94b30af4 Added patterns and made some improvements ceriel 1989-02-24 14:09:46 +00:00
  • 66b5ddcfd8 Added pattern for unlk after stack adjustment ceriel 1989-02-24 13:34:49 +00:00
  • b0513b7a66 better rule for LOE LOF DUP ADP ... ceriel 1989-02-23 17:59:30 +00:00
  • e97129f991 generate better code for LOL ADP STL ceriel 1989-02-23 15:46:46 +00:00
  • cc59120347 bug fix: some variables were not initialized all the time ceriel 1989-02-23 10:40:12 +00:00
  • f431230f7d removed prt_ext ceriel 1989-02-23 10:08:20 +00:00
  • 83639826d6 fixed error in previous commit ceriel 1989-02-22 17:38:07 +00:00
  • 70ab911d0b do not depend on SP for restoring registers ceriel 1989-02-22 17:18:34 +00:00
  • 3e17d769b9 changed interface to CSA and CSB ceriel 1989-02-22 17:18:17 +00:00
  • 086f4ceacb speeded up a bit ceriel 1989-02-22 16:16:11 +00:00
  • 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! ceriel 1989-02-22 16:16:08 +00:00
  • 404618c7c5 many improvements to the table, mostly to make it more readable and less chaotic. Also removed some dummy routines in mach.c ceriel 1989-02-22 16:13:51 +00:00
  • 3cc595c2b7 improve signal handling of Floating Point Exception ceriel 1989-02-21 10:49:51 +00:00
  • e9b8cb06bf changed entry points csa and csb ceriel 1989-02-21 10:11:26 +00:00
  • 25074fb608 fixed syntax error in table ceriel 1989-02-21 10:09:22 +00:00
  • f295a15614 changed entry points csa and csb; strscript should call m68020 instead of acc ceriel 1989-02-21 10:09:01 +00:00
  • 558b077fd8 changed entry points for csa and csb ceriel 1989-02-21 10:05:03 +00:00
  • afca9aeba9 use a larger buffer on larger machines ceriel 1989-02-21 10:01:55 +00:00
  • 8e485ab09a some fixes: calloc was wrong; catch traps, and let divides by 0 generate a signal, if on a unix machine ceriel 1989-02-20 18:01:33 +00:00
  • 84e71248e2 made easier to compile with different compiler ceriel 1989-02-20 15:29:10 +00:00
  • ff0b9c8ab6 fixed; did not work because there was no dependency on as_lib.a ceriel 1989-02-20 15:25:27 +00:00
  • a71decee90 do not catch floating point exceptions anymore ceriel 1989-02-17 09:58:06 +00:00
  • 73ac1d53ec Made easier to use other compiler ceriel 1989-02-16 16:33:29 +00:00
  • 612cfe1058 empty string in directory list now means current directory ceriel 1989-02-16 11:46:39 +00:00
  • 7844122141 empty string in directory list now means current directory ceriel 1989-02-16 11:24:01 +00:00
  • f860afc981 empty string in directory list now means current directory ceriel 1989-02-16 11:18:44 +00:00
  • 31ecc93082 fixed; the previous change was wrong ceriel 1989-02-16 11:14:22 +00:00
  • fd70e803a0 Handle empty string in search path; It means: current directory ceriel 1989-02-16 10:48:06 +00:00
  • babdd65d68 Add include directory when compiling head ceriel 1989-02-16 09:40:52 +00:00
  • 8d8876cafc Initial revision ceriel 1989-02-15 16:39:58 +00:00
  • 81fd8811a0 fixed some incorrect kills ceriel 1989-02-15 11:39:13 +00:00
  • c3cd93397e Initial revision ceriel 1989-02-14 18:03:13 +00:00
  • 2028c4652e Initial revision ceriel 1989-02-14 15:52:25 +00:00
  • a2169cd8f2 fixed some problems, updated with cemcom ceriel 1989-02-14 14:35:38 +00:00
  • e51a262554 fixed wrong count in popping parameters ceriel 1989-02-14 14:10:31 +00:00
  • 0b3bf6705c New coroutine mechanism incorporated ceriel 1989-02-13 18:41:17 +00:00
  • 0f04dda084 make runtime error messages emacs-compatible ceriel 1989-02-13 18:28:17 +00:00
  • 0d87bd16bd more and better declarations in c.llb dick 1989-02-10 16:46:01 +00:00
  • b3702e14a3 Try to allocate to the next power of 2, instead of just aligning with GRABSIZE; This way, malloc(1000000) followed by free() followed by another malloc(1000000) will result in the same block being allocated, because first_present will now find it ceriel 1989-02-10 09:18:19 +00:00
  • 14a37445df Added documentation about priority and optimizer keywords ceriel 1989-02-09 16:17:00 +00:00
  • 390bc72f85 Added some comments ceriel 1989-02-09 15:58:34 +00:00
  • f1e69ba5dc Fix: current distribution is 4th ceriel 1989-02-09 15:57:27 +00:00
  • 4ca0a9fcb0 Adapted; Do not use /dev/tty ceriel 1989-02-09 15:55:33 +00:00
  • 9c2934c25d Added Algol68S ceriel 1989-02-09 15:53:09 +00:00
  • e3a1bdee64 fix: CHR expects a CARDINAL parameter ceriel 1989-02-09 15:43:28 +00:00
  • bdfe2ec9cf deleted makefile from distribution; Added some comments about this to the README file ceriel 1989-02-09 15:43:25 +00:00
  • ff974411bb New method of calling optimizers; fixed lint entry in Makefile ceriel 1989-02-09 14:08:47 +00:00
  • f5f3c78f28 New method of calling optimizer; Added Algol68S ceriel 1989-02-09 13:46:32 +00:00
  • fe90dbc022 minor correction ceriel 1989-02-09 13:26:24 +00:00
  • 4ffc5effc8 *** empty log message *** ceriel 1989-02-09 13:24:20 +00:00
  • c2a77056f3 Fixed lintflags ceriel 1989-02-09 11:33:11 +00:00
  • d26ae9524b fixed lint options; Added -O<num> option ceriel 1989-02-09 11:22:24 +00:00
  • 20bdcdb730 The s option now gives a percentage of the size of the input ceriel 1989-02-09 10:18:48 +00:00
  • 0fe5503e58 use pusha and popa instructions, and on the proper place ceriel 1989-02-08 15:47:22 +00:00
  • e93ffe54b0 Added ceriel 1989-02-08 15:29:51 +00:00
  • 2b4351612b Added ceriel 1989-02-08 15:19:42 +00:00
  • 46f14c974d Initial revision ceriel 1989-02-08 15:12:03 +00:00
  • 634ffd0111 Initial revision ceriel 1989-02-08 14:57:48 +00:00
  • 3cbeef9506 fixed problem with importing enumeration literals ceriel 1989-02-08 10:24:10 +00:00
  • a4d2bc520b make sure that every command ends up in the same directory where it started ceriel 1989-02-08 09:44:32 +00:00
  • 49d1c86cbc Adapted to our installation ceriel 1989-02-08 09:38:15 +00:00
  • a474dcaeae fixed return value of signal ceriel 1989-02-08 09:29:27 +00:00
  • 8d664a267e replaced some BSS by CON; The order in memory is important! Adapted to our installation ceriel 1989-02-08 09:23:46 +00:00
  • 92361b4669 use an ed script instead of an ex script; more portable ceriel 1989-02-07 17:54:33 +00:00
  • f66169c2d2 fix in IMUL, define DEBUG 1 ceriel 1989-02-07 14:30:47 +00:00
  • d3a832bd33 fixed several problems: - hex numbers and floating point numbers were wrong - grammar was wrong; did not accept correct ANSI C - prototype updates did not work - float parameters to routines without prototype were not upgraded to double - the dot operator no longer requires lvalue as left-hand-side ceriel 1989-02-07 13:16:02 +00:00
  • fa9f197afd made arg_error dependent on DEBUG; fixed cmp instruction in as_table ceriel 1989-02-07 11:42:28 +00:00
  • ea22ca0f3c made back.a dependent on some C files in this directory ceriel 1989-02-07 11:32:47 +00:00
  • 3897571520 Added FORMAT information for our lint; Documented the _format routine ceriel 1989-02-07 11:17:22 +00:00
  • 6ac0b14a21 made back.a dependent on some C files in this directory ceriel 1989-02-07 11:12:13 +00:00
  • 466770c802 Documented need of em_data.a for libeme.a ceriel 1989-02-07 11:11:57 +00:00
  • 3ca38fbe2e Initial revision ceriel 1989-02-07 11:04:05 +00:00
  • 14a0e523e3 increment error count on errors ceriel 1989-02-07 09:50:28 +00:00
  • 042b9384b2 fixed problem in sizeof() ceriel 1989-02-06 19:06:55 +00:00
  • ef128982bf some fixes ceriel 1989-02-06 15:15:27 +00:00
  • 791300c5a6 move to address register does not set condition codes ceriel 1989-02-06 15:11:49 +00:00
  • 325abcee85 Improved label handling and handling of jumps to jumps ceriel 1989-02-06 14:39:08 +00:00
  • 02159e48b4 Added some patterns for LOC LOC CII followed by test on (in)equality to 0 ceriel 1989-02-06 14:38:21 +00:00
  • d05287f87c Bug fix in cast ceriel 1989-02-06 14:38:00 +00:00
  • 9b12f58b23 Use our own preprocessor, added dependencies ceriel 1989-02-06 14:37:51 +00:00
  • e0fbecfcfb changed order of registers, so that d0 is allocated first ceriel 1989-02-06 14:35:10 +00:00
  • 1af2760ded some simplifications and a bug fix ceriel 1989-02-03 16:32:07 +00:00
  • 2f20b3e612 corrected print formats ceriel 1989-02-02 16:32:19 +00:00
  • 52ceb5a624 delinted somewhat ceriel 1989-02-02 16:31:51 +00:00
  • 0de84449fb bitwise operators available now ceriel 1989-02-02 16:15:54 +00:00
  • 4b299df52a Added header ceriel 1989-02-02 16:10:15 +00:00
  • ce33e1442d improved pattern ceriel 1989-02-02 16:04:18 +00:00
  • 364db71364 Added some patterns ceriel 1989-02-02 16:01:13 +00:00
  • 42ffe00f42 many changes, to make the make_* files more portable ceriel 1989-02-02 14:45:26 +00:00
  • 3c35dfc730 name changes ceriel 1989-02-02 14:41:24 +00:00
  • 244f5ec0ef as_back/const.h is deleted ceriel 1989-02-02 14:36:34 +00:00
  • eacc6e770e better evaluation order checking in expressions dick 1989-02-02 13:57:07 +00:00