Jeppe Johansen
|
3cb9be73bc
Moved tcontrollerdatatype out into cpuinfo.
|
10 years ago |
florian
|
de17e9fa1c
+ cpu capability CPUX86_HAS_CMOV
|
10 years ago |
florian
|
5c67fcc43f
+ change always floating point divisions into multiplications if they are a power of two,
|
10 years ago |
Tomas Hajny
|
3ee3542744
* boolean constant instead of IFDEFs for detection of microcontroller support
|
10 years ago |
florian
|
d88d644925
+ support for FMA intrinsic: if there is no hardware support, the compiler throws an error.
|
11 years ago |
florian
|
0d6cc46a5e
+ CPU type corei
|
11 years ago |
florian
|
d8c0f11ff9
+ cs_userbp optimizer switch, so on x86-64 the compiler can make use of rbp if it is not needed as frame pointer
|
11 years ago |
florian
|
060aa2a7fe
+ SSE and AVX unit cpu flags
|
11 years ago |
florian
|
a752e3542d
+ more x86 cpu flags
|
11 years ago |
florian
|
e210d5f30e
+ cpu_capabilites for x86_64 and i386
|
11 years ago |
florian
|
e81d2d1f3b
* basic avx support for floating point operations (use -Cfavx to activate)
|
12 years ago |
florian
|
5b13ef1025
+ added sse/avx instructions sets introduced during the last years
|
13 years ago |
florian
|
4d86d25c6c
* -O4 switch for optimizations which are correct but which might have unexpected effects
|
13 years ago |
florian
|
b330bba0bc
+ introduce -Oofastmath
|
13 years ago |
Jonas Maebe
|
3798b79fd7
+ optimization that (re)orders instance fields of Delphi-style classes in
|
13 years ago |
florian
|
5acf377e31
* enable node cse for all cpus as level 2 optimization
|
15 years ago |
Jonas Maebe
|
f104e849d8
* disabled fpu_soft for x86_64 since activating it only leads to internal
|
15 years ago |
Jonas Maebe
|
0cc1e24f98
* fpu_sse3 also supports scalar single/double
|
15 years ago |
Jonas Maebe
|
62c1781bea
+ mw_pascal calling convention support for ARM, ppc64 and x86_64: identical
|
15 years ago |
florian
|
f32831c44a
* fixed assembling of fisttp of sse3 instruction set
|
18 years ago |
peter
|
a0ebdcf820
* enable regvar for -O2
|
18 years ago |
florian
|
9be265ab02
* fixed x86-64 compilation
|
18 years ago |
florian
|
2a54d957b2
* fixed two small errors
|
19 years ago |
florian
|
a61abb25cb
* reorganized optimizer switch sets
|
19 years ago |
florian
|
e8d5dc4ab2
* tailrecursion optimization enabled for for sparc, i386, x86-64 and arm
|
19 years ago |
peter
|
35c4d43699
* disable regvars until it is fixed
|
19 years ago |
Jonas Maebe
|
8a6ebdf274
- disabled loop unrolling for level 3 optimizations since it only causes
|
19 years ago |
peter
|
2888a21593
* list supported optimization options in -i
|
19 years ago |
peter
|
b6e35a200e
* rewrite of optimizer options
|
19 years ago |
daniel
|
d05f58b604
* Group asmlists into array to be able to add
|
20 years ago |