sergei
|
4ebc34c5e7
* Promoted result type of FPC_PCHAR_LENGTH and FPC_PWIDECHAR_LENGTH to SizeInt.
|
hace 14 años |
Jonas Maebe
|
abd6d1800e
* fixed Darwin i386 compilation with 2.4.x after r17669 (the 2.4.x Darwin
|
hace 14 años |
florian
|
449c20ce63
* moved pic helpers into system unit, resolves #8119
|
hace 14 años |
florian
|
cd8913b88e
* improved Compare(D)Word as well
|
hace 14 años |
florian
|
ceb739fbf5
* improved fillchar for small amounts of data
|
hace 14 años |
florian
|
b6aa04813e
* improved comparebyte for small data amounts
|
hace 14 años |
Jonas Maebe
|
c14574bb56
* don't change the fpu control word in the initialisation code of dynamic
|
hace 15 años |
florian
|
5dae691c96
* implementation of bit scan intrinsics by Richard Vida, resolves #17592
|
hace 15 años |
florian
|
7dc4b6ecc1
+ adds mcount calls to syscall assembler helpers for i386 and x86-64, resolves #17140
|
hace 15 años |
Jonas Maebe
|
9273856e84
* disallow pusha*/popa* for x86_64 (mantis #14862)
|
hace 15 años |
Jonas Maebe
|
92ff07deaf
* several fixes by Pierre Pede (parts of his patch to mantis #12492)
|
hace 16 años |
Jonas Maebe
|
0597c300f4
* applied feature dependencies patch by Sven Barth from mantis #13673 :
|
hace 16 años |
Jonas Maebe
|
22aacd2a60
* return 0 for length(pchar(0)), like Kylix does (using corrected and
|
hace 17 años |
ivost
|
8046f82416
* Undoing change commited in r12461, it looks like a feature and not a bug ;)
|
hace 17 años |
ivost
|
fe3263eb08
* i386 version of fpc_pchar_length did not accept NIL strings, maybe we have to check other implementations also
|
hace 17 años |
florian
|
558cf3ef87
* reset FPU properly after an exception, resolves #12214
|
hace 17 años |
florian
|
20e632c8d8
* reorganized ror/rol defines
|
hace 17 años |
florian
|
1afb1aa9cc
+ ror/rol functions
|
hace 17 años |
Jonas Maebe
|
f00beea41c
* fixed i386/linux rtl compilation and functionality when compiled
|
hace 17 años |
yury
|
5dc6e54925
* Removed inline for procedures with assembler or formal parameters, since inline is not supported for them (compiler warns about that now). Even if there is no inline modifier in interface declaration of procedure, it is possible to specify inline in procedure implementation if needed (e.g. for generic implementations) and inlining will work for them.
|
hace 17 años |
daniel
|
0d78460e2e
* Disable int_str again.
|
hace 18 años |
peter
|
2a479654f1
* remove asm for simple math functions so the generic inlined function is
|
hace 18 años |
daniel
|
624bb8e7e1
* Add win32 workaround suggested by Peter.
|
hace 18 años |
peter
|
f70219cdd8
* add align directives to int_str
|
hace 18 años |
daniel
|
d12e107800
* Use fpc_geteipasebx.
|
hace 18 años |
daniel
|
220565fb94
* Remove unused lea from skip loop.
|
hace 18 años |
Jonas Maebe
|
8c45c66e13
* removed accidentally committed global disable of assembler int_str
|
hace 18 años |
Jonas Maebe
|
95c991872b
+ added exeinfo to implicit units so make install works again
|
hace 18 años |
daniel
|
b8fdbb1055
* Some final tweaks to asm int_str.
|
hace 18 años |
daniel
|
f94d457429
* Add Darwin PIC support to assembler int_str again.
|
hace 18 años |