summaryrefslogtreecommitdiff
path: root/compiler/compinnr.pas
Commit message (Expand)AuthorAgeFilesLines
* + implemented memory.grow and memory.size intrinsics and implemented SysOSAllocnickysn2021-01-211-0/+4
* + added explanation for min/max intrinsicsflorian2020-12-071-0/+11
* + min/max intrinsics for internal use by the compilerflorian2020-12-051-0/+8
* * fix for Mantis #37251: apply patches by Bi0T1N to implement the IsConstValu...svenbarth2020-06-251-1/+4
* * include the Z80 specific intrinsic valuessvenbarth2020-06-071-0/+4
* * first part of merging parts of Jeppe's intrinsics patch, mainly r31135florian2020-01-141-1/+3
* + add support for the IsManagedType() intrinsics which reports for a type (or...svenbarth2019-11-061-0/+1
* * synchronised with trunk till r40466jonas2018-12-041-0/+1
|\
| * + volatile() expression that marks an expression as volatilejonas2018-12-041-0/+1
* | + fpc_eh_return_data_regno() intrinsic to get the return register numbersjonas2018-10-281-0/+1
|/
* + inline support for the x86 'in' and 'out' instructions. Currently only enablednickysn2018-07-031-0/+4
* + added an i8086-specific FarAddr() function, similar to Addr(), but alwaysnickysn2017-11-271-0/+1
* + implemented some AVR specific intrinsicsflorian2017-11-011-0/+8
* + new Delphi-compatible intrinsic GetTypeKind() which returns the TTypeKind o...svenbarth2017-08-111-0/+1
* * use an enum instead of integer constants to represent inline numbersnickysn2017-05-101-0/+164