summaryrefslogtreecommitdiff
path: root/compiler/nopt.pas
Commit message (Expand)AuthorAgeFilesLines
* * moved nf_typedaddr to addrnodeflags (anf_typedaddr)nickysn2018-04-031-1/+1
* + support for <dyn. array>+<dyn. array>, resolves #30463florian2018-03-041-0/+93
* * use an enum instead of integer constants to represent inline numbersnickysn2017-05-101-1/+1
* * keep track of allow_array_constructor as part of the array constructor nodesvenbarth2017-05-041-0/+1
* * when concatenating ansistrings, do not map CP_NONE (rawbytestring) tojonas2013-07-191-2/+6
* * fixed genmultistringadd() optimization for jvm and enabled itjonas2012-04-161-5/+14
* * merged trunk up to r20882jonas2012-04-151-9/+39
|\
| * compiler:paul2011-10-201-2/+2
| * merge r17484 from cpstrnew branch by michael:paul2011-09-171-9/+39
* | + shortstring support for the JVM target (including accessing character 0 asjonas2011-08-201-0/+4
|/
* * remove registers{int/mmx/fpu} from firstpasspeter2007-09-261-1/+0
* * Merged 2.3 branch changes:jonas2007-03-041-1/+0
* * fixed some warnings about hidden constructorsjonas2007-01-021-3/+3
* * remove tdictionary and tindexarraypeter2006-11-031-1/+1
* * settings refactoredflorian2006-10-301-2/+2
* * remove ttypepeter2006-10-291-28/+28
* * string concat changed from function to procedure topeter2006-10-021-16/+53
* * rewrite of optimizer optionspeter2006-03-131-2/+2
* * optimize multiple concats for ansi/widestringpeter2006-02-201-1/+42
* * node optimizer branch mergedflorian2005-06-191-8/+8
* * log and id tags removedfpc2005-05-211-8/+0
* initial importfpc2005-05-161-0/+296