florian
|
f6b5c513bb
* patch by Rika: makes #39786 work on more setups, resolves #39786
|
3 years ago |
florian
|
27fb9086aa
* cleanup: cs_opt_loopunroll is a generic optimization for a long time already
|
3 years ago |
florian
|
ff3acfb8cd
* cleanup of 2.7.0 defines
|
3 years ago |
florian
|
c02b43fb93
* change fma cpu flag into an fpu flag
|
4 years ago |
florian
|
3a668d9b7c
* i386 compilation fixed
|
4 years ago |
florian
|
0d36b05df5
* i386 can use only 8 mm registers with avx-512
|
4 years ago |
florian
|
1add3490c3
+ i386 supports also avx-512
|
4 years ago |
Jonas Maebe
|
592df7fa59
* disable cs_opt_regvar on all platforms when compiled for LLVM (LLVM does
|
5 years ago |
florian
|
ef87879402
* common naming for fpu_none string
|
5 years ago |
florian
|
ba203c0564
+ x86 makes use of fpu_capabilities
|
6 years ago |
nickysn
|
aec03309ef
+ added CPUX86_HAS_SSE2 to x86 tcpuflags
|
7 years ago |
nickysn
|
5f87ac5d47
+ added 486 to the list of supported CPUs on the i8086 and i386 targets
|
9 years ago |
Jeppe Johansen
|
3cb9be73bc
Moved tcontrollerdatatype out into cpuinfo.
|
10 years ago |
Jonas Maebe
|
1b43930749
- removed long deprecated/buggy assembler cse optimiser for i386
|
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 |
sergei
|
c003f934c5
* Included cs_opt_peephole into genericlevel1optimizerswitches, so it is re-enabled for all targets after r27106.
|
11 years ago |
florian
|
0d6cc46a5e
+ CPU type corei
|
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
|
3a9e3991be
* the switch -Oouseebp allows the i386 compiler to use ebp as normal register
|
13 years ago |
florian
|
a38be24672
* get rid of tabs with wrong size
|
13 years ago |