| Commit message (Expand) | Author | Age | Files | Lines |
* | * return voidpointertype.size instead of sizeof(pint) in tstringdef.size in | nickysn | 2014-03-23 | 1 | -1/+1 |
* | * instead of setting savesize in each of the tstringdef constructors, added an | nickysn | 2014-03-23 | 1 | -12/+18 |
* | + Support omitting the frame pointer on arm even in procedures with incoming ... | florian | 2014-03-23 | 7 | -35/+75 |
* | * NativeInt and NativeUInt redefined as aliases to PtrInt/PtrUInt, so now they | nickysn | 2014-03-23 | 1 | -6/+10 |
* | * replaced all the remaining uses of nativeint in the rtl with either sizeint | nickysn | 2014-03-23 | 3 | -5/+5 |
* | * use ObjpasInt, instead of nativeint in fpc_div_dword and fpc_mod_dword | nickysn | 2014-03-23 | 1 | -2/+2 |
* | * local variables in fpc_AnsiStr_Concat_multi changed from nativeint to objpa... | nickysn | 2014-03-23 | 1 | -1/+1 |
* | * changed ExceptTryLevel from nativeint to objpasint | nickysn | 2014-03-23 | 1 | -1/+1 |
* | - RTL: removed 'unimplementedwidestring' procedure and use 'unimplementedunic... | sergei | 2014-03-23 | 1 | -19/+4 |
* | - RTL: cleaned out FPC_FREEMEM_X. We now have a dedicated compilerproc 'fpc_f... | sergei | 2014-03-23 | 3 | -7/+3 |
* | * regenned makefiles which were regennerated with a 2.6.x fpcmake in the rtl... | marco | 2014-03-22 | 10 | -87/+2078 |
* | * Mantis #25889 Patch by Ocean: | marco | 2014-03-22 | 1 | -0/+56 |
* | * patch from Ocean, Mantis #0025890 shlobj classids constants and IShellIcon | marco | 2014-03-22 | 1 | -2/+18 |
* | - removes accidently commited comments for testing | florian | 2014-03-22 | 1 | -2/+2 |
* | + support for FASM output, using it for testing does not work though, see rea... | florian | 2014-03-22 | 4 | -7/+32 |
* | * fpmkunit no longer depends on strutils. | marco | 2014-03-22 | 1 | -1/+124 |
* | * x86_64: SetExceptionMask and SetRoundingMode must return the old value of m... | sergei | 2014-03-21 | 1 | -4/+16 |
* | * do not create an fpc_zeromem node if size=0 | florian | 2014-03-21 | 1 | -1/+1 |
* | * avoid internal error if an empty record is assigned to a function result, r... | florian | 2014-03-21 | 2 | -0/+18 |
* | * internalerror unified | florian | 2014-03-21 | 1 | -1/+1 |
* | * optimized the i8086 version of Get8087CW | nickysn | 2014-03-21 | 1 | -7/+4 |
* | fcl-db: dbtestframework: | reiniero | 2014-03-21 | 1 | -0/+22 |
* | * software_rounding_mode -> softfloat_rounding_mode. | sergei | 2014-03-21 | 2 | -2/+2 |
* | * SPARC: SetExceptionMask and SetRoundingMode must return the old value of ma... | sergei | 2014-03-21 | 1 | -6/+12 |
* | * ARM: SetExceptionMask and SetRoundingMode must return the old value of mask... | sergei | 2014-03-21 | 1 | -55/+58 |
* | + Implemented m68k-specific (actually, softfloat-specific) part of Math unit. | sergei | 2014-03-21 | 1 | -6/+7 |
* | * Moved declarations of TFPURoundingMode,TFPUExceptionMask and TFPUPrecisionM... | sergei | 2014-03-20 | 13 | -157/+90 |
* | + prove of concept how FMA4 could be supported in inline assembler | florian | 2014-03-20 | 23 | -24/+110 |
* | * don't change the forward/interface definition of regular forward/interface | jonas | 2014-03-20 | 4 | -19/+87 |
* | * unicodeducet was still in makefile, fixed. | marco | 2014-03-20 | 2 | -75/+292 |
* | * fix wrong suffix | florian | 2014-03-20 | 1 | -2/+2 |
* | * enabled fma instruction as the compiler knows them since r27209 | florian | 2014-03-20 | 1 | -2/+1 |
* | + support for FMA instructions in inline assembler | florian | 2014-03-20 | 25 | -21/+3355 |
* | * remove leftover matrix unit dep | marco | 2014-03-20 | 2 | -311/+76 |
* | * rtl-unicode package, containing unicodeducet, collation units and *bidi* u... | marco | 2014-03-20 | 50 | -3168/+1417 |
* | * removed obsolete rules from Solaris makefile | marco | 2014-03-20 | 2 | -283/+10 |
* | * matrix+ucomplex line removal. | marco | 2014-03-20 | 2 | -6/+0 |
* | - MIPS,SPARC and ARM-wince: removed remaining references to softfloat stuff. | sergei | 2014-03-20 | 5 | -65/+0 |
* | - Don't include softfpu code on SPARC, unless bootstrapping with 2.6. | sergei | 2014-03-20 | 3 | -12/+12 |
* | + functions for FMA and AVX2 detection | florian | 2014-03-20 | 5 | -23/+136 |
* | * blocked already merged revisions | florian | 2014-03-20 | 0 | -0/+0 |
* | * merged avx2 branch, developed by Torsten Grundke | florian | 2014-03-20 | 27 | -21/+4374 |
* | * MIPS: reworked FPU initialization to be consistent with other targets. | sergei | 2014-03-20 | 1 | -16/+16 |
* | * Get rid of last softfloat dependencies in genmath.inc. Replaced remaining c... | sergei | 2014-03-20 | 1 | -8/+18 |
* | * Replaced fpc_round_real with new implementation, having the following impor... | sergei | 2014-03-20 | 1 | -44/+41 |
* | * Typo in r27184. | sergei | 2014-03-20 | 1 | -1/+1 |
* | * i8086: added assembler implementation of fpc_round_real and removed remaini... | sergei | 2014-03-20 | 3 | -3/+14 |
* | * Fixed Linux FPU exception mapping for x86_64 and MIPS, might be still incom... | sergei | 2014-03-20 | 2 | -11/+7 |
* | * regenerated revision.inc and fpcmake.inc after r27188, which updated | jonas | 2014-03-19 | 2 | -2354/+2297 |
* | * moved po_has_inlininginfo from procoptions to procimploptions so that | jonas | 2014-03-19 | 6 | -29/+49 |