summaryrefslogtreecommitdiff
path: root/compiler/nutils.pas
Commit message (Expand)AuthorAgeFilesLines
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-2/+2
* * fixed instances of passing properties as var parameterjonas2007-05-031-2/+4
* * nothingn has a complexity of 0jonas2007-03-131-1/+2
* * fixed memory leak in dosimplifyjonas2007-03-131-0/+1
* * Merged 2.3 branch changes:jonas2007-03-041-5/+15
* * niln has a compelxity of 0 (so the inlining code doesn't try to takejonas2006-12-291-1/+2
* * removed typed const, it is now handled by staticvarsympeter2006-11-081-2/+2
* * remove tdictionary and tindexarraypeter2006-11-031-6/+6
* * settings refactoredflorian2006-10-301-1/+1
* * remove ttypepeter2006-10-291-23/+23
* * fixed tail recursion optimization for code using methodpointerinit/doneflorian2006-10-141-0/+19
* * process tasnode.call in foreach(static) (fixes tw7391 with regvars on ppc)jonas2006-10-041-0/+12
* * string concat changed from function to procedure topeter2006-10-021-1/+1
* * fixed issue 6977 (add regvars occupied by the invisible high parameterjonas2006-06-211-3/+10
* * fixed simplifyingjonas2006-03-041-0/+1
* * change order of foreachnode(static) so the "payload" of ajonas2006-02-111-2/+4
* * symtablestack cleanup and rewritepeter2006-02-051-4/+2
* * also process methodpointerinit and methodpointerdone fieldsjonas2006-01-051-0/+4
* * fixed previous commit ...florian2006-01-051-16/+1
* * new line inserted :)florian2006-01-051-1/+16
* * fixed resetting of ansistringsflorian2005-12-201-6/+17
* * generate always direct fpc_decr_* calls for strings instead of fpc_finalizeflorian2005-12-151-8/+24
* * allow also procvar calls with a postfix operation after a callnpeter2005-10-181-2/+2
* * remove obsolete pass2inline codepeter2005-09-251-6/+0
* * better error recoveringflorian2005-06-251-14/+22
* * foreachnodestatic extended so it can do pre processing of child nodesflorian2005-06-051-35/+57
* + started with refactoring det_resulttypeflorian2005-05-291-0/+33
* * log and id tags removedfpc2005-05-211-14/+0
* initial importfpc2005-05-161-0/+576