Jonas Maebe
|
00b612502e
* fixed web bug #4228 (support loading int64 paras passed on the stack into
|
20 years ago |
Jonas Maebe
|
b458554f5b
+ some optimizations for comparisons with zero whereby the result has to
|
20 years ago |
Jonas Maebe
|
4558cd705e
+ optimize some slwi/rlwinm combos
|
20 years ago |
Jonas Maebe
|
9cf0865d0e
* remove a number of superfluous register moves
|
20 years ago |
peter
|
d1d2b0e1a1
* function name doesn't call the function in macpas
|
20 years ago |
tom_at_work
|
0ba960e1bd
* added workarounds for some load/store instructions requiring 4 byte aligned addresses
|
20 years ago |
marco
|
3a44a158ed
* TUpdatestatusset (kbmmw port missed this)
|
20 years ago |
florian
|
78abb1603d
* synched with i386
|
20 years ago |
florian
|
2dd7c144c4
* fixed test
|
20 years ago |
marco
|
0bc7d92310
* removed old BSD ifdefs
|
20 years ago |
marco
|
bf92c461d1
* removed dos usage from fpc binary. (mostly fsearch -> filesearch).
|
20 years ago |
peter
|
5a95586f38
* more fixes for procdefs
|
20 years ago |
Jonas Maebe
|
e14d8e6611
* don't replace cmplwi's with flag-setting variants of integer operations,
|
20 years ago |
tom_at_work
|
3f4682400c
* fixed basic signal handling for PowerPC64/linux, by updating related types and major code cleanup
|
20 years ago |
tom_at_work
|
0b34b01a6d
* fixed class messages for PowerPC64, due to a wrong typecast
|
20 years ago |
Jonas Maebe
|
cd3f064a33
+ enabled postpeepholeopts phase
|
20 years ago |
Jonas Maebe
|
339f76182b
+ missing rlwnm. and not. instructions
|
20 years ago |
tom_at_work
|
99120a3f2b
* fixed -Or cycle for PowerPC64 by adding the missing additional newra methods
|
20 years ago |
peter
|
51b8a4a132
* move stabs generation to a single procedure call from pmodules
|
20 years ago |
peter
|
a01774c73d
* writesymbol for relocations in stabs
|
20 years ago |
florian
|
c48c42b995
+ "reverse merge" from 2.1
|
20 years ago |
peter
|
9d0851e4a1
* remove comment level 2 warning
|
20 years ago |
peter
|
8b1f3d2470
* no range check for delphi mode with in operator
|
20 years ago |
peter
|
6314aa118f
* support for MCBS from bug #4211
|
20 years ago |
tom_at_work
|
bfb2c916dc
* fixed problem with too large offsets in conditional jumps (see also rev 1161 for the PowerPC code)
|
20 years ago |
Jonas Maebe
|
42e49ccd90
+ srwi followed by slwi optimized
|
20 years ago |
marco
|
5fbf962637
* small fix for 1735, tw2242 still broken due to complexity.
|
20 years ago |
peter
|
c1b002c842
* fix writing of typed const ansistring, the terminating zero was missing
|
20 years ago |
marco
|
411e2359eb
* Fixed 2.0.0 compilation
|
20 years ago |
marco
|
f054a6df16
* nanosleep for sleep(), since it is now in the POSIX group.
|
20 years ago |