summaryrefslogtreecommitdiff
path: root/compiler/compinnr.inc
Commit message (Expand)AuthorAgeFilesLines
* + support for FMA intrinsic: if there is no hardware support, the compiler th...florian2014-04-131-0/+4
* + pseudo procedure aligned: tells the compiler to assume that the given param...florian2013-01-041-0/+1
* * first draft to support the popcnt instruction, works so far for x86 with a ...florian2012-09-021-0/+1
* * merged trunk up to r20882jonas2012-04-151-2/+3
|\
| * Add support for Default() intrinsic. For now this is only (fully) supportedsvenbarth2012-03-251-0/+1
* | + support for formal var/out parameters on the JVM target:jonas2011-08-201-0/+1
* | + dummy support for untyped var/const/out parameters on the JVM targetjonas2011-08-201-0/+1
|/
* * constant evaluation of ror/rol if they are internally handled, resolves #6300florian2011-06-231-2/+2
* * implementation of bit scan intrinsics by Richard Vida, resolves #17592florian2010-10-161-0/+2
* + support of compiler intrinsic sar* using a patch by Benjamin Rosseaux, reso...florian2010-01-311-1/+2
* + support for objcencode() (equivalent of Objective-C's @encode()) + testjonas2009-08-181-0/+1
* + parser-side of objcprotocol() expression to obtain the metaclassjonas2009-07-261-0/+1
* + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enablejonas2009-03-081-0/+1
* + ror/rol functionsflorian2008-07-271-0/+5
* + inline abs(<longint>) on x86florian2007-11-251-0/+1
* + support for ISO Extended Pascal ReadStr() and WriteStr() routinesjonas2007-05-141-0/+2
* + support for bitsizeof() functionjonas2006-09-091-0/+1
* + support for bitpacked arrays:jonas2006-08-191-0/+2
* * Internal implementations of get_frame, get_caller_frame and get_caller_addr.daniel2006-05-141-0/+3
* + support for unaligned functionflorian2006-04-291-0/+1
* + slice implementedflorian2005-10-151-0/+1
* * remove $Logpeter2005-06-071-6/+0
* * log and id tags removedfpc2005-05-211-1/+0
* initial importfpc2005-05-161-0/+113