.. |
aasmcpu.pas
|
c49c8210a3
m68k: some initial HLCG, use BSET/BCLR instructions for simple bit manipulation
|
před 10 roky |
ag68kgas.pas
|
991e1f49bd
* store a pointer to the used tasminfo record in every assembler writer, so
|
před 10 roky |
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.
|
před 10 roky |
aoptcpub.pas
|
3c2031c9c6
m68k: added RegModifiedByInstruction implementation, enabled RefsHaveScale define
|
před 10 roky |
aoptcpud.pas
|
790a4fe2d3
* log and id tags removed
|
před 20 roky |
cgcpu.pas
|
61e4a1b811
+ added tasmlist parameter to getintparaloc() (needed for llvm)
|
před 10 roky |
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.
|
před 10 roky |
cpuinfo.pas
|
3cb9be73bc
Moved tcontrollerdatatype out into cpuinfo.
|
před 10 roky |
cpunode.pas
|
db50666b3b
n68kinl: added inline nodes for 68k. implemented first_sqr_real and second_sqr_real for 68881 FPU
|
před 10 roky |
cpupara.pas
|
f402b0d7df
* changed getpointerdef() into a tpointerdef.getreusable() class method
|
před 10 roky |
cpupi.pas
|
786e814d49
Use the correct frame pointer register: A6 on Unixes and A5 on everything else. The only
|
před 13 roky |
cputarg.pas
|
df7af34de9
m68k: very early optimizer implementation experiments
|
před 11 roky |
hlcgcpu.pas
|
201121d7c9
* synchronised with trunk till r30345
|
před 10 roky |
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.
|
před 10 roky |
m68kreg.dat
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
před 11 roky |
n68kadd.pas
|
0fc1fd6ac1
* replaced current_procinfo.currtrue/falselabel with storing the true/false
|
před 10 roky |
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.
|
před 11 roky |
n68kcnv.pas
|
0fc1fd6ac1
* replaced current_procinfo.currtrue/falselabel with storing the true/false
|
před 10 roky |
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.
|
před 10 roky |
n68kmat.pas
|
5f66d63335
m68k: disabled comment generation
|
před 10 roky |
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
|
před 10 roky |
r68kcon.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
před 11 roky |
r68kgas.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
před 11 roky |
r68kgri.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
před 11 roky |
r68knor.inc
|
b19572b41d
+ gas registers
|
před 21 roky |
r68knum.inc
|
2555cc8496
* register numbers for address registers fixed
|
před 21 roky |
r68krni.inc
|
b19572b41d
+ gas registers
|
před 21 roky |
r68ksri.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
před 11 roky |
r68ksta.inc
|
2555cc8496
* register numbers for address registers fixed
|
před 21 roky |
r68kstd.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
před 11 roky |
r68ksup.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
před 11 roky |
ra68k.pas
|
392da9e43f
* fix warnings when compiling the compiler with DFA optimizer enabled on m68k
|
před 11 roky |
ra68kmot.pas
|
392da9e43f
* fix warnings when compiling the compiler with DFA optimizer enabled on m68k
|
před 11 roky |
rgcpu.pas
|
bd203a5b57
* synchronised with trunk till r30240
|
před 10 roky |
symcpu.pas
|
7dd1d6aa77
o fixes handling of iso i/o parameters/program parameters:
|
před 10 roky |