summaryrefslogtreecommitdiff
path: root/compiler/powerpc/cpuinfo.pas
Commit message (Expand)AuthorAgeFilesLines
* + 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
* * -O4 switch for optimizations which are correct but which might have une...florian2012-08-091-0/+1
* + introduce -Oofastmathflorian2012-08-081-1/+1
* + optimization that (re)orders instance fields of Delphi-style classes injonas2012-07-221-1/+2
* * enabled node cse with -O2 for ppc32jonas2010-09-191-2/+2
* + add no-fpu support to compiler/rtl for powerpc-linux (-Cfnone)micha2008-03-021-1/+2
* * enabled tail recursion optimization for ppcjonas2007-09-081-2/+2
* - removed ppc601 as ppc32 cpu targetjonas2007-02-031-4/+8
* * fixed two small errorsflorian2006-10-111-1/+6
* * reorganized optimizer switch setsflorian2006-10-111-3/+3
* - disabled loop unrolling for level 3 optimizations since it only causesjonas2006-03-171-1/+1
* * list supported optimization options in -ipeter2006-03-131-0/+3
* * rewrite of optimizer optionspeter2006-03-131-6/+10
* * inline and compilerproc are now procoptions instead of proccall typesjonas2005-07-181-2/+0
* * log and id tags removedfpc2005-05-211-19/+0
* initial importfpc2005-05-161-0/+92