Commit Graph

13999 Commits

Author SHA1 Message Date
daniel
86fde70d18 * Improved -sr on PowerPC ATT asm writer 2003-08-18 11:58:14 +00:00
marco
4c571efdda * fix for 2592, pushw imm 2003-08-18 11:52:57 +00:00
olle
c6f4df63e6 + cleaning up in proc entry and exit, now calc_stack_frame always is used. 2003-08-18 11:50:55 +00:00
daniel
787fcc5797 * Made ATT asm writer work with -sr 2003-08-18 11:49:47 +00:00
olle
4c5827fbee + added asm directive ALIGNING OFF to avoid unexpected aligning by the assembler 2003-08-18 11:47:15 +00:00
marco
680d60cb40 * Fix bug #2091, destlen's of compress,compress2 and uncompress are now
VAR
2003-08-18 07:52:11 +00:00
yuri
ebce2b7548 + Winsock added. + pmbidi added 2003-08-18 01:03:27 +00:00
daniel
0263254289 * Now -sr works... 2003-08-17 21:11:00 +00:00
daniel
63e1b70931 * Notranslation changed into -sr functionality 2003-08-17 20:47:47 +00:00
michael
430621bc9b + Added header to all files
+ Added const to calls that accept structure as arguments.
+ Re-Implemented TPostscriptcanvas as descendent of TFPCustomCanvas
  (initial tests work)
2003-08-17 18:33:03 +00:00
Jonas Maebe
4f8c390198 * fixed regvars so they work with newra (at least for ppc)
* fixed some volatile register bugs
  + -dnotranslation option for -dnewra, which causes the registers not to
    be translated from virtual to normal registers. Requires support in
    the assembler writer as well, which is only implemented in aggas/
    agppcgas currently
2003-08-17 16:59:20 +00:00
Jonas Maebe
48bc5d09e0 * fixed compilation of ppc compiler with -dnewra 2003-08-17 16:53:19 +00:00
daniel
7d3bfaaed4 * Precoloured nodes now have an infinite degree approached with 255,
like they should.
2003-08-17 14:32:48 +00:00
daniel
45f9851e87 * Another register allocator bug fixed.
* cpu_registers set to 6 for i386
2003-08-17 08:48:02 +00:00
marco
c461204cdc * fix from Jonas. 2003-08-16 18:56:40 +00:00
michael
2e6d07b89e + Fixes in TDBDataset etc. Changed MySQLDb to use database as well 2003-08-16 16:42:21 +00:00
michael
df1fa8669a + Fix from Mattias gaertner for IDE support 2003-08-16 15:50:47 +00:00
Jonas Maebe
ddcab79323 * set correct localsymtable fixup already in handle_body_start instead
of in after_pass1, as it's necessary to get the correct offsets for
    the calleeside paralocs (and those are now setup in the generic
    handle_body_start)
2003-08-16 14:26:44 +00:00
florian
2b83637905 * several arm related stuff fixed 2003-08-16 13:23:01 +00:00
michael
f9c0c12ac2 + Added .assign method 2003-08-15 19:39:21 +00:00
michael
3e755a3222 + Initial import of unixutils.pp 2003-08-15 19:01:07 +00:00
michael
9c4bd8e7a1 + Fixed execve 2003-08-15 18:55:46 +00:00
daniel
878498029f * Fixed newra compilation 2003-08-15 14:44:20 +00:00
yuri
e0e20d6b67 + Winsock unit added
* PMWSock unit updated (to be less or more compitilbe with win32 winsock)
2003-08-15 10:53:43 +00:00
mazen
26fd8fad6b * make deb no works to generate 1.1.0-1 packages 2003-08-14 15:39:35 +00:00
mazen
12b2874358 * make deb no works to generate 1.1.0-1 packages 2003-08-14 15:23:56 +00:00
michael
adc773adcf + Fixed wrong handling of hostname (again) 2003-08-14 14:27:21 +00:00
michael
9baf7607b4 + Freed streams were not closed correctly 2003-08-12 13:49:42 +00:00
peter
52c73e80d1 * start of sparc support for newra 2003-08-11 21:18:20 +00:00
mazen
f8be2992fd - dupplicated code removed 2003-08-11 14:22:06 +00:00
mazen
3f76298b6b + added support of NewRA in compilation of ppcsparc 2003-08-11 13:21:01 +00:00
mazen
2b1c8b16a1 + added assembler mode directive to use direct assembler reader 2003-08-11 13:19:08 +00:00
yuri
a3b196082d + WinSetErrorInfo constants and function added 2003-08-11 10:43:17 +00:00
mazen
a18dbbb2e6 - removed uncommon file header! 2003-08-11 09:15:53 +00:00
mazen
4df534c5e2 - Code cleaning : removed unused commentd units which equivalent were already added. 2003-08-11 09:05:09 +00:00
yuri
c04e75945b * fpcdir updated to make fpcmake happy
+ lvm package added
2003-08-11 08:48:36 +00:00
yuri
69bb725838 * fpcdir changed to make fpcmake happy 2003-08-11 08:47:31 +00:00
yuri
5790987e19 + LVM package added 2003-08-11 07:28:10 +00:00
yuri
d39ef1a6a0 + Initial import 2003-08-11 07:25:09 +00:00
peter
6731abb0db * fixed some reported bugs 2003-08-10 17:25:23 +00:00
peter
e407fb7848 * new bugs 2003-08-10 17:01:43 +00:00
daniel
42c320cb29 * cs_regalloc renamed to cs_regvars to avoid confusion with register
allocator
  * Some preventive changes to i386 spillinh code
2003-08-09 18:56:54 +00:00
Jonas Maebe
2a3c6e0de5 * fixed conversion from signed value to floats if the compiler is
compiled with a 1.0.x compiler
2003-08-09 15:28:29 +00:00
marco
b419084dfd * dl linking killed 2003-08-09 15:19:01 +00:00
marco
ef931fa96e * the exception that proves the rule: {$ifdef unix} replaced by {$ifdef linux} :-) 2003-08-09 15:18:30 +00:00
marco
261152bc92 * libdl not imported under *BSD 2003-08-09 15:15:26 +00:00
carl
f09c1e8e63 * Bugfix of procedrual variables of methods (Bug report 2588) 2003-08-09 11:38:52 +00:00
olle
4eac90e5d4 * small bugfix macos 2003-08-08 22:02:05 +00:00
Jonas Maebe
b1a903fd4d * fixed bug in load_fpu_location found by Olle 2003-08-08 19:01:02 +00:00
olle
c2fe8dbd99 * merged macos entry/exit code generation into the general one. 2003-08-08 15:49:24 +00:00