fpc/compiler/m68k
marco 12aee0aaf5 --- Merging r29407 into '.':
U    compiler/m68k/cpubase.pas
--- Merging r29428 into '.':
U    packages/ami-extra/src/cliputils.pas
--- Merging r29432 into '.':
U    rtl/os2/system.pas
U    rtl/os2/sysos.inc
U    rtl/os2/sysucode.inc
--- Merging r29433 into '.':
U    rtl/os2/doscall2.pas
U    rtl/os2/doscalls.pas
--- Merging r29441 into '.':
G    rtl/os2/sysucode.inc
--- Merging r29457 into '.':
G    rtl/os2/sysucode.inc
G    rtl/os2/sysos.inc

# revisions: 29407,29428,29432,29433,29441,29457

git-svn-id: branches/fixes_3_0@29461 -
2015-01-13 12:00:00 +00:00
..
aasmcpu.pas m68k: basic 68881 fpu support. probably still broken at umpzillion places, and mostly untested, but at least it builds the RTL and all packages successfully with -Cp68020 -Cf68881 instead of dying with random internalerrors() and now even emits actual FPU opcodes. 2015-01-02 05:29:45 +00:00
ag68kgas.pas
aoptcpu.pas m68k: very early optimizer implementation experiments 2014-06-06 07:38:50 +00:00
aoptcpub.pas
aoptcpud.pas
cgcpu.pas m68k: oops, unbroke the build with softfpu 2015-01-02 16:00:53 +00:00
cpubase.pas --- Merging r29407 into '.': 2015-01-13 12:00:00 +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 m68k: cleaned up and fixed cgcpu/fixref for coldfire at least; also enabled n68kmem node, so addressing with scaling is generated now 2014-06-21 21:36:48 +00:00
cpupara.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
cpupi.pas
cputarg.pas m68k: very early optimizer implementation experiments 2014-06-06 07:38:50 +00:00
hlcgcpu.pas
itcpugas.pas m68k: added the byterev and ff1 CF ISAA+/ISAC instructions, also added byterev as a CPU capability 2014-09-16 01:39:02 +00:00
m68kreg.dat
n68kadd.pas m68k: basic 68881 fpu support. probably still broken at umpzillion places, and mostly untested, but at least it builds the RTL and all packages successfully with -Cp68020 -Cf68881 instead of dying with random internalerrors() and now even emits actual FPU opcodes. 2015-01-02 05:29:45 +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: basic 68881 fpu support. probably still broken at umpzillion places, and mostly untested, but at least it builds the RTL and all packages successfully with -Cp68020 -Cf68881 instead of dying with random internalerrors() and now even emits actual FPU opcodes. 2015-01-02 05:29:45 +00:00
n68kmat.pas - removed unused variables 2014-07-31 18:35:55 +00:00
n68kmem.pas m68k: tweaks and fixes in n68kmem. the node is still disabled, needs further fixes in cgcpu/fixref to work properly 2014-06-20 11:49:38 +00:00
r68kcon.inc
r68kgas.inc
r68kgri.inc
r68knor.inc
r68knum.inc
r68krni.inc
r68ksri.inc
r68ksta.inc
r68kstd.inc
r68ksup.inc
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 m68k: plain 68000 also needs extra handling for large offsets 2014-08-16 15:14:34 +00:00
symcpu.pas Add new procedure option: po_syscall_has_libsym, 2014-10-03 19:26:16 +00:00