.. |
aasmcpu.pas
|
001dfecdf5
m68k: use isregoverlap in is_same_reg_move, to determine if we're doing a no-op move
|
9 years ago |
ag68kgas.pas
|
aa424fc81f
m68k: use R_SUBNONE instead of R_SUBWHOLE for FPU regs, indentation fixes of some old code and various cleanups
|
9 years ago |
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.
|
10 years ago |
aoptcpub.pas
|
3c2031c9c6
m68k: added RegModifiedByInstruction implementation, enabled RefsHaveScale define
|
10 years ago |
aoptcpud.pas
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
cgcpu.pas
|
c82328e3fd
m68k: implemented tcg68k.check_register_size for future use. use R_SUBNONE for FPU registers, because R_SUBWHOLE will change. use isregoverlap in a_load_reg_reg
|
9 years ago |
cpubase.pas
|
9c12615f09
m68k: new isregoverlap function, which returns true if the two registers overlap (same type and subreg). use the new r68kbss.inc for regnumber_count_bsstart. other minor tweaks.
|
9 years ago |
cpuinfo.pas
|
3cb9be73bc
Moved tcontrollerdatatype out into cpuinfo.
|
10 years ago |
cpunode.pas
|
db50666b3b
n68kinl: added inline nodes for 68k. implemented first_sqr_real and second_sqr_real for 68881 FPU
|
10 years ago |
cpupara.pas
|
fa3b0ca312
* support marking defs created via the getreusable*() class methods as
|
9 years ago |
cpupi.pas
|
786e814d49
Use the correct frame pointer register: A6 on Unixes and A5 on everything else. The only
|
13 years ago |
cputarg.pas
|
df7af34de9
m68k: very early optimizer implementation experiments
|
11 years ago |
hlcgcpu.pas
|
201121d7c9
* synchronised with trunk till r30345
|
10 years ago |
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.
|
10 years ago |
m68kreg.dat
|
9133964676
m68k: new 68k register data file format, which eases future subregister support
|
9 years ago |
n68kadd.pas
|
0fc1fd6ac1
* replaced current_procinfo.currtrue/falselabel with storing the true/false
|
10 years ago |
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.
|
11 years ago |
n68kcnv.pas
|
0fc1fd6ac1
* replaced current_procinfo.currtrue/falselabel with storing the true/false
|
10 years ago |
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.
|
10 years ago |
n68kmat.pas
|
5f66d63335
m68k: disabled comment generation
|
10 years ago |
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
|
10 years ago |
r68kbss.inc
|
2934424c43
m68k: updated/added some reg includes as generated by the new tool
|
9 years ago |
r68kcon.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
11 years ago |
r68kgas.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
11 years ago |
r68kgri.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
11 years ago |
r68knor.inc
|
b19572b41d
+ gas registers
|
21 years ago |
r68knum.inc
|
2555cc8496
* register numbers for address registers fixed
|
21 years ago |
r68krni.inc
|
b19572b41d
+ gas registers
|
21 years ago |
r68ksri.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
11 years ago |
r68ksta.inc
|
2555cc8496
* register numbers for address registers fixed
|
21 years ago |
r68kstd.inc
|
7ee09b9620
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
11 years ago |
r68ksup.inc
|
2934424c43
m68k: updated/added some reg includes as generated by the new tool
|
9 years ago |
ra68k.pas
|
392da9e43f
* fix warnings when compiling the compiler with DFA optimizer enabled on m68k
|
11 years ago |
ra68kmot.pas
|
c47c6c0270
m68k: use std_regnum_search instead of prefixing the regname with % and calling gas_regnum_search
|
9 years ago |
rgcpu.pas
|
bd203a5b57
* synchronised with trunk till r30240
|
10 years ago |
symcpu.pas
|
7dd1d6aa77
o fixes handling of iso i/o parameters/program parameters:
|
10 years ago |