Commit graph

  • f83c2ba230 updated to Minix 1.3 version ceriel 1989-11-03 12:57:25 +00:00
  • 0928518b8d Added a nicer trap handler ceriel 1989-11-03 11:54:41 +00:00
  • a951391408 removed stop.s ceriel 1989-11-03 11:53:47 +00:00
  • 6e551adf21 fixed some more bugs eck 1989-11-03 10:36:56 +00:00
  • bc565a13f1 updated to minix 1.3 ceriel 1989-11-03 09:25:46 +00:00
  • 787904f82c restrained error messages for lint + misc. dick 1989-11-02 18:17:59 +00:00
  • 287f8d5d70 fixed Constant Width ceriel 1989-11-01 17:30:44 +00:00
  • 2db075ab69 fixed memory fault, adapted mechanism code_scope ceriel 1989-11-01 15:41:06 +00:00
  • d72e4424cd modified labels ceriel 1989-11-01 15:35:42 +00:00
  • c33ae16bce the include file is called con_float, not float_cst ceriel 1989-11-01 10:57:04 +00:00
  • 9c03f2c8bd kill tokens using address registers better ceriel 1989-11-01 10:14:27 +00:00
  • ce1285d2eb format for % was wrong eck 1989-11-01 10:02:23 +00:00
  • 142a703f77 the error() routine did not set err_occurred! ceriel 1989-11-01 09:46:16 +00:00
  • c2a260ba68 better unknown flags handling ceriel 1989-10-31 11:15:23 +00:00
  • da85a0fa2f Added code expander ceriel 1989-10-31 11:14:01 +00:00
  • 7a18c01a7c relaxed typechecking a little bit eck 1989-10-31 10:48:20 +00:00
  • bdbbf32404 fixed bug, added -o option eck 1989-10-31 10:02:48 +00:00
  • cccb0dd197 if malloc can return 0 on a 0 argument, free should also accept 0 ceriel 1989-10-31 09:44:21 +00:00
  • 4b445d4860 malloc can return NULL when given a 0 argument ceriel 1989-10-30 18:25:30 +00:00
  • 046d5b38a9 use varargs.h ceriel 1989-10-30 17:51:31 +00:00
  • a817264e90 better (more restrained) error reporting dick 1989-10-30 16:19:35 +00:00
  • 2fb6605800 no more -T option to pic ceriel 1989-10-30 16:08:07 +00:00
  • 8cb76d3ed8 fix to for-loop code was wrong; fixed again ceriel 1989-10-30 15:45:43 +00:00
  • 67e5a8e7a5 improved check for loop ceriel 1989-10-30 15:17:01 +00:00
  • 64c2ad3838 There is no d0 register! ceriel 1989-10-27 18:20:14 +00:00
  • c2f70c4857 andl3 does not exist! use bicl3 instead ceriel 1989-10-27 18:03:37 +00:00
  • 480de7cafb fixed some bugs, changed warning interface eck 1989-10-27 13:33:10 +00:00
  • f04baf2201 Added code expander ceriel 1989-10-27 09:06:43 +00:00
  • 0f8516f861 use more simple hashing algorithm, made namelist generation dependant on a #define ceriel 1989-10-26 16:16:35 +00:00
  • cd1bb106ec improved STI 8 code ceriel 1989-10-26 15:54:21 +00:00
  • 9196107b79 fixed so that jumps back to local labels also work ceriel 1989-10-26 15:42:30 +00:00
  • 74546bd985 Added a command to kill a register ceriel 1989-10-26 15:41:38 +00:00
  • adc8fc6e9e Added _exit.c ceriel 1989-10-26 11:51:46 +00:00
  • acfb0f2eed Added _exit.c ceriel 1989-10-26 11:39:31 +00:00
  • 69d8dc3b44 use new version of con_float ceriel 1989-10-26 11:07:26 +00:00
  • a751b2ef42 Use Motorola byte order for floating point ceriel 1989-10-26 11:04:53 +00:00
  • 7f4a6b31a7 Use Intel byte order for floating point ceriel 1989-10-26 11:03:30 +00:00
  • cf855ea282 fixed so that jumps back to local labels also work ceriel 1989-10-26 11:01:44 +00:00
  • ed479cbb76 Do not call the .nop subroutine for a NOP (ANSI C modification) ceriel 1989-10-26 10:10:34 +00:00
  • 851a0c4501 Use Intel byte order for floating point ceriel 1989-10-26 09:52:41 +00:00
  • 3a8a4fc1df Use Motorola byte order for floating point ceriel 1989-10-26 09:49:32 +00:00
  • 3899b18911 Motorola byte ordering ceriel 1989-10-25 17:35:09 +00:00
  • d4d3e6b484 use 8087 byte order ceriel 1989-10-25 17:33:49 +00:00
  • a5b0790d96 Added CSA ==4 and CSB ==4 entries, needed for ANSI C ceriel 1989-10-25 17:21:52 +00:00
  • 13ea4896b0 changes for different byte orderings ceriel 1989-10-25 17:15:37 +00:00
  • 07f019213d Added csa4.s and csb4.s ceriel 1989-10-25 17:08:45 +00:00
  • 44ff24f085 Also recognize 'defined' without parentheses ceriel 1989-10-25 14:23:08 +00:00
  • 35586d769a DEFDIR fix ceriel 1989-10-25 13:37:26 +00:00
  • 68a2852f57 fixed bug and changed con_float ceriel 1989-10-25 13:24:29 +00:00
  • 4360ab1cee improved error handling: C_busy now returns 0 if C_failed is called ceriel 1989-10-25 11:36:51 +00:00
  • e4309374be changed string to change into CHANGE_ME ceriel 1989-10-24 16:58:28 +00:00
  • 80cb794116 Added mechanism to change default directory ceriel 1989-10-24 16:54:55 +00:00
  • 88a316478d adapted floating point package to handle IEEE format in different byte orders ceriel 1989-10-24 16:10:01 +00:00
  • a413fa8b90 fixed for SunOs 4.0 make ceriel 1989-10-24 16:09:24 +00:00
  • b4e38b8fcd adapted to use 80387 floating point format ceriel 1989-10-24 16:00:37 +00:00
  • b5a1f8a3b3 define IEEEFLOAT ceriel 1989-10-24 15:08:27 +00:00
  • d186cb605f removed bug for identifiers starting with L eck 1989-10-24 15:06:23 +00:00
  • 9286928275 improved domacro when NOPP defined eck 1989-10-24 15:02:02 +00:00
  • 8740dcc72e adapted to use 80387 floating point format ceriel 1989-10-24 15:00:09 +00:00
  • c5dcddd4fd adapted to also generate other byte-orders ceriel 1989-10-24 14:57:17 +00:00
  • c246adf1c4 correction ceriel 1989-10-24 14:42:49 +00:00
  • 95cfd33824 corrected assertions ceriel 1989-10-24 12:58:23 +00:00
  • 1ce56a4e78 renamed nccp.6 to ncpp.6 eck 1989-10-24 10:18:45 +00:00
  • 44b74a6c84 fixed for minix, which does not have ftime ceriel 1989-10-24 10:04:35 +00:00
  • 42940634dd Added ce directory ceriel 1989-10-24 09:30:32 +00:00
  • 1e3b6137d4 also include ../read_em; C_out.c needs em_comp.h. We cannot install read_em first, because that needs em_codeEK.h ceriel 1989-10-24 09:29:30 +00:00
  • dfb4d0c576 deleted } in arith.c eck 1989-10-23 14:39:33 +00:00
  • 4a5a463e44 improved handling of , (comma) operator and some more Minix squeezing ceriel 1989-10-23 13:50:27 +00:00
  • 788788edc0 improvements for the , (comma) operator ceriel 1989-10-23 13:45:19 +00:00
  • 741b43044d renamed ch7xxx to ch3xxx eck 1989-10-23 13:00:35 +00:00
  • 49d31eaeff initial commit ceriel 1989-10-23 11:25:20 +00:00
  • 8af6b69b44 Added .distr file ceriel 1989-10-23 11:20:46 +00:00
  • d5dc0b7342 Initial commit ceriel 1989-10-23 11:19:44 +00:00
  • ead414d725 only give warning about relocation info if -u flag is not given ceriel 1989-10-23 10:51:46 +00:00
  • e5117bbf30 Added an ARGSUSED to shut up lint ceriel 1989-10-23 10:37:00 +00:00
  • 1d37165575 Initial revision eck 1989-10-23 10:35:56 +00:00
  • ba8482c5ab Added another pattern ceriel 1989-10-23 10:26:00 +00:00
  • 10dd78edbf Added patterns ceriel 1989-10-20 17:32:04 +00:00
  • cf3bcb5e63 Added routine to evaluate operands of binary operator ceriel 1989-10-20 17:08:48 +00:00
  • 352c5c581b some more Minix squeezing ceriel 1989-10-20 16:16:06 +00:00
  • 64b7d49c0a Added patterns ceriel 1989-10-20 14:36:26 +00:00
  • b6a7d4fa0f Minix again eck 1989-10-20 13:06:10 +00:00
  • 01f77a03af Added CBO (commutative binary operator) to make it a little easier to write reordering patterns ceriel 1989-10-20 11:59:52 +00:00
  • d6fa6357f2 some more Minix squeezing ceriel 1989-10-20 11:58:37 +00:00
  • 78d3e500fb added CPP variable to Makefile eck 1989-10-20 11:05:00 +00:00
  • 46e45d1c2d added CPP variable to Makefile eck 1989-10-20 10:37:25 +00:00
  • 3d5569183e some more squeezing for Minix ceriel 1989-10-19 19:29:39 +00:00
  • e4857c2446 many minor modifications (it still will not fit on Minix!) ceriel 1989-10-19 14:53:25 +00:00
  • 35c612b99b some minor improvements ceriel 1989-10-19 14:50:52 +00:00
  • 1ae683e3b3 improved the making of libCEopt.a ceriel 1989-10-18 14:40:15 +00:00
  • 8ff400fd0f squeezing for MINIX eck 1989-10-18 13:12:31 +00:00
  • 84297d3460 parameterize back library name (needed for SUN) ceriel 1989-10-18 12:36:28 +00:00
  • b4504c0f73 parameterize back library name (needed for SUN) ceriel 1989-10-18 11:51:12 +00:00
  • 9c403e7299 Added mechanism to make peephole optimizer version bigger (needed for SUN-3) ceriel 1989-10-18 11:39:19 +00:00
  • 95563ae3bc small improvement: added pattern for LDC -1 CMS 4 ZEQ/ZNE ceriel 1989-10-18 10:15:49 +00:00
  • cf65fbe6a1 a simple optimization added ceriel 1989-10-18 09:22:47 +00:00
  • 46fb868503 introduced TABGEN variable eck 1989-10-17 11:35:13 +00:00
  • 744fcc3442 Added split.c to .distr ceriel 1989-10-16 18:02:55 +00:00
  • 82c3158ada simplified a bit ceriel 1989-10-16 17:56:36 +00:00
  • b821194cbd merged cricon.c+crfcon.c+crucon.c into crxcon.c ceriel 1989-10-16 16:37:46 +00:00