Jeppe Johansen
|
3cb9be73bc
Moved tcontrollerdatatype out into cpuinfo.
|
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 |
Károly Balogh
|
8acc260a09
m68k: added the byterev and ff1 CF ISAA+/ISAC instructions, also added byterev as a CPU capability
|
11 years ago |
Károly Balogh
|
f91ae2700c
m68k: added CPUM68K_HAS_ROLROR capability flag
|
11 years ago |
Károly Balogh
|
7093efe4c4
fixed comment, no functional changes
|
11 years ago |
Károly Balogh
|
6bd062b59f
according to the M68K PRM and also GNU AS, plain 68000 has no BRA.L
|
11 years ago |
Károly Balogh
|
dfe2f253f9
added 68040 CPU type, MOVE16 and ColdFire V4 extra instructions
|
11 years ago |
svenbarth
|
6f5a648516
Improve the cpu type handling for M68k just in case we should branch 2.8.0 before I can start working on M68k again.
|
12 years ago |
pierre
|
0af0da69b1
New GasCpuTypeStr array: GAS uses different names for cpu variants
|
12 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 |
florian
|
abfdda6129
* small m68k cleanups
|
18 years ago |
florian
|
2a54d957b2
* fixed two small errors
|
19 years ago |
florian
|
a61abb25cb
* reorganized optimizer switch sets
|
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 |
Jonas Maebe
|
8bc4e0a32f
* inline and compilerproc are now procoptions instead of proccall types
|
20 years ago |
fpc
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
fpc
|
50778076c3
initial import
|
20 years ago |
peter
|
e417e34496
* truncate log
|
20 years ago |
peter
|
6c9c4c686c
* small m68k updates to bring it up2date
|
21 years ago |
florian
|
8a9758c5e2
* logs truncated
|
21 years ago |
florian
|
588e2c38bf
* dwarf branch merged
|
21 years ago |
florian
|
71f80e8bef
* continued to fix m68k compiler compilation
|
21 years ago |
florian
|
c68ea95074
+ syscall directive support for MorphOS added
|
21 years ago |
florian
|
a702d678aa
* more adaptions for m68k
|
21 years ago |