summaryrefslogtreecommitdiff
path: root/compiler/i386/n386set.pas
Commit message (Expand)AuthorAgeFilesLines
* * let all the case code generation work with tconstexprint instead of aint,jonas2019-02-241-2/+2
* * cleanup of unused unitsflorian2013-07-071-10/+1
* * default value for max_linear_list on i386florian2013-07-071-3/+4
* * merged trunk up to r20882jonas2012-04-151-91/+0
|\
| * * Moved procedure genlinearlist from ti386casenode to tx86casenode. This opti...sergei2011-10-041-88/+0
* | * converted tcgcasenode.pass_generate_code() to hlcgobjjonas2011-08-201-6/+8
|/
* + create jump tables for case statements on x86-64florian2008-07-131-72/+2
* * handle case ranges properly for unsigned types with a non-zero base, resolv...florian2007-10-281-1/+1
* * optimized code for jumptables (same as for ppc now)jonas2007-09-231-7/+20
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-8/+8
* * settings refactoredflorian2006-10-301-4/+4
* * remove ttypepeter2006-10-291-2/+2
* Merged revisions 2921-2922,2925 via svnmerge from peter2006-03-161-16/+16
* * aktcputype and aktoptimizecputype was missing in the previous optimizatio...peter2006-03-131-4/+4
* * rewrite of optimizer optionspeter2006-03-131-4/+4
* * support multiple asmlabel types, renamed getlabel topeter2005-09-181-1/+1
* * force writing of new section before generating the jumptablepeter2005-09-151-15/+8
* * rename al_code to al_procedures, al_bss/al_data to al_globalspeter2005-09-151-1/+1
* * put typedconsts in own asmlist to prevent mixingpeter2005-08-171-1/+1
* * Group asmlists into array to be able to adddaniel2005-07-231-1/+1
* * log and id tags removedfpc2005-05-211-7/+0
* initial importfpc2005-05-161-0/+232