home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1998 #4 / amigaacscoverdisc1998-041998.iso / utilities / shareware / dev / vbcc / doc / history < prev    next >
Encoding:
Text File  |  1998-02-19  |  46.1 KB  |  1,032 lines

  1. vbcc is (c) in 1995-97 by Volker Barthelmann
  2.  
  3. (cga68k):  changes in the code generator for amiga68k/unix68k
  4. (cgi386):  changes in the code generator for i386
  5. (cgppc):   changes in the code generator for ppc
  6. (cgalpha): changes in the code generator for alpha
  7. (cla68k):  changes in the C library for amiga68k
  8. (vca68k):  changes in the compiler frontend for amiga68k
  9. (vcu68k):  changes in the compiler frontend for unix68k
  10.  
  11.  
  12.  
  13. Changes since V0.6
  14.  
  15. - bug fix: functions returning structs
  16. - bug fix: str(n)icmp in extra.lib (cla68k/clappc)
  17. - added some simple elimination of redundant compare/bccs
  18. - added loop-unrolling for certain loop-invariant number of iterations
  19. - fixed names of some dos-varargs-functions in vargs.h (cla68k/clappc)
  20. - -use-lmw added (cgppc)
  21. - some work on -peephole (cgppc)
  22. - bug fix: signed right-shifts (cgppc)
  23. - newmalloc made standard (cla68k)
  24. - fixed some bugs in addressing (cgm68k)
  25. - BeginIO added to libamiga.a
  26. - fixed certain type-conversions (cgppc)
  27. - some bug fixes (cgalpha)
  28. - added NOEXE to config-files using PhxAss
  29. - bug fix: replaced buggy strncpy (cla68k/clappc)
  30. - support for stack-frames larger than 32KB added (cgppc)
  31. - some changes in the code-generator for ppc (cgppc)
  32. - new pasm can replace branches >16bit (config-files changed)
  33.  
  34. Changes since V0.5k
  35.  
  36. - -ml option added to vc
  37. - remove() and rename() added (clappc)
  38. - vc accepts +file anywhere now
  39.  
  40. Changes since V0.5j
  41.  
  42. - -setccs added (cgppc)
  43. - bug fix: some bugs for ppc fixed (cgppc)
  44. - bug fix: problems with SUBPFP in ic.c
  45. - bug fix: do_refs() had problems with pointer-constants (cgm68k)
  46. - bug fix: similar problem for i386 (cgi386)
  47. - obsolete EOF-check in main() removed
  48. - format for -cc/-ccv changed (vc)
  49. - + does not need the full path anymore (vc)
  50.  
  51. Changes since V0.5i
  52.  
  53. - fixed minor bugs in strcmp, strncmp and memcmp (cla68k,clappc)
  54. - fixed certain problems with regargs
  55. - some bug-fixes (cgppc,cgalpha)
  56. - bug-fix: KONST|DREFOBJ was incorrectly propagated as constant
  57. - hacked fd2lib to create libcall-includes (cla68k)
  58.  
  59. Changes since V0.5h
  60.  
  61. - -ul added to vc
  62. - -no-regnames added (cgppc)
  63. - changed gen_cond() void
  64. - support for struct-return and HAVE_REGPARMS
  65. - several bug-fixes (cgppc,cgalpha)
  66. - removed debugging-output in printzul
  67. - warning 208 extended to simple endless loops
  68. - cyclic dependencies in load_reg_parms are handled now
  69. - several bug fixes (cgppc)
  70.  
  71. Changes since V0.5g
  72.  
  73. - argument-registers were assigned before rewriting array/function-types
  74. - r2 is reserved (cgppc)
  75. - warning 168 is no more displayed for main()
  76. - bug-fix: alignment of floating-point-constants not always ok (cgppc,cgi386)
  77. - bug-fix: sub const with short types (cgppc)
  78. - function-inlining works with register-parameters
  79. - added stdarg-support (cgppc)
  80. - leaf-functions don't creat a stack-frame (cgppc)
  81. - some bug fixes (cgppc)
  82. - several changes in handling of alignments
  83. - added support for modulo (cgppc)
  84. - some modifications on alignments (cgm68k,cgppc)
  85. - -amiga-align added (cgppc)
  86. - mysupp included in extra.lib (cla68k)
  87. - some docs updated
  88. - added memread_id, memwrite_id and memwrite_completely to vsc.h
  89. - added inline-assembly-functions
  90.  
  91. Changes since V0.5f
  92.  
  93. - added examples of stdarg.h into the codegen-docs
  94. - -save-fp added (cgi386)
  95. - bug fix: conversions int<->char and %esi etc. (cgi386)
  96. - warning 170 turned off by default
  97. - bug fix: corrected prototype for strerror() (cla68k)
  98. - no-builtins added (cgalpha)
  99. - added some builtin faunctions (cgalpha)
  100. - ?: now works with non-scalars
  101. - dtgen is easier to use when not building a cross-compiler
  102. - __typeof added
  103. - conversions of DREFOBJ sometimes generated illegal assembly on
  104.   alpha (cgalpha)
  105.  
  106. Changes since V0.5e
  107.  
  108. - cg_copyright added
  109. - increased default-values for unroll-size and inline-size
  110. - some changes for PPC (cgppc)
  111. - bug fix: declarations with empty identifiers were accepted
  112. - bug fix: read_config() read one byte too much in vc (vc)
  113. - bug fix: warning 226 added
  114. - some optimizations for Alpha (cgalpha)
  115. - more conservative handling of copy-propagation and structs/unions
  116. - better handling of alignment of compund types
  117. - bug fix: local_regs() generated duplicate FREEREGs if a register
  118.            was exchanged in free_hreg()
  119. - bug fix: moveq was used incorrectly sometimes (cgm68k)
  120. - bug fix: problems with must_convert() for m68k (cgm68k)
  121. - bug fix: sometimes scratch registers were reused too early with
  122.            a op= b
  123.  
  124. Changes since V0.5d
  125.  
  126. - added warnings 224 and 225
  127. - bug fix: parsing of format-strings works better now
  128. - inlined calls don't increase <function_calls>
  129. - some work on the code-generator for alpha
  130. - bug fix: function-inlining didn't work with register parameters
  131. - clearing am before gen_dc
  132.  
  133. Changes since V0.5c
  134.  
  135. - new Makefile
  136. - better support for crosscompilers and emulation of data types
  137. - bug fix: several bugs fixed
  138. - a68k/amiga68k became m68k
  139.  
  140. Changes since V0.5b
  141.  
  142. - bug fix: corrupt alias info in frequency-reduction
  143. - bug fix: loop1 in flow.c
  144. - bug fix: arith_opt() converted uninitialized var
  145. - uses ffree for i386 (cgi386)
  146. - added supp.h/c; started to separate C-specific parts
  147.  
  148. Changes since V0.5a
  149.  
  150. - setvbuf works better now (cla68k)
  151. - bug fix: float/double->unsigned char/short works correct with FPU now (cga68k)
  152. - -longalign added (cgi386)
  153. - bug fix: mieee.lib closed wrong library (cla68k)
  154. - bug fix: typo in default rule of Makefile
  155. - added warning 222
  156. - bug fix: addressing-modes with 68020+ (cga68k)
  157. - bug fix: local register allocation when optimizing
  158. - bug fix: create_loop_headers had problems with empty basic blocks
  159. - bug fix: enforcer hit and incorrect warnings in certain while- and
  160.            for-expressions when optimizing
  161. - bug fix: parsing of certain declarations was buggy
  162.  
  163. Changes since V0.5
  164.  
  165. - loop-unrolling now works with multiple ccs
  166. - work on the ppc code generator (cgppc)
  167. - bug fix: old-style function-definitions with '...' didn't give a diagnostic
  168. - bug fix: missing ',' in function calls didn't give a diagnostic
  169. - bug fix: certain missing brackets around initializers didn't give a
  170.            diagnostic
  171. - bug fix: in certain cases wrong code for divisions was generated (cgi386)
  172. - bug fix: optimizing local register allocation had problems with USEQ2ASZ
  173. - local_regs() tries to use best reg with SETRETURN
  174. - started support for default argument passing in registers
  175. - bug fix: rearranging of array-accesses was buggy with DREFOBJs
  176. - bug fix: loading of parameters into registers was sometimes wrong if there
  177.            was a jump to the first basic block after optimization
  178. - bug fix: casting to void and conditional-expressions with void caused
  179.            problems
  180.  
  181. Changes since V0.4f
  182.  
  183. - bug fix: there was a bug with local register allocation and optimizing
  184. - bug fix: t_max[CHAR] was wrong :-) (cga68k, cgi386, cgppc)
  185. - ixemul-support updated (cla68k)
  186. - bug fixed: initialized arrays with unspecified size always increased size
  187.              of stack frame
  188. - work on the i386 code generator (cgi386)
  189. - fixed bug with register parameters and optimizer
  190. - a4 is saved when geta4 is called (cga68k)
  191.  
  192. Changes since V0.4e
  193.  
  194. - small improvements on the i386 code generator (cgi386)
  195. - bug fix: minor bug in loop-unrolling with TEST
  196. - bug fix: there was a check missing in type_expr/CALL
  197. - bug fix: do not use addressing modes if base register was freed (cga68k)
  198. - added new m040.lib by Aki M Laukkanen (cla68k)
  199. - added elf-support and -elf option to i386 code generator (cgi386)
  200. - bug fixed: _ctype_.c in vcs.lib had been built with large data (cla68k)
  201. - __reg added
  202. - added support for parameter passing in registers
  203. - small changes in local optimizing register allocation
  204.  
  205. Changes since V0.4d
  206.  
  207. - arguments for mieee-functions are passed in different order now; rebuilt
  208.   mieee.lib (cga68k, cla68k)
  209. - changed directory-structure, Makefile and frontend
  210. - bug fixed: certain struct initializations got the alignment wrong (bug
  211.              was probably introduced recently)
  212. - included new PhxLnk
  213. - included startup-code for ixemul.library by Frank Wille
  214. - changed default vc.config (-Ivinclude: put at the end)
  215. - better error handling when parsing enums
  216. - fixed a bug with struct-assigns and improved them a bit (cga68k)
  217. - moved a } in killsp()
  218. - slightly better error-handling of function-declarations
  219. - warning 121 only applies to storage-class extern
  220. - bug fixed: declaration for remove() was missing in stdio.h (cla68k)
  221. - bug fixed: extra ','s in function calls cause a diagnostic now
  222. - added a missing ';' in vconfig-sources
  223. - added missing includes and removed incorrect ',' in vbrowse-sources
  224.  
  225. Changes since V0.4c
  226.  
  227. - bug fixed: delayed-popping was corrupt in certain cases (cga68k, cgi386)
  228. - cleanup_cg() added
  229. - shortcut() added
  230. - fixed bug in the optimzer (av.c and regs.c)
  231. - modified handling of character-constants with multiple chars
  232. - cleaned up a lot of internal things and using the target's arithmetic
  233.   where necessary - required changes in the code generators
  234. - simple-regs will assign scratch-registers again if no functions are called
  235. - fixed bug in simple-regs
  236.  
  237. Changes since V0.4b
  238.  
  239. - -no-multiple-ccs added
  240. - warning 119 is not displayed for static vars any more
  241. - bug fixed: global copy propagation probably didn't really do anything
  242. - better support for multiple condition code registers
  243. - started code-generator for ppc
  244. - changed directory-structure
  245.  
  246. Changes since V0.4a
  247.  
  248. - bug fixed: the new PUSH still didn't work ok in all cases (cga68k)
  249. - bug fixed: certain (useless) comparisons between unsigneds and constants
  250.              generated wrong code
  251.  
  252. Changes since V0.4
  253.  
  254. - bug fixed: isalpha must not be true for anything but a-z/A-Z (cla68k)
  255. - new PhxLnk
  256. - bug fixed: aliasing info was incorrect in some mustconvert-cases
  257. - bug fixed: the assert-macro didn't work (cla68k)
  258. - bug fixed: the offset of addressing modes was not cleared generating
  259.              problems with the new PUSH (cga68k)
  260. - bug fixed: assign() had problems with qualified floats/doubles (cga68k)
  261.  
  262. Changes since V0.3i
  263.  
  264. - rebuilt libraries with -O2 (cla68k)
  265. - warning 216 added
  266. - bug fixed: initializations of structs containing unnamed bitfields were
  267.              not handled correctly
  268. - [f|s]printf and [f|s]scanf are always recognized if declared correctly
  269. - modified cp.c to use aliasing info
  270.  
  271. Changes since V0.3h
  272.  
  273. - bug fixed: aliasing info with arrays and structs wasn't always correct
  274. - #pragma opt added
  275. - added __v0[s|f]printf to vc.lib and modified stdio.h (cla68k)
  276. - added replacing printf/scanf-like functions
  277. - warning 215 added
  278. - warning 214 added
  279. - looking at format strings of printf/scanf and similar functions
  280. - #pragma printflike/scanflike added
  281. - handling of #pragma changed a bit
  282. - warning 213 added
  283. - bug fixed: calls strlen, strcpy and memcpy were inlined even if they had
  284.              no external linkage
  285. - warning 212 added
  286. - warning 211 added
  287. - bug fixed: t_max[UNSIGNED|LONG] wasn't set correctly (cga68k)
  288. - warning 210 added
  289. - warning 170 displays line number
  290. - INIC supported for error-messages
  291. - changed ierror-macro and eliminated multiple __FILE__-expansions reducing
  292.   size of executable a bit
  293. - improved debugging output (cga68k)
  294. - vc prints size of generated executable with -v (vca68k)
  295. - vc puts temporary files in T: unless -notmpfile is specified (vca68k)
  296. - improved debugging output (cga68k)
  297. - added geta4() (cla68k)
  298. - moved a few killsp()s
  299. - added elementary source-level-debugging helps (cga68k)
  300. - added -g to activate symbol-debugging with PhxAss (cga68k)
  301.  
  302. Changes since V0.3g
  303.  
  304. - bug fixed: ceil() and floor() have been missing in m881.lib (cla68k)
  305. - bug fixed: prototype for fputs was wrong (cla68k)
  306. - improved pushing of larger objects (cga68k)
  307. - added chdir() to extra.lib (cla68k)
  308. - bug fixed: sometimes dc.l xyz(a4) was generated (cga68k)
  309. - fixed some memory-leaks with alias-info
  310. - bug fixed: always_reached was not reliable
  311. - bug fixed: frequency-reduction sometimes created the wrong type if a
  312.              computation (but not the whole IC) was moved
  313. - slightly modified calc_movable()
  314. - used old version of always_reached again
  315. - address-of struct/union/array ICs were sometimes not moved out of loops
  316. - redesigned handling of used/changed objects and aliasing information
  317.  
  318. Changes since V0.3f
  319.  
  320. - bug fixed: space for at least one var on the stack has been allocated
  321.              even if no var was ever used
  322. - changed optimizing register assignment slightly
  323. - bug fixed: type-based alias-optimization wasn't always correct
  324. - bug fixed: the new reaching-definitions did not handle compound types
  325. - bug fixed: strength-reduction created problems with certain configurations
  326.              of nested loops and splittable induction-vars
  327. - bug fixed: strength-reduction of x-ind_var did not negate the induction
  328. - vbcc built itself, vc and vcpp succesfully under NetBSD-Amiga 1.1
  329. - alignment of arrays in structures now depends on the array type
  330. - rebuilt mieee.lib, vc.lib and vcs.lib to use new return type passing (cla68k)
  331. - modified returning of larger types and added -no-fp-return and
  332.   -no-mreg-return (cga68k)
  333. - returning of structures in registers is allowed
  334. - 8bit constants are copied in registers for 060 again (cga68k)
  335. - elimination of a dead GETRETURN does not count as a change any more
  336. - moved the computation of areached out of the frequency-reduction-loop
  337. - made printing of fp-constants a bit better (cga68k)
  338. - added -gas (cga68k)
  339. - bug fixed: in certain cases a TEST #const was generated
  340. - included new fd2lib/MakeALIB.script/DoPktn.c by Johnny Tevessen
  341. - removed some gcc-specific-#includes from amiga.lib (cla68k)
  342. - modified representation of reaching-definitions and its use in
  343.   constant-propagation and frequency-/strength-reduction
  344. - bug fixed: declaration for fputs() was missing in stdio.h (cla68k)
  345. - added -no-alias-opt
  346. - alias-analysis by type added; currently used in:
  347.   - active-variable-analysis
  348.   - reaching-definitions-analysis
  349.   - available-expression-analysis
  350.  
  351. Changes since V0.3e
  352.  
  353. - changed vbrowse to be compatible with new error-mechanism
  354. - changed error-mechanism somewhat
  355. - added -iso
  356. - meaning of -ansi changed
  357. - strength-reduction uses the same induction variable for equivalent
  358.   operations now
  359. - bug fixed: another one with addressing-modes (cga68k)
  360. - bug fixed: end of basic blocks was not always correctly recognized and
  361.              illegal addressing modes could have been used when optimizing
  362.              (cga68k)
  363. - minor changes to time.h (cla68k)
  364. - lea is sometimes used for ADDI2P/SUBIFP (cga68k)
  365. - improved use of postincrement (cga68k)
  366. - pea is used with addressing-modes now (cga68k)
  367. - constant 0s are not copied into data registers any more (cga68k)
  368. - changed global register-allocation; starts with outermost loops and works
  369.   a bit different now
  370. - bug fixed: if/while/for did generate corrupt code if the condition was
  371.              constant 0 and the body contained a labeled-statement
  372. - bug fixed: simple_regs() did assign variables to scratch-registers even
  373.              if the function contained function-calls sometimes
  374. - bug fixed: there was a hardcoded sizeof(POINTER)==4 in szof()
  375. - bug fixed: changed the init-value for local_offset from 4 to maxalign
  376.              and adapted probj2()
  377. - some peephole-optimizations added
  378. - -fp-associative added
  379. - bug fixed: ICs with one source equal to the target were considered as a
  380.              use(gen) preventing elimination of such ICs in loops
  381. - bug fixed: sometimes branch-instructions were moved incorrectly
  382. - strength-reduction added
  383. - bug fixed: peephole() did some not-so-nice things when folding pointer
  384.              operations; probably not fatal in 68k code-generator
  385. - moved some parts from machine.c to other files and made the separation
  386.   of machine-dependent parts somewhat nicer
  387.  
  388. Changes since V0.3d
  389.  
  390. - bug fixed: frequency-reduction (and perhaps cse, too) got the type of
  391.              added temporaries wrong for ADDRESS/ADDI2P etc.
  392. - bug fixed: sometimes the test in for/while loops was corrupt if it contained
  393.              type-conversions in optimizing compilation
  394. - bug fixed: function-inlining did complain about functions returning struct
  395. - bug fixed: there was a problem with copy-propagation and structs
  396. - bug fixed: labs() was called abs() (cla68k)
  397. - added inlining of several functions to the header files (cla68k)
  398. - bug fixed: vbcc tried to inline varargs functions which usually resulted
  399.              in an error
  400. - frequency-reduction added
  401. - bug fixed: constant folding when optimizing did a division by zero when
  402.              folding a floating-point division with ]-1;0[ v ]0;1[
  403. - bug fixed: the 32bit division functions in vc.lib were buggy and got in
  404.              an (almost) endless loop with certain arguments; as vbcc
  405.              uses them it could get stuck when folding certain constants.
  406. - bug fixed: certain definitions haven't been set correctly at the start
  407.              of a function leading to wrong reaching definitions and corrupt
  408.              constant propagation in some cases
  409. - bug fixed: copy propagation did replace argument of ADDRESS
  410. - vc passes -+ through to vcpp (vca68k)
  411.  
  412. Changes since V0.3c
  413.  
  414. - vbcc accepts a space after '=' in its option (used by vc)
  415. - improved copy propagation; it was very conservative sometimes
  416. - bug fixed: there were parentheses missing somewhere in cp.c
  417. - bug fixed: restoring of scratch registers after function-calls was buggy
  418.              in optimizing compilation
  419. - distributed Makefile should be ready to use with vbcc now, Makefile.generic
  420.   should be easy to use with another compiler
  421. - polished Makefiles (added rules for vbccs etc.)
  422. - -o option of vc works with intermediate files, too (vca68k)
  423. - extra.lib included in source tree (cla68k)
  424. - vconfig included in source tree
  425. - bug fixed: the putc-macro in stdio.h wasn't ok, I think (cla68k)
  426. - vcpp was configured to accept C++-comments by default - this has been
  427.   corrected; add '-+' to the -pp lines in vc.config if you insist
  428. - -strip-path added
  429. - vc and vbcc accept -o=executable now
  430. - changed the call to vcpp in vc.config (no stdout-redirection any
  431.   more) (vca68k)
  432. - bug fixed: mysupp.c closed dup'ed files twice (cla68k)
  433. - replaced strstr in vc.lib by a version written by Kasper Graversen (cla68k)
  434. - -dontkeep-initialized-data causes vbcc not to keep initialized data in
  435.   memory and can therefore reduce memory consumption
  436. - warning 118 is no ANSI-violation
  437. - warning 207 added
  438. - checking of type-specifiers/qualifiers is now more strict
  439. - changed text for error 58
  440. - bug fixed: some initializations with additional braces were rejected
  441. - some minor changes to vc.doc (vca68k)
  442. - changed text for error 93 (errors.h, errors.doc, VBCCMessages.guide)
  443. - bug fixed: register assignment in optimizing compilation made errors
  444.              due to wrong BRA interpretation
  445.  
  446.  
  447. Changes since V0.3b
  448.  
  449. - minor changes to loop.c
  450. - bug fixed: fread didn't always return correct results (cla68k)
  451. - bug fixed: there were some 'extern's missing in vbc.h causing e.g. the
  452.              old problems with source layout
  453. - rebuilt vcpp to allow more than 10 open files (ouch!)
  454. - bug fixed: under certain circumstances global common subexpressions
  455.              were not replaced correctly if use and one evaluation were
  456.              in the same basic block
  457.  
  458.  
  459. Changes since V0.3a
  460.  
  461. - vc.lib/vcs.lib/mieee.lib/m881.lib/m040.lib/vbcc/vc rebuilt
  462. - div/ldiv should be conforming now
  463. - ungetc should now work even if it is the first action to a stream (cla68k)
  464. - fflush(0) only affects files in output mode (cla68k)
  465. - removed const qualifier from the ctype-array (cla68k)
  466. - changed the ctype-functions to use the array (cla68k)
  467. - added #definition of NULL to stdio.h (hope that's correct) (cla68k)
  468. - changed several stdio-functions and added line-buffering (cla68k)
  469. - bug fixed: setbuf/setvbuf was broken (cla68k)
  470. - bug fixed: vbrowse didn't ask for gadtools.library V39
  471. - vbrowse opens a window that fits on a standard workbench by default now
  472. - bug fixed: there was a bug in newmalloc.c (cla68k)
  473. - bug fixed: included new version of the pooled memory routines for amiga.lib
  474.              and rebuilt amiga.lib; hopefully works with OS2.0 now (cla68k)
  475. - bug fixed: struct-declaration-structs have been freed too early; current
  476.              solution is not very nice, but should work
  477. - bug fixed: there should not be restrictions on the source layout any more
  478.              (problem with look-ahead fixed)
  479. - bug fixed: identifiers longer than MAXI could cause problems
  480. - bug fixed: passing incomplete types to functions without prototypes did
  481.              not cause a diagnostic
  482. - changed the internal representation of structs/unions/prototypes
  483.   - some non-conforming things in the source corrected
  484.   - hardcoded limit for struct sizes etc. eliminated
  485.   - type of incomplete structs should be ok now
  486. - bug fixed: code after an always false if etc. wasn't generated even if
  487.              it contained a label
  488.  
  489.  
  490. Changes since V0.3
  491.  
  492. - vc passes options starting with -D or -I through to the preprocessor -
  493.   the format for -pp/-ppv has changed (vca68k)
  494. - vc writes names of objects for the linker to a temporary file if they are
  495.   very long (vca68k)
  496. - vc supports option -nostdlib to prevent linking with standard-startup/libs
  497.   additional entries -l2/-l2v are necessary in vc.config (vca68k)
  498. - bug fixed: perror was called prerror in the library - ouch; Make-scripts
  499.              changed and vc.lib/vcs.lib rebuilt (cla68k)
  500. - bug fixed: perror-prototype was incorrect (cla68k)
  501. - added missing prototype for strerror() to string.h (cla68k)
  502. - added missing prototype for strtok() to string.h (cla68k)
  503. - rebuilt amigas.lib and vcs.lib (cla68k)
  504. - bug fixed: constant data in code-sections was addressed via a4 with -sd
  505.              (cga68k)
  506. - bug fixed: conversion between pointers and integers may not be omitted in
  507.              most cases (cga68k)
  508. - branches after TEST unsigned are changed now and tst may be omitted (cga68k)
  509. - rebuilt amiga.lib (cla68k)
  510. - bug fixed: fd2lib didn't work with varargs-functions expecting the
  511.              argument-list in a data register (cla68k)
  512. - added several varargs-functions to fd2lib (cla68k)
  513. - edited the Make#?lib.scripts (cp->copy, *.c->#?.c) (cla68k)
  514. - added a few xdefs to amiga.lib (cla68k)
  515.  
  516.  
  517. Changes since V0.2v
  518.  
  519. - changed the version number :-)
  520.  
  521.  
  522. Changes since V0.2u
  523.  
  524. - rebuilt vc.lib and vcs.lib
  525. - bug fixed: the vbcc-compiled cpp did not close opened files; now the
  526.              routines in mysupport.c close all opened files at exit
  527. - bug fixed: there was still an error that caused wrong line numbers to be
  528.              printed in messages when an external preprocessor was used
  529. - compiling with NO_OPTIMIZER #defined and linking without av.o, cp.o, cse.o,
  530.   flow.o, loop.o and rd.o produces a smaller executable that doesn't
  531.   include the global optimizer
  532. - compiled the cpp from the lcc-distribution with vbcc and changed vc.config
  533.   to call this one rather than dcpp (vca68k)
  534. - bug fixed: removed some float.h scratch from limits.h (cla68k)
  535. - bug fixed: some code generation errors fixed (cga68k)
  536. - bug fixed: addressing-modes were sometimes used where they shouldn't (cga68k)
  537. - bug fixed: sometimes wrong code was generated for a op= b; expressions
  538. - bug fixed: some optimizer routines sometimes called mymalloc(0) which
  539.              caused mymalloc to abort with C-libraries returning a null
  540.              pointer; fixed by changing the size to 1 in mymalloc (not
  541.              very nice, but simple)
  542. - added alternative malloc-routines that use the Amiga's AllocPooled-Rotuines
  543.   (libsrc/stdlib/newmalloc) (cla68k)
  544. - bug fixed: in the handling of switch-statements the addressing-mode-pointers
  545.              were set to zero too early and therefore later overwritten
  546.              with scratch
  547. - bug fixed: in some places memory that was already free'd was accessed under
  548.              certain circumstances
  549. - replacing multiplications by shifts was not done in recent versions (cga68k)
  550. - some minor code generation improvements (cga68k)
  551. - bug fixed: copies of local auto variables of inlined functions got
  552.              non-empty identifiers which caused corrupt code generation
  553.              under certain circumstances
  554. - bug fixed: function-inlining didn't work with return-values that must be
  555.              passed via pointer
  556. - bug fixed: variables in IDENTIFIER-nodes were searched with find_var()
  557.              in gen_code() again, rather than using a copy from
  558.              type_expression(); this generated corrupt code in certain cases
  559.              of function-inlining
  560. - rebuilt showerr and tovbr using small-data with new PhxLnk
  561. - added special inlining of strlen() and strcpy()
  562. - bug fixed: the amiga68k code generator assumed long-alignment with
  563.              inline_memcpy
  564. - bug fixed: tst may not be omitted if operand is unsigned (cga68k)
  565. - bug fixed: inline_memcpy was not only used when optimizing
  566. - bug fixed: the line number displayed in diagnostics were sometimes wrong
  567.              if an external preprocessor with # <line> "file" was used
  568. - bug fixed: function inlining messed up labels of static local vars
  569.  
  570.  
  571. Changes since V0.2t
  572.  
  573. - removed any 060-specific modulo-handling again (060 has div?l.l) (cga68k)
  574. - some minor code generation improvements with arithmetic instructions and
  575.   constants (cga68k)
  576. - warning for not correctly handled empty struct-declarations added
  577. - bug fixed: initializations of incomplete structs resulted in infinite
  578.              error loops
  579. - improved diagnostics regarding incomplete types
  580. - bug fixed: nested calls to inlined functions were broken
  581. - address-of instructions are subject to common-subexpression-elimination
  582. - bug fixed: function-inlining sometimes assigned the arguments to the wrong
  583.              variables
  584. - #pragma only-inline on/off added
  585. - some associativity optimizations are done with ADDI2P, too
  586.  
  587.  
  588. Changes since V0.2s
  589.  
  590. - some minor changes and bug fixes on vbrowse
  591. - program showerr added
  592. - bug fixed: if the return value was moved to an address register this was
  593.              supposed to set the condition codes (cga68k)
  594. - addq #const,a7 is no longer supposed to destroy condition-codes (cga68k)
  595. - bug fixed: sometimes the popping of function arguments was moved before
  596.              a call (cga68k)
  597. - added #pragma type to display the type of an expression
  598. - bug fixed: declarations of functions within functions were buggy in 0.2r,
  599.              because the prototype of the inner function was freed to early
  600. - bug fixed: vbcc assumed that "fmove.l fpx,ea" sets condition-codes for
  601.              ea (cga68k)
  602. - bug fixed: TEST-instructions were omitted even if the type was different
  603.              (could probably only happen with dirty things) (cga68k)
  604. - bug fixed: offsets for temporary buffers for scratch-registers were
  605.              sometimes incorrectly calculated (only without optimizing);
  606.              scanf() of the recent mieee.lib and m040.lib versions was
  607.              broken due to that bug
  608. - bug fixed: string constants are only allowed as initalizers for array of
  609.              char now
  610. - bug fixed: handling of long float/double is now a bit better
  611. - changed flags of a few error messages
  612. - bug fixed: problem with unexpected end of file errors fixed and some
  613.              improvements in killsp() and translation_unit()
  614. - function calls are never separated from the corresponding PUSHs now (this
  615.   might confuse the delayed popping of code-generators)
  616. - if all successors of a block have the same instruction at the beginning
  617.   it is moved to the predecessor in certain cases
  618. - space for local variables is better used in optimizing compilation now
  619. - function inlining doesn't increase label-numbers any more
  620. - handling of local registers and pointer dereferencing improved a bit
  621.   (temporary vars that get dereferenced should almost always be
  622.   assigned a proper register now)
  623. - bug fixed: rearranging of array-accesses was buggy in 0.2s
  624. - bug fixed: a previous declaration of a function was not visible in the
  625.              function definition in 0.2s
  626. - changed the ctype macros a bit (cla68k)
  627. - bug fixed: use of addressing modes was buggy in 0.2s (therefore the
  628.              last mieee.lib was broken) (cga68k)
  629. - code generation for modulo improved for 020+ (incl. 060) (cga68k)
  630.  
  631.  
  632. Changes since V0.2r
  633.  
  634. - bug fixed: conversions between unsigned<->floating point should now
  635.              always be correct with mieee.lib (cga68k) (cla68k)
  636.              mieee.lib rebuilt
  637. - if -noasm is specified the .asm file is no longer created
  638. - gen_vars() now does not create output if there were errors or -noasm
  639.   was specified (this also fixes a bug that created infinite internal
  640.   errors after certain corrupt initializers)
  641. - bug fixed: vbcc did not correctly recognize if opening of the input file
  642.              failed in V0.2q/r
  643. - some optimizations to improve array accesses
  644. - VARADR objects are subject for copy propagation now
  645. - add/sub with constant addresses gets folded (opt only)
  646. - divsl.l is not used when -cpu=68060 is selected (cga68k)
  647. - switch-statements can be implemented by SUB/TEST/BEQ sequences rather
  648.   than COMPARE/BEQ sequences (selectable with SWITCHSUBS)
  649. - bug fixed: no error for duplicate case labels was printed
  650. - bug fixed: detecting of loops did identify loops with jumps out of
  651.              the loop as normal loops
  652. - bug fixed: scope of function prototypes should now be correct
  653. - bug fixed: function parameters were not marked as DEFINED and therefore
  654.              redefinition of function parameters did not cause errors
  655.  
  656. Changes since V0.2q
  657.  
  658. - if several basic blocks have the single same successor and the last
  659.   last instruction of those statements is identical it is moved to the
  660.   common successor
  661. - for CPUs>=68040 8bit constants are not copied to registers (cga68k)
  662. - popping of function arguments is done one instruction before a TEST inst.
  663.   (I thought this was necessary to avoid certain tst-instructions, because
  664.   my manual says addq #x,a7 changes condition codes - however this seems
  665.   to be wrong) (cga68k)
  666. - Thorsten Schaaps' preprocessor integrated into vbcc
  667.   files vbpp.h and preproc.c added
  668. - new options:
  669.   - -nested-comments allows nested comments (not ANSI conforming)
  670.   - -cpp-comments allows C++ style comments (not ANSI conforming)
  671.   - -macro-redefintion allows redefinition of macros (not ANSI conforming)
  672.   - -no-trigraphs prevents expansion of trigraphs (not ANSI conforming)
  673.   - -no-preprocessor prevents use of the bultin preprocessor
  674.   - -E only preprocesses the file to <file>.i
  675.  
  676.  
  677. Changes since V0.2p
  678.  
  679. - bug fixed: strncat() did not append a 0, but behaved like strncpy (cla68k)
  680. - bug fixed: sizeof(uncomplete type) did not cause an error message
  681. - bug fixed: wrong code was generated for ?: if the condition evaluated
  682.              to a scratch-var pointing somewhere
  683. - bug fixed: pointer:0 and 0:pointer was not allowed in conditional-exp
  684. - bug fixed: delayed popping produced wrong code with nested function calls
  685. - support for #line directive of most preprocessors added
  686. - several additions made to must_convert()  (cga68k)
  687. - realloc() added to vc.lib (cla68k)
  688. - target-specific optimization options have been separated from the
  689.   -O flag
  690. - the Amiga68k code generator now accepts the following flags to replace
  691.   the former corresponding flags in the -O option:  (cga68k)
  692.   - -use-framepointer
  693.   - -no-addressing-modes
  694.   - -no-delayed-popping
  695. - bit 12 (4096) in -O activates function inlining; previously defined
  696.   functions are inlined in their caller, depending on the size of the
  697.   function
  698. - new option -inline-size can be used to in-/decrease the number of
  699.   functions to be inlined; default=30 - higher values mean more functions
  700.   get inlined
  701.  
  702.  
  703. Changes since V0.2n/0.2o
  704.  
  705. - new option -optpasses=n sets the maximum number of optimizer passes
  706. - bug fixed: ADDI2P with a short integer sometimes was not converted if the
  707.   target was a data register
  708. - constant data is placed in the code sections as long as -const-in-data
  709.   is not specified (cga68k)
  710. - m040.lib started (cla68k)
  711. - unnecessary tst instructions are sometimes eliminated (cga68k)
  712. - constants -128<=x<128 are not copied in a register for SETRETURN and PUSH
  713. - COMPARE x,#0 should now always be converted to TEST x
  714. - bug fixed: a label-statement at the end of a block caused an error
  715. - bug fixed: sometimes still used type node was freed in alg_opt
  716. - bug fixed: unsigned function arguments were sometimes converted to signed
  717. - calling scheme for ieee and ldiv functions changed (cga68k)
  718. - usage of addressing modes with ieee and ldiv functions prohibited (cga68k)
  719. - bug fixed: files opened for append were deleted, oops (cla68k)
  720. - use of addressing modes slightly changed (cga68k)
  721. - modf, ldexp and frexp added to mieee.lib and m881.lib (cla68k)
  722. - bug fixed: unsigned integers were not allowed in case labels
  723. - bug fixed: push problem
  724. - bug fixed: cmp x,#0 was sometimes converted to tst x without changing the
  725.   following branching instruction (cga68k)
  726. - for and while loops are generated differently when optimizing is
  727.   activated (first testing of the loop condition can sometimes be deleted)
  728. - bug fixed: isquickkonst2 now tests for 0<x<=8 rather than 0<=x<=8 (ouch) (cga68k)
  729. - a>>0=a<<0=a and a few other algebraic optimizations added
  730. - insert_const2() added and insert_const() changed
  731. - saverestoreregs() now has a stack for the pushed register-lists (cga68k)
  732.   (removed again, because saveregs/restoreregs has now been removed and
  733.    mechanism changed)
  734. - bug fixed: delayed popping of function arguments corrected (cga68k)
  735. - delayed popping and omitting of framepointer can now be turned on
  736.   separately (256 for framepointer, 512 for delayed popping)
  737. - bug fixed: stackoffset was sometimes incorrectly calculated
  738. - internal mechanism for passing function return values changed, structure
  739.   returns should be reentrant now
  740.   some library routines may have to be recompiled
  741.   mieee.lib was rebuilt to use the new mechanism (cla68k)
  742. - op a,b->scratchvar; move scratchvar->c is combined to op a,b->c
  743. - handling of optimizations slightly changed
  744. - bug fixed: open_out() allocated a buffer one byte too small if the input
  745.   file contained no period
  746.  
  747. - bit 2... in -O option activate heavy optimizations
  748.   - scratchvars are not assigned to registers during IC generation
  749.   - labels are optimized and a flowgraph is constructed
  750.   - branches to branches, branches to the following instruction etc. are
  751.     optimised and unreachable code is eliminated
  752.   - constants are propagated and folded
  753.   - common subexpressions are eliminated
  754.   - copies are propagated
  755.   - active variables are analysed and dead assignments eliminated
  756.   - temporary variables are recognized and assigned to registers
  757.   - registers are assigned differently using information on active variables
  758.     and loop structure
  759.  
  760. - new source files added/changed:
  761.   - opt.h : declarations etc. used in optimization routines
  762.   - opt.c : general routines, peephole optimizations and control of
  763.             optimization passes
  764.   - flow.c: construction of flowgraphs, jump optimizations and other
  765.             control-flow related routines
  766.   - regs.c: register allocation
  767.   - av.c  : analysis of active variables and elimination of dead assignments
  768.   - rd.c  : analysis of reaching definitions, constant propagation and
  769.             constant folding
  770.   - cse.c : common subexpression elimination
  771.   - cp.c  : copy propagation
  772.   - loop.c: analysis of loops and optimizations in loops
  773.  
  774. - the following warnings have been added
  775.   - use of variable before its initialization (with optimizer only)
  776.   - dead assignments (opt only)
  777.   - definition of global functions without prior declaration
  778.   - non-void functions without return-statements
  779.   - assignment in comparison context
  780.   - weird code (opt only)
  781.  
  782.  
  783. Changes since V0.2m
  784.  
  785. - if -ansi is specified assignments between differently signed pointers
  786.   will cause an error
  787. - -dontwarn=n disables all warnings if n<0
  788. - -warn option added to enable certain warnings, usage like -dontwarn
  789. - the following warnings have been added
  790.   - implicit function declarations
  791.   - function calls without prototype
  792.   - use of #pragma
  793.   - assignment/cast of integers to narrower type
  794.   - cast of pointer to pointer with stricter alignment requirements
  795.   - redundant comparisons with unsigned values
  796. - stupid, braindead error in codegenerator fixed (wrote to string constant
  797.   and caused segmentation faults on systems with memory protection) (cga68k)
  798. - TimeDelay new in amiga.lib (has to be rebuilt)
  799. - ctype.h now has function prototypes and macros should be ok with negative
  800.   arguments
  801. - macros in stdio.h now accept void* pointers and do some fancy type checking
  802.   (cla68k)
  803. - temporary hack to display correct filename and line number in error
  804.   messages
  805. - vc now handles filenames with spaces and always uses the complete path
  806.  
  807.  
  808. Changes since V0.2l
  809.  
  810. - in conditional-expressions the type of the result was used for the
  811.   generated comparison due to a bug
  812. - ceil() and floor() were added to m881.lib (cla68k)
  813. - flags may be specified more than once
  814. - vbcc does not change argv any more
  815. - output of errors/warnings changed and error/warning-texts put in <errors.h>
  816. - % with powers of two is not replaced by an 'and' any more if the operand is
  817.   signed (cga68k)
  818. - entries in the history-file now in (bad) English rather than German
  819. - -dontwarn option added to suppress certain warnings
  820. - type conversions that are unnecessary on a certain machine may be omitted
  821.  
  822.  
  823. Aenderungen seit V0.2k
  824.  
  825. - bei shifts werden keine arithmetischen Typerweiterungen mehr vorgenommen
  826. - endlose Fehlerschleifen sollten erkannt werden
  827. - Anfang eines SmallCode/SmallData-Modus; -sc und -sd schalten den jeweiligen
  828.   Modus ein; deswegen wird auch vermehrt lea/pea verwendet (cga68k)
  829. - startup.o initialisiert nun a4 fuer den SmallData-Modus (cla68k)
  830. - die xref _LVO aus startup entfernt
  831. - fd2lib geschrieben
  832. - diverse Libraryfunktionen geschrieben (vla68k)
  833. - der rechte Teil einer conditional-expression ist jetzt eine
  834.   conditional-expression (war faelschlicherweise expression)
  835. - Verwaltung der sections etwas geaendert; section=-1 am Anfang (cga68k)
  836. - Fehlerbehandlung verbessert: Initialisierungen von unvollstaendigen
  837.   Strukturen/Unionen, Arrays mit size==0 und nicht vorhandene Identifier
  838. - Fehler bei der Erkennung von Fehler-Endlosschleifen behoben; funktioniert
  839.   aber trotzdem nicht immer
  840. - Workaround fuer den compare-bug; leider nicht sehr schoen
  841. - Warnung bei dem Push-Problem
  842. - Ausdruecke hinter return wurden bemaengelt, wenn die Funktion void war
  843. - Funktionsargumente werden bei -O=256 nicht mehr sofort vom Stack geholt
  844.   sondern, wenn moeglich gesammelt und dann auf einmal
  845.  
  846.  
  847. Aenderungen seit V0.2j
  848.  
  849. - vc ruft jetzt 'FreePhxAss' statt 'CPhxAss' auf (vca68k)
  850. - free() verkraftet 0 (cla68k)
  851. - bei aufgetretenen Fehlern wird der Returncode auf EXIT_FAILURE gesetzt
  852. - keine Fehlermeldung bei Files ohne Funktionsdefinition mehr
  853. - Fehler behoben, der bei Verwendung einer Adressierungsart der Form
  854.   (d,ax,dy.w[*z]) zu unnoetigen internal errors und evtl. Schlimmerem
  855.   fuehrte (&7 vergessen) (cga68k)
  856. - difftime() wird in time.h als Makro definiert (cla68k)
  857. - #undef difftime in difftime.c eingefuegt (cla68k)
  858. - Deklaration von rename() in stdio.h korrigiert (cla68k)
  859. - wird Flag 8 (256) bei -O gesetzt, wird a5 nicht mehr als Framepointer
  860.   benutzt (cga68k)
  861. - "offset out of object"-Meldungen geaendert
  862. - string-Funktionen geaendert (cla68k)
  863. - Fehler bei Registerallocation, der auftrat, wenn der Rueckgabewert nicht
  864.   in einem Register zurueckgegen wird, behoben
  865. - Variablendeklaration geaendert; sollte jetzt korrekter sein und tentative
  866.   definitions besser behandeln
  867. - fehlendes ; in stdlib.h eingefuegt (cla68k)
  868. - bei saveregs vor einem function call wird ein Scratchregister, ueber das
  869.   die Funktion aufgerufen wird, nicht gespeichert
  870. - wenn der compare-Fehler auftritt sollte zumindest ein error gemeldet
  871.   werden (cga68k)
  872. - wenn keine lokalen Variablen benutzt werden, wird kein Platz auf dem
  873.   Stack gemacht (cga68k)
  874. - Berechnung des Alignments fuer Kopierschleife sollte jetzt auch ohne
  875.   Framepointer korrekt sein (cga68k)
  876. - vc stark geaendert und config-file eingefuehrt (vca68k)
  877. - bei Meldungen wird der Filename mit ausgegeben
  878.  
  879.  
  880. Aenderungen seit V0.2i
  881.  
  882. - Verbesserung der Codegenerierung fuer FPU-Operationen (cga68k)
  883. - Problem bei USEQ2ASZ und Zusammenfassen von IC/ASSIGN behoben
  884. - floating point nun auch ohne FPU moeglich, noch nicht 100% fehlerfrei (cga68k/cla68k)
  885. - Anfang einer Mathelibrary fuer die IEEE-Libraries (cla68k)
  886.   FloatingPoint<->UnsignedInteger nicht korrekt
  887. - Fehler bei switch(UNSIGNED) behoben
  888. - alignment von struct-members sollte wieder passen
  889. - unsigned char/short->fp mit FPU korrigiert (cga68k)
  890. - ein labeled-statement enthaelt das nachfolgende statement
  891. - _main aus mieee.lib oeffnet die Libraries nun in der richtigen
  892.   Reihenfolge (autsch) (cla68k)
  893. - Test auf am->Register in get_reg() eingebaut
  894. - Fehler bei Kopierschleife behoben
  895. - allocreg zaehlt bei Nutzung von erweiterten Adressierungsarten als
  896.   zerstoerend; sollte damit jetzt halbwegs stabil sein; allerdings duerften
  897.   noch internal errors, die aber wohl nichts mehr bedeuten, drin sein
  898. - allocreg/freereg von Registervariablen wird aus Code entfernt und internal
  899.   errors sind beseitig; sollte nur Effekt haben, wenn Returnregister als
  900.   Registervariable verwendet wird
  901. - bei initialisierten Unionen werden jetzt auch die uebrigen Werte aufgefuellt
  902. - bei initialisierten auto Strukturen und Unionen duerfen auch Strukturen/
  903.   Unionen gleichen Typs angegeben werden
  904. - die Kopierroutinen sollten jetzt in (fast?) allen Faellen korrekt
  905.   funktionieren und teilweise auch schneller sein
  906. - Fehler mit auto arrays der Form a[]=... behoben; der Offset wurde nicht
  907.   hochgezaehlt
  908. - difftime in der Math Library (cla68k)
  909. - einige ueble Fehler aus dem frontend fuer amiga68k entfernt (vca68k)
  910. - unbenannte Bitfelder werden bei Initialisierungen jetzt uebergangen
  911. - strengere Pruefung bei Zuweisungen zwischen Zeigern mit verschiedenen
  912.   Qualifiern
  913. - Funktionsdefinitionen nach altem Stil erzeugen keinen Prototype mehr
  914. - float Parameter in alten Funktionsdefinitionen werden korrekt behandelt
  915. - diverse Aenderungen bei der Belegung von Registervariablen; gibt jetzt
  916.   Register etwas leichter her
  917.  
  918.  
  919. Aenderungen seit V0.2h
  920.  
  921. - Fehler beim Kommaoperator behoben und Meldung bei fehlenden sidefx
  922. - Konvertierungsroutinen fuer target data types geaendert
  923. - Routinen fuer Fehler/Warnungen akzeptieren jetzt beliebige Parameterlisten
  924. - Initialisierungen wie (cast)&var werden erlaubt (evtl. Probleme, wenn
  925.   verschiedene Pointer existieren)
  926. - die Adresse eines Arrays kann jetzt ermittelt werden
  927. - Ueberpruefung der Gleichheit von Typen verbessert
  928. - Registerbelegung bei return verbessert
  929. - ueberfluessige Warnung bei nicht initialisierter const extern Variable
  930.   entfernt
  931. - Franks div/mod in vc.lib eingebaut (cla68k)
  932. - Fliesskomma-returnwerte nur noch in fp0, wenn fuer fpu generiert wird (cga68k)
  933. - Stringkonstanten sind nicht mehr const char[] sondern char[]
  934. - vc versteht nun -l Option (vca68k)
  935. - printf/scanf durch leicht veraenderte Versionen aus libnix ersetzt (cla68k)
  936. - Anfang einer Mathelibrary fuer 68881 (cla68k)
  937. - (hoffentlich) korrekte floating point->integer Rundung bei FPU (cga68k)
  938.  
  939.  
  940. Aenderungen seit V0.2g
  941.  
  942. - Fehler bei Registerbelegung in totem Code behoben
  943. - Fehler bei Registerbelegung in switch-statements behoben
  944. - boeser Fehler bei Variablen mit nicht-Register-return-values behoben
  945. - vc.lib: Ctrl-C wird erkannt (manchmal) (cla68k)
  946. - vc.lib: malloc() verbessert (cla68k)
  947. - vc.lib: limits.h korrigiert (cla68k)
  948. - vc.lib: time.h und time-Funktionen eingebaut (cla68k)
  949. - keine Warnung mehr bei const typedefs
  950. - Warnung bei Initialisierung von typedefs
  951. - verschiedene Aenderungen bei der Behandlung von storage-classes
  952. - globale static Variablen werden jetzt nicht mehr exportiert
  953. - storage-classes in Prototypen werden beachtet
  954. - const Variablen werden nicht mehr als Konstanten behandelt (war fehlerhaft)
  955. - Fehler in union atyps behoben (vuchar war zchar statt zuchar, argh!)
  956. - string concatenation eingebaut
  957. - Umwandlung unsigned->floating point mit FPU korrigiert (cga68k)
  958. - Vergleiche bei unsigned werden jetzt korrekt behandelt (cga68k)
  959. - bessere Behandlung von Funktionsprototypen
  960. - Zuweisungen zwischen Funktions- und Datenzeigern sind nicht mehr erlaubt
  961.  
  962.  
  963. Aenderungen seit V0.2f
  964.  
  965. - -snma entfernt (cga68k)
  966. - einige Vereinfachungen im Codegenerator wegen reg/freg-Benutzung (cga68k)
  967. - Entfernung einiger alter Codefragmente im Codegenerator (cga68k)
  968. - Abfrage bei malloc() eingebaut
  969. - einige Fehler bei der IC-Generierung im Zusammenhang mit Registerbelegung
  970.   behoben
  971. - Fehlerbehandlung verbessert; nach -maxerror=n (default 10) Fehlern
  972.   wird Uebersetzung abgebrochen (bei 0 wird nicht abgebrochen)
  973. - -ansi unterdrueckt unwichtige Warnungen und Warnungen mit ANSI-Verletzung
  974.   werden als Fehler behandelt
  975. - Flags loeschen jetzt durch &=~
  976. - Zuweisungen von Arrays werden korrekt(er) behandelt (cga68k)
  977. - Zuweisungen von groesseren Typen geaendert, muss aber noch optimiert
  978.   werden. (cga68k)
  979. - falscher Returncode in alg_opt() korrigiert
  980. - Behandlung von const-Konstanten korrigiert
  981. - Meldung, wenn main() nicht int ist
  982. - arithmetik mit void * nicht mehr erlaubt
  983. - casting nach void erlaubt
  984.  
  985.  
  986. Aenderungen seit V0.2e
  987.  
  988. - Nutzung von 680x0-Adressierungsarten eingebaut (cga68k)
  989. - Schreibweise displ(ax) durch (displ,ax) ersetzt (cga68k)
  990. - Nutzung von reg/freg; dadurch kein zusaetzlicher Pass noetig (cga68k)
  991.  
  992.  
  993. Aenderungen seit V0.2d
  994.  
  995. - Typpruefung bei Zuweisungen verbessert und nun auch bei Initialisierungen
  996. - freed free Register teilweise behoben (?)
  997. - Deklarationen von Prototypen ohne Typ werden bemaekelt
  998. - Abhanegigkeit in eigenen Include-Dateien behoben
  999. - Fehler bei arithmetischen Operationen behoben (cga68k)
  1000. - falsche Fehlermeldung bei unsigned Typ als Schleifenbedingung
  1001. - / und % wird nun auch mit 68000 unterstuetzt (wenn auch ineffizient) (cga68k)
  1002. - Fehler bei ADDI2P und SUBIFP behoben
  1003. - Fehler (mit DREFOBJ) bei Zusammenfassung op x,y->reg;move reg->z behoben
  1004. - Optionen, die einen Parameter benoetigen, muessen jetzt -opt=parameter
  1005.   geschrieben werden, also z.B. vbcc -cpu=68020 file.c
  1006.   (das war noetig, um das Frontend und Wildcards zu vereinfachen)
  1007. - enumerations eingebaut; noch einfach ohne grosse Tests, Tags werden ignoriert
  1008. - arithmetische const Typen werden in Ausdruecken als Konstanten behandelt
  1009.  
  1010.  
  1011. Aenderungen seit V0.2c
  1012.  
  1013. - -noa4 Option hinzugekommen (cga68k)
  1014. - Fehler beim Vertauschen von COMPARE-Argumenten und mustrepeat behoben (cga68k)
  1015. - Fehler bei vorzeitiger Registerfreigabe bei POSTINC/POSTDEC behoben
  1016. - Fehler bei mehreren Variablendeklarationen mit Funktionen behoben
  1017. - Fehler bei dc float|double behoben (cga68k)
  1018. - Fehler bei sections und dc/ds behoben (cga68k)
  1019. - Fehler bei Rechnungen mit FP-Registern behoben (cga68k)
  1020. - diverse Fehler bei a op= b behoben
  1021. - jetzt hoffentlich immer korrekte Verwendung von lsl/lsr/asr (cga68k)
  1022. - vbcc hat sich endlich erfolgreich selbst kompiliert
  1023. - Fliesskommakonstanten eingebaut; Berechnung aber noch zu ungenau
  1024. - Deklaration fuer Bitfields eingebaut; werden aber noch als Integers behandelt
  1025. - Fehler bei interner Verarbeitung von Fliesskommazahlen behoben
  1026. - Deklarationen der Form unsigned a; extern a; etc. werden zugelassen
  1027. - Anfaenge einer eigenen C-Library
  1028.  
  1029.  
  1030. Volker (volker@vb.franken.de)
  1031.  
  1032.