.. |
aasmcpu.pas
|
2e64db935a
m68k: BSET and BCLR's dest operand is actually readwrite, not write only. fixes sets with regvars, when the regvar is spilled
|
hace 9 años |
ag68kgas.pas
|
b799ca40f8
m68k: various cleanups and improvements in the GAS assembler writer: pass operands to the helpers by reference, removed a few extra shortstring copies, cleanups
|
hace 9 años |
aoptcpu.pas
|
2b3bd71735
m68k: include CMPI in the CMP to TST optimization
|
hace 9 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
|
4e964c2ed7
m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process
|
hace 9 años |
cpubase.pas
|
288fa53694
m68k: is_calljmp cleanup
|
hace 9 años |
cpuinfo.pas
|
4e964c2ed7
m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process
|
hace 9 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
|
fa3b0ca312
* support marking defs created via the getreusable*() class methods as
|
hace 9 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
|
4e964c2ed7
m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process
|
hace 9 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
|
9133964676
m68k: new 68k register data file format, which eases future subregister support
|
hace 9 años |
n68kadd.pas
|
4e964c2ed7
m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process
|
hace 9 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
|
4e964c2ed7
m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process
|
hace 9 años |
n68kinl.pas
|
4e964c2ed7
m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process
|
hace 9 años |
n68kmat.pas
|
4e964c2ed7
m68k: rewrote fixref and a_load_ref_ref, fixing a bunch of problems on ColdFire, unifying and simplifying the code a lot, and hopefully not killing anything in the process
|
hace 9 años |
n68kmem.pas
|
ff7a0c5235
m68k: while updating reference, don't reallocate and copy the index to another register if we can apply scaling for it and we don't need to multiply, so the maybe_const_reg doesn't change. this improves generated code when a const reg (eg: a loop counter) is used as array index
|
hace 9 años |
r68kbss.inc
|
2934424c43
m68k: updated/added some reg includes as generated by the new tool
|
hace 9 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
|
2934424c43
m68k: updated/added some reg includes as generated by the new tool
|
hace 9 años |
ra68k.pas
|
392da9e43f
* fix warnings when compiling the compiler with DFA optimizer enabled on m68k
|
hace 11 años |
ra68kmot.pas
|
36043d13ae
- Removed remains of tai_labeled_instruction, already commented out probably in 1.0 times.
|
hace 9 años |
rgcpu.pas
|
96fe4313dd
m68k: fixed spilling code interfering with some ADDQ/SUBQ/MOV3Q instructions, fixes paszlib failing since r32830
|
hace 9 años |
symcpu.pas
|
7dd1d6aa77
o fixes handling of iso i/o parameters/program parameters:
|
hace 10 años |