summaryrefslogtreecommitdiff
path: root/compiler/pass_2.pas
Commit message (Expand)AuthorAgeFilesLines
* * rest of the previous accidental partial commitjonas2019-02-071-1/+0
* Marge of more trunk fixes into fixes branch.pierre2018-12-231-1/+1
* Merge of revisions 39731 39825 39849 39912 39913 39914 39924 39935 39999 4000...pierre2018-12-221-1/+8
* * avoid overflows of execution weightflorian2018-08-161-3/+1
* * moved execution weight calculation into a separate pass, so the info is ava...florian2018-04-081-1/+6
* * removed unused unitsflorian2017-05-091-5/+7
* - removed some dataconstn remenantsjonas2017-01-161-1/+0
* * record in the flowcontrol flags whether we are currently in a block whosejonas2016-12-181-0/+3
* * clarified comment for fc_unwind_*jonas2016-12-161-1/+1
* * fixed compilation of the compiler with -dEXTDEBUG after r31588nickysn2015-09-121-1/+2
* * Win64 SEH: Track control flow out of unwind-protected regions in a more pre...sergei2015-09-091-1/+2
* * merged trunk up to r20882jonas2012-04-151-1/+3
|\
| * + tcgexitnode,tcgbreaknode,tcgcontinuenode: added possibility to generate spe...sergei2011-11-141-1/+3
* | * changed var-parameter of secondpass() into a value parameter: secondpassjonas2011-08-201-2/+2
|/
* compiler: add unary plus node, search for unary plus operator if a type canno...paul2010-12-261-0/+1
* * fix compilation with -dEXTDEBUGflorian2009-11-151-1/+2
* * patch by Sergei Gorelkin: fixes compilation with -dEXTDEBUGflorian2009-04-251-1/+2
* * first try to fix #10863 (don't do SSL in case left is already handled in an...florian2008-04-191-1/+10
* + check for location.loc<>expectloc in extdebug modeflorian2008-03-231-0/+2
* * indenting of node namespeter2007-09-091-2/+11
* - removed caretn and related codejonas2007-05-041-1/+0
* * fixed missing lineinfo after removing inlining_procedure (missed a "not" injonas2007-01-301-0/+1
* - removed inlining_procedure global var (artefact from pass_2 inlining)jonas2007-01-291-2/+0
* * refactor procsym procdef listpeter2006-11-031-1/+2
* * germanism removed (aktfilepos -> current_filepos)florian2006-10-301-3/+3
* * settings refactoredflorian2006-10-301-5/+5
* * remove ttypepeter2006-10-291-1/+1
* + very limited SSA support (only outside control flowjonas2006-05-251-1/+1
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-4/+4
* * remove check for expectloc<>location.loc, it doesn't work anymore forpeter2005-10-201-3/+1
* * log and id tags removedfpc2005-05-211-10/+0
* initial importfpc2005-05-161-0/+222