Commit Graph

1041 Commits

Author SHA1 Message Date
peter
7f14891d66 * aktprocdef cleanup, aktprocdef is now always nil when parsing
a new procdef declaration
  * aktprocsym removed
  * lexlevel removed, use symtable.symtablelevel instead
  * implicit init/final code uses the normal genentry/genexit
  * funcret state checking updated for new funcret handling
2003-04-27 07:29:50 +00:00
peter
35801981d1 * .o files belonging to the unit are first searched in the same dir
as the .ppu
2003-04-26 09:16:07 +00:00
peter
2c5eee4c62 * convert registers for importssection 2003-04-12 15:43:40 +00:00
Tomas Hajny
8fd8093dff + platform extensions unified 2003-03-23 23:31:54 +00:00
Tomas Hajny
8e7124f9f8 + emx target added 2003-03-23 23:11:17 +00:00
armin
4e96d34515 * support -k for additional nlmvonv headeroptions, -m i386nw for win32, support -sh 2003-03-22 14:51:27 +00:00
armin
47e09e0c87 * changed linking: now we will link all objects to a single one and call nlmconv with that one object file. This makes it possible to create nlms without debug info. 2003-03-21 22:36:42 +00:00
armin
c12ac41eb1 * search of .imp files was broken, debug only if -gg was specified 2003-03-21 19:19:51 +00:00
peter
dab938e084 * fix import linking under linux 2003-03-17 13:36:39 +00:00
mazen
9ad1d0ffe2 * fixing bug related to errornous program main entry stack frame 2003-02-06 22:36:55 +00:00
carl
59d3edeec7 * Several bugfixes for m68k target (register alloc., opcode emission)
+ VIS target
  + Generic add more complete (still not verified)
2003-02-02 19:25:54 +00:00
marco
c0547e20c5 * Small fix for netbsd 2003-01-18 16:16:13 +00:00
florian
d332ad8519 * changed ppu extentions from pput to ppu 2003-01-13 22:15:58 +00:00
olle
60431e6794 * Fixed typo 2003-01-13 17:16:44 +00:00
florian
2291912631 - fixed res entry for MacOS, I don't understand why it worked before :/ 2003-01-13 13:03:56 +00:00
peter
71e2d34b5a * m68k pathexist update from 1.0.x
* palmos res update from 1.0.x
2003-01-12 15:42:23 +00:00
marco
0af8d01204 * HASUNIX defined for now. 2003-01-11 16:35:15 +00:00
peter
e670479146 * use findutil 2003-01-06 20:19:52 +00:00
florian
b59b436130 * x86-64 compiles
+ very basic support for float128 type (x86-64 only)
2003-01-05 13:36:53 +00:00
peter
b1241ee6dc * Use maybequote instead of getshortname 2002-12-24 15:55:51 +00:00
carl
9972293cee - remove extra ifdef i386 (avoir compilation errors) 2002-12-14 13:02:45 +00:00
peter
76f0990e8b * m68k library support 2002-12-06 17:51:43 +00:00
carl
5c35de2252 * disable overflow checking in some parts to avoid problems 2002-12-01 18:57:34 +00:00
carl
abb3152190 * fix compilation problems 2002-12-01 16:19:16 +00:00
Tomas Hajny
0482b366dc * fix for not linked import libraries for units with no code 2002-12-01 13:20:33 +00:00
carl
65113dcece + profiling support for Win32 2002-11-30 18:44:57 +00:00
carl
64655be168 * memory optimization (3-4%) : cleanup of tai fields,
cleanup of tdef and tsym fields.
  * make it work for m68k
2002-11-17 16:31:55 +00:00
carl
4595fb4663 - remove my last stupid commit (Thanks, Peter!) 2002-11-16 18:40:38 +00:00
carl
5ad42ea159 * don't add debug information in not in debug mode 2002-11-16 14:46:50 +00:00
peter
bfd72ad5d5 * merged changes from 1.0.7 up to 04-11
- -V option for generating bug report tracing
    - more tracing for option parsing
    - errors for cdecl and high()
    - win32 import stabs
    - win32 records<=8 are returned in eax:edx (turned off by default)
    - heaptrc update
    - more info for temp management in .s file with EXTDEBUG
2002-11-15 01:58:45 +00:00
olle
e4cabcd385 * changed newline char, asm file ending and case sensitivity 2002-10-20 17:54:32 +00:00
olle
fdfa16d47a * header comment updated 2002-10-16 20:18:33 +00:00
carl
67486c96c3 * fixes for Delphi 6 compilation
(warning : Some features do not work under Delphi)
2002-10-05 12:43:23 +00:00
mazen
3d9be081b9 * register allocation for parameters now done in cpupara, but InternalError(200109223) in cgcpu.pas:1053 is still not fixed du to location_force problem in ncgutils.pas:419 2002-10-04 21:57:42 +00:00
florian
654d313c73 * importing via external is now possible for macos 2002-10-02 21:50:19 +00:00
florian
bfb8548ce0 * ppus have the extension ppu on macos as well now 2002-10-02 21:29:34 +00:00
florian
5fdb2a891e * renamed target macosppc to macppc 2002-09-11 19:59:14 +00:00
peter
a540ff122c * tdicationary.replace added to replace and item in a dictionary. This
is only allowed for the same name
  * varsyms are inserted in symtable before the types are parsed. This
    fixes the long standing "var longint : longint" bug
  - consume_idlist and idstringlist removed. The loops are inserted
    at the callers place and uses the symtable for duplicate id checking
2002-09-09 17:34:14 +00:00
peter
dcd9e0107c * old logs removed and tabs fixed 2002-09-07 15:25:00 +00:00
carl
517c2566e8 * moved files to systems directory 2002-09-06 15:03:50 +00:00
olle
00238998f3 + abi_powerpc_macos added to TSystemInfo 2002-08-18 17:10:15 +00:00