marco
|
f54d92326e
* remove leftover matrix unit dep
|
11 lat temu |
marco
|
a1351db576
* rtl-unicode package, containing unicodeducet, collation units and *bidi* units
|
11 lat temu |
marco
|
3e40a5c5f6
* removed obsolete rules from Solaris makefile
|
11 lat temu |
marco
|
08b26eeba6
* matrix+ucomplex line removal.
|
11 lat temu |
sergei
|
7b56c90d82
- MIPS,SPARC and ARM-wince: removed remaining references to softfloat stuff.
|
11 lat temu |
sergei
|
cfd2600b24
- Don't include softfpu code on SPARC, unless bootstrapping with 2.6.
|
11 lat temu |
florian
|
5d57f38619
+ functions for FMA and AVX2 detection
|
11 lat temu |
florian
|
5f92e11d6c
* blocked already merged revisions
|
11 lat temu |
florian
|
aa107b914c
* merged avx2 branch, developed by Torsten Grundke
|
11 lat temu |
sergei
|
30c3842802
* MIPS: reworked FPU initialization to be consistent with other targets.
|
11 lat temu |
sergei
|
dcb46051c4
* Get rid of last softfloat dependencies in genmath.inc. Replaced remaining calls to float_raise with expressions which generate appropriate floating-point exceptions at runtime. This is probably somewhat slower on actual softfloat targets, but the change only affects exceptional control flow, so not a significant issue.
|
11 lat temu |
sergei
|
fffc317759
* Replaced fpc_round_real with new implementation, having the following important properties:
|
11 lat temu |
sergei
|
825900671b
* Typo in r27184.
|
11 lat temu |
sergei
|
b89822d3e9
* i8086: added assembler implementation of fpc_round_real and removed remaining softfloat dependencies.
|
11 lat temu |
sergei
|
7ba4e67564
* Fixed Linux FPU exception mapping for x86_64 and MIPS, might be still incomplete, but at least operations yielding NaNs no longer produce EAccessViolation.
|
11 lat temu |
Jonas Maebe
|
47a7b117fd
* regenerated revision.inc and fpcmake.inc after r27188, which updated
|
11 lat temu |
Jonas Maebe
|
1ac4021178
* moved po_has_inlininginfo from procoptions to procimploptions so that
|
11 lat temu |
Jonas Maebe
|
72c1e2a8ce
* write newline after synthetickind
|
11 lat temu |
Jonas Maebe
|
c47b4cbe86
* fixed spacing of "alias names"
|
11 lat temu |
Jonas Maebe
|
7d8e9cf0f6
* moved tprocdef.isempty to a new set called implprocoptions that
|
11 lat temu |
florian
|
b2b26f84cf
* partially merged the mips-embedded branch of Michael Ring:
|
11 lat temu |
marco
|
31a3e98a91
* fix for #25753
|
11 lat temu |
nickysn
|
8ff628afe1
+ added i_msdos.pas and t_msdos.pas to ppc8086.lpi
|
11 lat temu |
nickysn
|
4c8e947f0c
* changed the shortstring index variables that were previously longint and were later changed to sizeint (in r26917) to ObjpasInt after r27142
|
11 lat temu |
sergei
|
fcfed19c84
* Fixed one of the C porting bugs (wonder how many are still left...)
|
11 lat temu |
sergei
|
ab3ae9cf40
* Fixed comment.
|
11 lat temu |
sergei
|
4952754184
- i386 and x86_64 no longer use any softfloat stuff.
|
11 lat temu |
florian
|
0e5cf6529e
+ peephole optimizations AndMovzToAnd, MovMov2Mov1 and MovMov2MovMov1 for x86-64
|
11 lat temu |
sergei
|
0255eb880e
- Removed mathuh.inc files which are identical for all targets (except m68k, see below), their contents moved into math.pp.
|
11 lat temu |
sergei
|
13da05a778
* Factored direct access to softfloat_exception_flags into a helper procedure.
|
11 lat temu |