marco
|
14e7ad4cfe
* added some constants
|
20 gadi atpakaļ |
joost
|
908cf4c7e2
+ fixed some memory issues when using parameters
|
20 gadi atpakaļ |
florian
|
082b4a4017
+ valgrind switch for debug info
|
20 gadi atpakaļ |
florian
|
fbbc01c78c
* additional compiler args moved to compiler options
|
20 gadi atpakaļ |
tom_at_work
|
701638138b
* fixed exception handling for PowerPC64
|
20 gadi atpakaļ |
Jonas Maebe
|
810ec85e34
- disable inlining for procedures with a formal const parameter, fixes
|
20 gadi atpakaļ |
joost
|
21dde458f5
+ Fix bug #4376, varchar without size specification
|
20 gadi atpakaļ |
marco
|
a2ba7077e9
* some very generic constants added.
|
20 gadi atpakaļ |
florian
|
c7cfe4976e
* fixed test, using := operator as type cast is now much stricter
|
20 gadi atpakaļ |
florian
|
71b90d4d00
+ slice implemented
|
20 gadi atpakaļ |
Jonas Maebe
|
2dbdc474fd
* use register variables when release-building for ppc (more or less doubles
|
20 gadi atpakaļ |
Jonas Maebe
|
a2cf6c4982
* no longer linux-specific naming for library
|
20 gadi atpakaļ |
Jonas Maebe
|
00b612502e
* fixed web bug #4228 (support loading int64 paras passed on the stack into
|
20 gadi atpakaļ |
Jonas Maebe
|
b458554f5b
+ some optimizations for comparisons with zero whereby the result has to
|
20 gadi atpakaļ |
Jonas Maebe
|
4558cd705e
+ optimize some slwi/rlwinm combos
|
20 gadi atpakaļ |
Jonas Maebe
|
9cf0865d0e
* remove a number of superfluous register moves
|
20 gadi atpakaļ |
peter
|
d1d2b0e1a1
* function name doesn't call the function in macpas
|
20 gadi atpakaļ |
tom_at_work
|
0ba960e1bd
* added workarounds for some load/store instructions requiring 4 byte aligned addresses
|
20 gadi atpakaļ |
marco
|
3a44a158ed
* TUpdatestatusset (kbmmw port missed this)
|
20 gadi atpakaļ |
florian
|
78abb1603d
* synched with i386
|
20 gadi atpakaļ |
florian
|
2dd7c144c4
* fixed test
|
20 gadi atpakaļ |
marco
|
0bc7d92310
* removed old BSD ifdefs
|
20 gadi atpakaļ |
marco
|
bf92c461d1
* removed dos usage from fpc binary. (mostly fsearch -> filesearch).
|
20 gadi atpakaļ |
peter
|
5a95586f38
* more fixes for procdefs
|
20 gadi atpakaļ |
Jonas Maebe
|
e14d8e6611
* don't replace cmplwi's with flag-setting variants of integer operations,
|
20 gadi atpakaļ |
tom_at_work
|
3f4682400c
* fixed basic signal handling for PowerPC64/linux, by updating related types and major code cleanup
|
20 gadi atpakaļ |
tom_at_work
|
0b34b01a6d
* fixed class messages for PowerPC64, due to a wrong typecast
|
20 gadi atpakaļ |
Jonas Maebe
|
cd3f064a33
+ enabled postpeepholeopts phase
|
20 gadi atpakaļ |
Jonas Maebe
|
339f76182b
+ missing rlwnm. and not. instructions
|
20 gadi atpakaļ |
tom_at_work
|
99120a3f2b
* fixed -Or cycle for PowerPC64 by adding the missing additional newra methods
|
20 gadi atpakaļ |