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