summaryrefslogtreecommitdiff
path: root/compiler/i8086/cpuinfo.pas
Commit message (Expand)AuthorAgeFilesLines
* Moved tcontrollerdatatype out into cpuinfo.laksen2015-09-071-1/+7
* - removed long deprecated/buggy assembler cse optimiser for i386jonas2015-05-091-1/+1
* + change always floating point divisions into multiplications if they are a p...florian2014-11-161-0/+3
* * boolean constant instead of IFDEFs for detection of microcontroller supporthajny2014-11-101-0/+17
* * Included cs_opt_peephole into genericlevel1optimizerswitches, so it is re-e...sergei2014-03-151-1/+1
* - disable cs_opt_nodecse from -O2 on i8086, because it breaks building packagesnickysn2014-01-261-1/+1
* - disable cs_opt_regvar from -O2 on i8086, since it's not working properly yetnickysn2013-08-241-1/+1
* * i8086 compilation fixed after r24896nickysn2013-06-151-4/+8
* * the memory model const sets introduced in r24812 moved to i8086/cpuinfo.pasnickysn2013-06-081-0/+5
* the basic i8086 units: cpuinfo and cpubasenickysn2013-03-071-0/+130