Jonas Maebe
|
62ee16278b
* changed getdir(ansistring):ansistring to
|
12 年 前 |
florian
|
844806cb19
* renamed parameter bp (x86 ism) into fp for dump_stack
|
12 年 前 |
Jonas Maebe
|
5a72bc3656
* export filerec/textrec from the system unit and use them in the compiler
|
12 年 前 |
Jonas Maebe
|
ecd3cba02b
* synchronised with trunk up to r24912
|
12 年 前 |
nickysn
|
0d51ecdd00
* System.ExitProc type changed to CodePointer
|
12 年 前 |
nickysn
|
4a423ecc44
* System.InitProc changed to CodePointer
|
12 年 前 |
nickysn
|
54c4c8155b
+ also added PCodePointer and PPCodePointer
|
12 年 前 |
nickysn
|
3e1e5cb7e8
+ added System.CodePointer - a pointer that is able to hold a procedure address in the current memory model
|
12 年 前 |
nickysn
|
0e4e329228
+ added defines for the i8086 code and data model; ptrint/ptruint made to follow the data pointer size
|
12 年 前 |
marco
|
5de259e487
* added pointer types for int8..int32 types after request on community site.
|
12 年 前 |
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 年 前 |
nickysn
|
47ff0a520d
+ added Test8086, Test8087, has_sse_support and has_mmx_support vars for i8086
|
12 年 前 |
nickysn
|
897967b8ff
* use {$maxfpuregisters 0} for i8086 also
|
12 年 前 |
nickysn
|
3768914a3d
slight rtl update for i8086-msdos
|
12 年 前 |
florian
|
d460d44671
* fixed typo as pointed out by Aleksa Todorovic
|
12 年 前 |
florian
|
24f518f232
+ redirect calls to empty virtual methods to FPC_EMPTYMETHOD
|
12 年 前 |
pierre
|
c979ded1f9
Use FPUSOFT instead of CPUCOLDFIRE for settings some m68k software macors
|
12 年 前 |
Jonas Maebe
|
14b1c8a99c
* moved fpc_threadvar_relocate_proc from systemh.inc to thread.inc
|
12 年 前 |
florian
|
eeef57a2a1
* merging more of Jeppe Johansen's arm-embedded branch
|
12 年 前 |
Jeppe Johansen
|
628d46f2d3
Fixed Bsf* functions on platforms that support RBIT
|
12 年 前 |
svenbarth
|
d5523e6af6
For now completely disable (I)MUL/(I)DIV support for Coldfire and pass through the RTL routines
|
13 年 前 |
Jonas Maebe
|
598d2feeb6
+ rtldefs.inc file for every target that contains defines shared by multiple
|
13 年 前 |
florian
|
d63ebe6464
* bsr implementation for armv5+ using clz
|
13 年 前 |
florian
|
9be3ca04ad
* split FPC_HAS_INTERNAL_BSX_* defines into FPC_HAS_INTERNAL_BSF_* and FPC_HAS_INTERNAL_BSR_*
|
13 年 前 |
florian
|
ff12d63248
+ generic popcnt support
|
13 年 前 |
florian
|
b782918434
* first draft to support the popcnt instruction, works so far for x86 with a real popcnt instruction
|
13 年 前 |
pierre
|
f340ef87e3
* get_addr function renamed to get_pc_addr
|
13 年 前 |
pierre
|
8469741700
+ Added additional addr pointer parameter to
|
13 年 前 |
masta
|
3d9d484bfd
Remove redundant CPU-Check for FPC_HAS_INTERNAL_ABS_LONG
|
13 年 前 |
pierre
|
be67af4374
* Adapt to mipsel compiler defining cpumipsel and cpumipsel32 but not cpumips anymore
|
13 年 前 |