.. |
aasmcpu.pas
|
c49c8210a3
m68k: some initial HLCG, use BSET/BCLR instructions for simple bit manipulation
|
hace 10 años |
ag68kgas.pas
|
c062e55aa2
m68k: after a compare on the FPU, move the condition flags back to the CPU. this should make floating point compare actually working
|
hace 10 años |
aoptcpu.pas
|
b617345e43
m68k: disabled premature MOVEA #0,Ax to SUBA Ax,Ax in the CG, because it breaks with spilling temp replacement and moved it to the optimizer, where it belongs. this fixes some code with potentially heavy address register pressure, like the IDE.
|
hace 10 años |
aoptcpub.pas
|
3c2031c9c6
m68k: added RegModifiedByInstruction implementation, enabled RefsHaveScale define
|
hace 10 años |
aoptcpud.pas
|
790a4fe2d3
* log and id tags removed
|
hace 20 años |
cgcpu.pas
|
201121d7c9
* synchronised with trunk till r30345
|
hace 10 años |
cpubase.pas
|
258b42de26
m68k: added support for FSIN/FCOS. these are software supported on the 68040, so we should have a separate 68040/060 FPU option too, to avoid these in the future.
|
hace 10 años |
cpuinfo.pas
|
5c67fcc43f
+ change always floating point divisions into multiplications if they are a power of two,
|
hace 11 años |
cpunode.pas
|
db50666b3b
n68kinl: added inline nodes for 68k. implemented first_sqr_real and second_sqr_real for 68881 FPU
|
hace 10 años |
cpupara.pas
|
67b8aceaee
* synchronized with privatetrunk till r30095
|
hace 10 años |
cpupi.pas
|
786e814d49
Use the correct frame pointer register: A6 on Unixes and A5 on everything else. The only
|
hace 13 años |
cputarg.pas
|
df7af34de9
m68k: very early optimizer implementation experiments
|
hace 11 años |
hlcgcpu.pas
|
201121d7c9
* synchronised with trunk till r30345
|
hace 10 años |
itcpugas.pas
|
258b42de26
m68k: added support for FSIN/FCOS. these are software supported on the 68040, so we should have a separate 68040/060 FPU option too, to avoid these in the future.
|
hace 10 años |
m68kreg.dat
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
hace 11 años |
n68kadd.pas
|
3650991d90
m68k: support LOC_REFERENCE/LOC_CREFERENCE for floating point instructions where possible
|
hace 10 años |
n68kcal.pas
|
b7da785688
* m68k: support stack cleanup at caller side, fixed calculation of pushed parameters size and offsets and cleaned out another pile of junk.
|
hace 11 años |
n68kcnv.pas
|
935820293c
m68k: in tm68ktypeconvnode.int_to_real, fix the reference before using it, and if the source is a register, make sure it's a data register
|
hace 10 años |
n68kinl.pas
|
258b42de26
m68k: added support for FSIN/FCOS. these are software supported on the 68040, so we should have a separate 68040/060 FPU option too, to avoid these in the future.
|
hace 10 años |
n68kmat.pas
|
5f66d63335
m68k: disabled comment generation
|
hace 10 años |
n68kmem.pas
|
ad301f8fa1
m68k: implemented t68kvecnode.update_reference_reg_packed. same as the generic one, but allocates int registers instead of address registers, because on 68k IMUL,SHR/SHL and AND can't work on address registers, which results in a lot of register shuffling
|
hace 10 años |
r68kcon.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
hace 11 años |
r68kgas.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
hace 11 años |
r68kgri.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
hace 11 años |
r68knor.inc
|
b19572b41d
+ gas registers
|
hace 21 años |
r68knum.inc
|
2555cc8496
* register numbers for address registers fixed
|
hace 21 años |
r68krni.inc
|
b19572b41d
+ gas registers
|
hace 21 años |
r68ksri.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
hace 11 años |
r68ksta.inc
|
2555cc8496
* register numbers for address registers fixed
|
hace 21 años |
r68kstd.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
hace 11 años |
r68ksup.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
hace 11 años |
ra68k.pas
|
392da9e43f
* fix warnings when compiling the compiler with DFA optimizer enabled on m68k
|
hace 11 años |
ra68kmot.pas
|
392da9e43f
* fix warnings when compiling the compiler with DFA optimizer enabled on m68k
|
hace 11 años |
rgcpu.pas
|
bd203a5b57
* synchronised with trunk till r30240
|
hace 10 años |
symcpu.pas
|
aa6b62cf4c
Add new procedure option: po_syscall_has_libsym,
|
hace 11 años |