.. |
aasmcpu.pas
|
m68k: some initial HLCG, use BSET/BCLR instructions for simple bit manipulation
|
2015-03-22 14:01:14 +00:00 |
ag68kgas.pas
|
m68k: after a compare on the FPU, move the condition flags back to the CPU. this should make floating point compare actually working
|
2015-02-15 13:41:40 +00:00 |
aoptcpu.pas
|
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.
|
2015-03-16 02:04:58 +00:00 |
aoptcpub.pas
|
m68k: added RegModifiedByInstruction implementation, enabled RefsHaveScale define
|
2015-02-01 16:33:26 +00:00 |
aoptcpud.pas
|
|
|
cgcpu.pas
|
+ added tasmlist parameter to getintparaloc() (needed for llvm)
|
2015-04-04 14:29:16 +00:00 |
cpubase.pas
|
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.
|
2015-03-17 22:52:53 +00:00 |
cpuinfo.pas
|
+ change always floating point divisions into multiplications if they are a power of two,
|
2014-11-16 20:47:38 +00:00 |
cpunode.pas
|
n68kinl: added inline nodes for 68k. implemented first_sqr_real and second_sqr_real for 68881 FPU
|
2015-02-22 23:11:16 +00:00 |
cpupara.pas
|
* synchronized with privatetrunk till r30095
|
2015-03-05 20:32:15 +00:00 |
cpupi.pas
|
Use the correct frame pointer register: A6 on Unixes and A5 on everything else. The only
|
2012-10-18 20:11:49 +00:00 |
cputarg.pas
|
m68k: very early optimizer implementation experiments
|
2014-06-06 07:38:50 +00:00 |
hlcgcpu.pas
|
* synchronised with trunk till r30345
|
2015-03-28 12:28:15 +00:00 |
itcpugas.pas
|
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.
|
2015-03-17 22:52:53 +00:00 |
m68kreg.dat
|
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
2014-04-13 21:02:16 +00:00 |
n68kadd.pas
|
m68k: support LOC_REFERENCE/LOC_CREFERENCE for floating point instructions where possible
|
2015-02-15 20:15:21 +00:00 |
n68kcal.pas
|
* m68k: support stack cleanup at caller side, fixed calculation of pushed parameters size and offsets and cleaned out another pile of junk.
|
2014-07-08 19:08:56 +00:00 |
n68kcnv.pas
|
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
|
2015-03-14 17:14:10 +00:00 |
n68kinl.pas
|
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.
|
2015-03-17 22:52:53 +00:00 |
n68kmat.pas
|
m68k: disabled comment generation
|
2015-03-01 15:49:57 +00:00 |
n68kmem.pas
|
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
|
2015-03-21 20:09:35 +00:00 |
r68kcon.inc
|
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
2014-04-13 21:02:16 +00:00 |
r68kgas.inc
|
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
2014-04-13 21:02:16 +00:00 |
r68kgri.inc
|
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
2014-04-13 21:02:16 +00:00 |
r68knor.inc
|
|
|
r68knum.inc
|
|
|
r68krni.inc
|
|
|
r68ksri.inc
|
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
2014-04-13 21:02:16 +00:00 |
r68ksta.inc
|
|
|
r68kstd.inc
|
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
2014-04-13 21:02:16 +00:00 |
r68ksup.inc
|
instead of supporting SP only, have register A7 defined, and have SP as an alias
|
2014-04-13 21:02:16 +00:00 |
ra68k.pas
|
* fix warnings when compiling the compiler with DFA optimizer enabled on m68k
|
2014-08-20 13:49:47 +00:00 |
ra68kmot.pas
|
* fix warnings when compiling the compiler with DFA optimizer enabled on m68k
|
2014-08-20 13:49:47 +00:00 |
rgcpu.pas
|
* synchronised with trunk till r30240
|
2015-03-15 19:44:58 +00:00 |
symcpu.pas
|
Add new procedure option: po_syscall_has_libsym,
|
2014-10-03 19:26:16 +00:00 |