summaryrefslogtreecommitdiff
path: root/compiler/constexp.pas
Commit message (Expand)AuthorAgeFilesLines
* - obsolete defines removedflorian2021-04-111-9/+1
* Fix cycle with -CriotR option on aarch64-linuxpierre2020-07-061-0/+2
* Fix cycle for x86_64-win64 target with -Cr optionpierre2016-01-281-1/+3
* * make use of the noreturn directive for internalerrorflorian2013-11-101-1/+8
* * workaround for 2.6.x to avoid overflow errors when compiled with -CRiotflorian2013-06-261-0/+8
* - 2.0 overlefts removedflorian2012-11-181-7/+0
* - Removed a number of unused variables, reduces noise at compilation.sergei2012-10-301-2/+0
* * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve...florian2011-09-271-22/+22
* * patch by alexvin to replace $ifopt by $push/$pop, resolves #20332florian2011-09-251-5/+2
* * Use extended for bestreal type if GENERIC_CPU is definedpierre2011-07-081-0/+4
* * fixed evaluation of "mod" operator for tconstexprint with signed operandsjonas2010-01-011-7/+20
* o patch by Michael V. Denisenko to handle case <string> of (see also #13700)florian2009-09-031-0/+2
* * fixed constant evaluation check for negvalue+posvalue (mantis #11216)jonas2008-04-261-1/+1
* * avoid check being wrongly "optimized" away (left and rightjonas2008-02-201-1/+1
* * revert r8118peter2007-07-221-1/+1
* * qword(-int64) can cause an overflow error in case of low(int64). Harmless...daniel2007-07-221-0/+4
* + Add common type integer promotion.daniel2007-07-211-1/+1
* - removed some unused variablesjonas2007-07-171-18/+5
* * make cycle OPT=-gwl -Co -Cr on x86-64 fixedflorian2007-07-071-4/+8
* * Prevent range check error.daniel2007-06-151-1/+4
* * Fix remaining constexp issues: powerpc,libcurl,browcoldaniel2007-06-131-1/+1
* + Forgot to add constexp unit.daniel2007-06-131-0/+571