Jonas Maebe
|
6909523b70
* handle atan, sqrt, ln, sin and cos in the x86 RTL for llvm
|
10 years ago |
sergei
|
f456bb3a25
* Re-implement ln(x) also for x87-based x86_64 targets (counterpart of r27367,r27518,r27552,r27553 for i386 target).
|
10 years ago |
sergei
|
b16c6f8ced
* i386 and x86_64 changes for Delphi compatibility:
|
11 years ago |
sergei
|
217bac7a0b
- Removed fpc_pi_real compilerproc, it is no longer used. At least two releases (2.6.2 and 2.6.4) emit Pi directly as a constant.
|
11 years ago |
sergei
|
2981f73aaa
- Removed redundant functions "power", they were neither used nor accessible through interface. The actual function "power" is located in Math unit.
|
11 years ago |
sergei
|
2b1e5f7014
* Mantis #17273: don't generate x87 instructions on win64 target.
|
11 years ago |
sergei
|
90d66595c2
* typecheck_real_to_currency: generate inline round() node instead of direct call to fpc_round_real, this allows target-specific processing to take place and possibly emit more efficient code.
|
12 years ago |
sergei
|
db045c4871
* Define FPC_ABSMASK_SINGLE and FPC_ABSMASK_DOUBLE without using assembler.
|
12 years ago |
sergei
|
ea571ba1a3
* Use variables instead of direct indexing into stack, eliminates warnings at compilation.
|
14 years ago |
sergei
|
369725f2c4
* Get8087CW: Make sure that high bits of result are clear.
|
14 years ago |
sergei
|
4a3c7f7ef4
* Get8087CW: use fixed stack.
|
14 years ago |
Jonas Maebe
|
a302cbeff1
* more Win64 -> FPC_HAS_TYPE_EXTENDED check conversions
|
15 years ago |
yury
|
bba2b87064
* Use RIP relative symbol addressing in assembler blocks. Finally bug #13657 is fixed.
|
16 years ago |
florian
|
50b63884cb
+ applied a fix similar to 11820 to x86-64
|
17 years ago |
Jonas Maebe
|
032352d98b
+ darwin/x86_64 support
|
18 years ago |
florian
|
538e1bb8e8
* fixed broken Math.SetExceptionMask
|
18 years ago |
florian
|
47fac4ee6e
* moved *SSECSR to system unit
|
19 years ago |
florian
|
89f8474388
* unified and moved some win32/win64 stuff
|
19 years ago |
florian
|
8711adb9d1
* fixed exp to be pic safe
|
20 years ago |
florian
|
78abb1603d
* synched with i386
|
20 years ago |
florian
|
6a279f8569
* small compilation fixes for win64 system unit
|
20 years ago |
florian
|
ad3b9b9464
* windows rtl restructuring to share code between win32 and win64
|
20 years ago |
michael
|
3a2eaa94b1
+ Removed INTERNCONSTINTF define
|
20 years ago |
michael
|
93ba0409be
+ Removed HASCOMPILERPROC define
|
20 years ago |
peter
|
4ace790492
* remove $Log
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
florian
|
58202bd7d5
* some ifdef'ed pic code
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
peter
|
29ed3f6d29
* add fnclex before loading old CW
|
20 years ago |