marco
|
db7f4eccc2
* checked r22466. Most remaining mutations added. With the exception of sysunix.inc.
|
12 years ago |
marco
|
bfe1eed083
* getdir needs overload; directives to work
|
12 years ago |
marco
|
1b7962cc34
* Most dos tests fixed.
|
12 years ago |
marco
|
1567e63420
* Cleaned up the work of two days using the rawbytestring alias for 2.6.2 bootstrapping.
|
12 years ago |
marco
|
15d86a5489
* merged my own Windows specific fixes, and reworked the sysutils part a bit.
|
12 years ago |
michael
|
209aa73d58
* Unicode RTL and packages compile
|
12 years ago |
nickysn
|
b0f7786782
+ added support for special versions of near data pointers associated with a x86 segment register. They are supported on all x86 platforms: i8086, i386 and x86_64
|
12 years ago |
nickysn
|
47ff0a520d
+ added Test8086, Test8087, has_sse_support and has_mmx_support vars for i8086
|
12 years ago |
nickysn
|
897967b8ff
* use {$maxfpuregisters 0} for i8086 also
|
12 years ago |
nickysn
|
3768914a3d
slight rtl update for i8086-msdos
|
12 years ago |
florian
|
d460d44671
* fixed typo as pointed out by Aleksa Todorovic
|
12 years ago |
florian
|
24f518f232
+ redirect calls to empty virtual methods to FPC_EMPTYMETHOD
|
12 years ago |
pierre
|
c979ded1f9
Use FPUSOFT instead of CPUCOLDFIRE for settings some m68k software macors
|
12 years ago |
Jonas Maebe
|
14b1c8a99c
* moved fpc_threadvar_relocate_proc from systemh.inc to thread.inc
|
12 years ago |
florian
|
eeef57a2a1
* merging more of Jeppe Johansen's arm-embedded branch
|
13 years ago |
Jeppe Johansen
|
628d46f2d3
Fixed Bsf* functions on platforms that support RBIT
|
13 years ago |
svenbarth
|
d5523e6af6
For now completely disable (I)MUL/(I)DIV support for Coldfire and pass through the RTL routines
|
13 years ago |
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 |