| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix pos field closing in XML node output after commit 47720 | pierre | 2020-12-09 | 1 | -2/+2 |
| * | Fix bug introduced in commit #47709, by only calling node_complexity if firs... | pierre | 2020-12-08 | 1 | -2/+5 |
| * | Apply patch proposed by J. Gareth Moreton in: | pierre | 2020-12-01 | 1 | -325/+0 |
| * | * a nil node is also a constant pointer node | florian | 2020-06-01 | 1 | -1/+1 |
| * | * fix for Mantis #35140: apply patch by Ryan Joseph together with some furthe... | svenbarth | 2020-04-25 | 1 | -4/+16 |
| * | * when copying goto nodes take care if the label node is part of the copied... | florian | 2019-12-25 | 1 | -0/+10 |
| * | * fix some currency issues, resolves #33963 and #36179 | florian | 2019-12-01 | 1 | -0/+2 |
| * | * replaced tentryfile.get/putsmall/normalset() with a common tget/putset | jonas | 2019-11-06 | 1 | -4/+5 |
| * | Commit patch submitted in bug report #35787 by Gareth Moreton | pierre | 2019-07-01 | 1 | -2/+2 |
| * | Commit of new debug feature implemented by J. Gareth Moreton | pierre | 2019-06-22 | 1 | -1/+437 |
| * | - removed withnode (was no longer used since a very long time) | jonas | 2019-01-05 | 1 | -2/+0 |
| * | * moved finalization of code generator temps to a node, so it can be getcopy'd | jonas | 2018-11-17 | 1 | -2/+4 |
| * | * allow nil to be assigned to generic types, resolves #34037 | florian | 2018-10-14 | 1 | -3/+5 |
| * | * moved nf_typedaddr to addrnodeflags (anf_typedaddr) | nickysn | 2018-04-03 | 1 | -4/+1 |
| * | - removed some dataconstn remenants | jonas | 2017-01-16 | 1 | -3/+0 |
| * | + write also node complexity when dumping a node tree | florian | 2016-02-28 | 1 | -1/+1 |
| * | Merged revision(s) 28689 from branches/svenbarth/packages: | svenbarth | 2016-01-22 | 1 | -1/+1 |
| * | * let is_conststringnode() and is_constwidestringnode() also recognise string | jonas | 2016-01-20 | 1 | -2/+7 |
| * | + new parser-only node class to handle Delphi-mode inline specializations | svenbarth | 2015-09-11 | 1 | -2/+4 |
| * | + nf_addr_taken: it marks nodes which address is taken | florian | 2014-02-07 | 1 | -1/+6 |
| * | + pointerconstn is also a constant node | florian | 2013-12-28 | 1 | -1/+1 |
| * | * mark the node which is the entry of the user code with a flag | florian | 2013-11-10 | 1 | -6/+14 |
| * | * Handle assigned(x) expressions entirely in first pass by converting them to... | sergei | 2013-09-16 | 1 | -0/+1 |
| * | * make actualtargetnode a normal procedure using pointers to node so it can b... | florian | 2013-06-29 | 1 | -10/+0 |
| * | * clear optinfo after allocating it | florian | 2013-06-14 | 1 | -1/+4 |
| * | + introduce tvariantrecbranch to be able to store | florian | 2013-04-14 | 1 | -2/+2 |
| * | Added support for type helpers. In non Delphi modes they use "type helper" an... | svenbarth | 2013-02-06 | 1 | -0/+8 |
| * | Patch by Vasiliy Kevroletin. Fixes Mantis #23655. | svenbarth | 2013-01-15 | 1 | -1/+1 |
| * | * write node flags to log file instead of to stdout | jonas | 2012-12-15 | 1 | -2/+2 |
| * | * cleanup some unused units from uses clauses | florian | 2012-09-21 | 1 | -4/+2 |
| * | * write flags in tnode.printnodeinfo | florian | 2012-08-13 | 1 | -1/+16 |
| * | * part of r20140, forgot to commit | jonas | 2012-01-21 | 1 | -2/+3 |
| * | * factored load node flags out of node flags to gain space | florian | 2011-10-30 | 1 | -8/+11 |
| * | o patch by Alexander Shishkin, resolves #20409 | florian | 2011-10-05 | 1 | -3/+3 |
| * | compiler: add unary plus node, search for unary plus operator if a type canno... | paul | 2010-12-26 | 1 | -0/+2 |
| * | * when simplifying ordinal expressions during inlining, keep the resultdef | jonas | 2010-10-07 | 1 | -2/+2 |
| * | * add type symbol names to -vp output (patch by Adriaan van Os, mantis | jonas | 2010-02-13 | 1 | -1/+1 |
| * | * integrated the transformation of an Objective-C method call into a call | jonas | 2009-10-01 | 1 | -2/+0 |
| * | Merged revisions 13627-13631,13637-13638,13640,13642-13648,13650-13653,13656-... | jonas | 2009-09-12 | 1 | -0/+22 |
| |\ |
|
| | * | o patch by Michael V. Denisenko to handle case <string> of (see also #13700) | florian | 2009-09-03 | 1 | -0/+22 |
| * | | + parser-side of objcprotocol() expression to obtain the metaclass | jonas | 2009-07-26 | 1 | -2/+4 |
| * | | Merged revisions 13218-13347 via svnmerge from | jonas | 2009-06-28 | 1 | -1/+10 |
| |\ \
| |/ |
|
| | * | * don't mark classes used in "is"- or "as"-expressions as potentially | jonas | 2009-05-31 | 1 | -1/+10 |
| * | | * initial Objective-C 1.0 support: | jonas | 2009-05-17 | 1 | -2/+4 |
| |/ |
|
| * | + added {$modeswitch objectivec1}/-Mobjectivec1 mode switch to enable | jonas | 2009-03-08 | 1 | -2/+4 |
| * | * delay verbosity changes just like localswitches changes | jonas | 2008-11-03 | 1 | -1/+6 |
| * | * don't waste a register for inc/dec(<pointer>,const); | florian | 2008-09-21 | 1 | -0/+8 |
| * | * fix writing of goto node to ppu | peter | 2008-09-03 | 1 | -73/+56 |
| * | * new node flag nf_modify to mark nodes being read and then written by one lo... | florian | 2008-08-20 | 1 | -1/+2 |
| * | * optimize away unnecessary implicit upcasts to int64 for subtractions | jonas | 2008-01-06 | 1 | -0/+1 |