florian
|
d63ebe6464
* bsr implementation for armv5+ using clz
|
13 years ago |
florian
|
9be3ca04ad
* split FPC_HAS_INTERNAL_BSX_* defines into FPC_HAS_INTERNAL_BSF_* and FPC_HAS_INTERNAL_BSR_*
|
13 years ago |
florian
|
ff12d63248
+ generic popcnt support
|
13 years ago |
florian
|
b782918434
* first draft to support the popcnt instruction, works so far for x86 with a real popcnt instruction
|
13 years ago |
pierre
|
f340ef87e3
* get_addr function renamed to get_pc_addr
|
13 years ago |
pierre
|
8469741700
+ Added additional addr pointer parameter to
|
13 years ago |
masta
|
3d9d484bfd
Remove redundant CPU-Check for FPC_HAS_INTERNAL_ABS_LONG
|
13 years ago |
pierre
|
be67af4374
* Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumips anymore
|
13 years ago |
pierre
|
f971854db6
* Patch from Fuxin Zhang
|
13 years ago |
Jonas Maebe
|
aee5380ae0
* merged trunk up to r20882
|
13 years ago |
marco
|
3610aaa01a
* int32 is longint in default mode, not integer.
|
13 years ago |
marco
|
d7d461f6d3
* Adding Delphi (2010 or XE) equivalents to our ctypes unit. Mantis #21537
|
13 years ago |
pierre
|
69c1a6cd16
Set FPC_INCLUDE_SOFTWARE_INT64_TO_DOUBLE for mips
|
13 years ago |
florian
|
8b339ded7a
* started to fix the mips(el) linux rtl
|
13 years ago |
florian
|
4765728fc4
* use SarInt64 to optimize 64 bit divs on 32 bit platforms, resolves #20998
|
13 years ago |
florian
|
6a1a2d3464
* get rid of some feature checks, probably the whole feature stuff is plainly the wrong way, embedded rtl compiles again, resolves #20913
|
13 years ago |
sergei
|
3b904943e7
* Moved ExceptObjProc from objpas to system, because it is going to be called from system. Also added ExceptClsProc variable.
|
13 years ago |
paul
|
2254dad68a
rtl: add SetTextCodePage, GetTextCodePage functions which set/get TTextRec.CodePage field
|
14 years ago |
paul
|
836889fc64
rtl: move some CP_xxx constants from syswin into systemh for generic use, redeclare UTF8Sting, RawByteString using constant identifiers instead of pure numbers. replace comparison with $ffff codepage to CP_NONE
|
14 years ago |
paul
|
451e48a033
rtl: replace PChar -> PAnsiChar, Char -> AnsiChar in astrings.inc routines
|
14 years ago |
florian
|
375f83c874
* moved heap manager on embedded systems into a separate unit
|
14 years ago |
paul
|
8b0cb2c1d5
compiler:
|
14 years ago |
paul
|
005795495d
merge r17552 from cpstrnew branch by inoussa:
|
14 years ago |
paul
|
22b19220a3
merge r17485 from cpstrnew branch by michael:
|
14 years ago |
paul
|
091627883f
merge r14347 from cpstrnew branch by florian:
|
14 years ago |
paul
|
55434fd1d8
merge r14143 from cpstrnew branch by paul:
|
14 years ago |
paul
|
ad8195e9ae
merge r14136 from cpstrnew branch by paul:
|
14 years ago |
paul
|
8cc22972a0
merge r13488 from cpstrnew branch by florian except ncgcon.pas which has a difficult merge conflict (code moved to another unit which is not at the branch during the revision):
|
14 years ago |
paul
|
8a4634a7b1
merge r13481 from cpstrnew branch by florian
|
14 years ago |
florian
|
dbd33fd6a5
* use thread var only if the target supports threading
|
14 years ago |