summaryrefslogtreecommitdiff
path: root/compiler/switches.pas
Commit message (Expand)AuthorAgeFilesLines
* * allow $MinEnumSize, $PackSet and $PackRecords to be used with $Push and $Popsvenbarth2018-06-121-0/+39
* * instead of using separate booleans use a set to keep track of pending chang...svenbarth2018-06-121-11/+11
* * (re)store alignment when doing a $push/$popflorian2018-01-221-2/+18
* Add new Delphi compatible switch {$G+/-}, {$IMPORTEDDATA ON/OFF} which handle...svenbarth2016-03-181-1/+1
* * add llvminfo to override optimizer switches in case of {$ifdef llvm}jonas2016-01-101-0/+4
* + generate proper win16 prologue/epilogue for exported routines (we don't yetnickysn2015-09-261-0/+8
* + made the $W switch control the FarProcsPushOddBP target switch in the i8086nickysn2015-09-261-2/+12
* + added the $F switch to the turbo and macSwitchTable, as that takes precedencenickysn2014-04-131-0/+8
* * the default string type for the JVM target is no longer automaticallyjonas2011-08-201-2/+2
* * Fix double WARN infinite looppierre2011-06-291-2/+4
* Implement support for $WARN XXX ON/OFF/ERRORpierre2011-06-281-1/+22
* fpc: compiler: paul2010-01-271-0/+5
* * check validity of calling conventions specified using {$calling x}jonas2009-03-211-2/+11
* * delay effect of {$calling x} until switches are flushed (mantis #12985)jonas2009-03-201-0/+12
* * delay verbosity changes just like localswitches changesjonas2008-11-031-11/+72
* + forbid usage of $E on targets supporting no fpu emulationflorian2007-06-101-7/+16
* * don't give a warning for {$u-} (means "Pentium-safe fdiv off", is onlyjonas2007-01-241-2/+9
* * support for {$z+/-} (={$z4/1})jonas2007-01-211-3/+11
* * remove tdictionary and tindexarraypeter2006-11-031-4/+4
* * settings refactoredflorian2006-10-301-17/+17
* * list supported optimization options in -ipeter2006-03-131-4/+11
* * $W switch sets the localswitch cs_generate_stackframes that can bepeter2005-10-191-18/+2
* * move all stabs ($ifdef gdb) code to dbgstabspeter2005-10-021-1/+1
* + $A similiar to $align on/off addedflorian2005-07-011-42/+53
* * log and id tags removedfpc2005-05-211-10/+0
* initial importfpc2005-05-161-0/+243