.. |
aasmcpu.pas
|
m68k: add missing FINT and FINTRZ instructions to spilling_get_operation_type()
|
2020-10-31 21:57:59 +00:00 |
ag68kgas.pas
|
m68k: write inline floating point immediates as hex consts, instead of scientific notation. the scientific notation format parsing depends on the libc the assembler was linked against, which can lead to varying results and compile errors
|
2021-02-08 05:01:45 +00:00 |
ag68kvasm.pas
|
* m68k: allow vasm to be used for system_m68k_embedded target, simplify some code
|
2022-03-05 17:59:15 +01:00 |
aoptcpu.pas
|
m68k: do not optimize away fmove fpureg0, intreg0; fmove intreg0; fpureg0; constructs, they're used for rounding to single on FPUs with no resultprecision encoding
|
2021-01-25 00:12:53 +00:00 |
aoptcpub.pas
|
Avoid warnings for m68k compiler
|
2019-11-05 10:00:48 +00:00 |
aoptcpud.pas
|
|
|
cgcpu.pas
|
* m68k: don't attempt to copy less than 1 byte in g_concatcopy, this fixes tdfa7.pp on 68000 and removes some superfluous address processing on 68020+ in the same test
|
2022-02-08 03:04:28 +01:00 |
cpubase.pas
|
m68k: added support to references like (a0,d0.w) in inline assembly, also fixed a bug, where sometimes the index register would have been randomly set as smaller than .l size, when the size wasn't specified
|
2021-04-19 09:13:02 +00:00 |
cpuinfo.pas
|
* cleanup of 2.7.0 defines
|
2021-10-31 13:20:28 +01:00 |
cpunode.pas
|
m68k: on the Sinclair QL insert the main program's name into the object, so the RTL later can set it as default job name
|
2021-04-12 11:51:12 +00:00 |
cpupara.pas
|
* cleanup of VER3_0 defines
|
2021-11-17 22:19:57 +01:00 |
cpupi.pas
|
|
|
cputarg.pas
|
m68k: initial commit to add the Sinclair QL as a compiler target
|
2020-11-04 14:20:28 +00:00 |
hlcgcpu.pas
|
|
|
itcpugas.pas
|
m68k: migrate the compiler to the new instruction tables and drop the old ones
|
2020-05-08 12:33:04 +00:00 |
m68kins.dat
|
m68k: added a full instruction table (minus CF MAC/EMAC instructions for now), based on vasm, and the required tool to process it
|
2020-05-08 12:05:11 +00:00 |
m68knop.inc
|
m68k: add the converted includes, based on m68kins.dat
|
2020-05-08 12:11:13 +00:00 |
m68kop.inc
|
m68k: add the converted includes, based on m68kins.dat
|
2020-05-08 12:11:13 +00:00 |
m68kreg.dat
|
m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it
|
2019-09-20 11:35:35 +00:00 |
m68kstd.inc
|
m68k: add the converted includes, based on m68kins.dat
|
2020-05-08 12:11:13 +00:00 |
m68ktab.inc
|
m68k: fixed instruction code formatting in the generated include
|
2020-05-08 21:06:59 +00:00 |
n68kadd.pas
|
m68k: do not use OS_NO for FPU locations, but properly promote location sizes into the CG
|
2021-02-08 04:07:04 +00:00 |
n68kcal.pas
|
* patch by Marģers to unify internal error numbers, resolves #37888
|
2020-10-13 19:59:01 +00:00 |
n68kcnv.pas
|
|
|
n68kinl.pas
|
m68k: do not use OS_NO for FPU locations, but properly promote location sizes into the CG
|
2021-02-08 04:07:04 +00:00 |
n68kmat.pas
|
* patch by Marģers to unify internal error numbers, resolves #37888
|
2020-10-13 19:59:01 +00:00 |
n68kmem.pas
|
m68k: removed some helper function which was added, but in the end it never saw any use
|
2021-02-24 09:10:40 +00:00 |
n68kset.pas
|
|
|
n68kutil.pas
|
m68k: on the Sinclair QL insert the main program's name into the object, so the RTL later can set it as default job name
|
2021-04-12 11:51:12 +00:00 |
r68kbss.inc
|
|
|
r68kcon.inc
|
m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it
|
2019-09-20 11:35:35 +00:00 |
r68kgas.inc
|
m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it
|
2019-09-20 11:35:35 +00:00 |
r68kgasf.inc
|
m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it
|
2019-09-20 11:35:35 +00:00 |
r68kgri.inc
|
m68k: added support to references like (a0,d0.w) in inline assembly, also fixed a bug, where sometimes the index register would have been randomly set as smaller than .l size, when the size wasn't specified
|
2021-04-19 09:13:02 +00:00 |
r68knor.inc
|
m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it
|
2019-09-20 11:35:35 +00:00 |
r68knum.inc
|
m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it
|
2019-09-20 11:35:35 +00:00 |
r68krni.inc
|
m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it
|
2019-09-20 11:35:35 +00:00 |
r68ksri.inc
|
m68k: added support to references like (a0,d0.w) in inline assembly, also fixed a bug, where sometimes the index register would have been randomly set as smaller than .l size, when the size wasn't specified
|
2021-04-19 09:13:02 +00:00 |
r68ksta.inc
|
m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it
|
2019-09-20 11:35:35 +00:00 |
r68kstd.inc
|
m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it
|
2019-09-20 11:35:35 +00:00 |
r68kstdf.inc
|
m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it
|
2019-09-20 11:35:35 +00:00 |
r68ksup.inc
|
m68k: add subregisters. on 68k, these are not as universal as on x86 and work differently, but the compiler needs this infrastructure to do 16bit math (which is a massive improvement on '000) or word-size indexes on CPUs which support it
|
2019-09-20 11:35:35 +00:00 |
ra68k.pas
|
|
|
ra68kmot.pas
|
m68k: added support to references like (a0,d0.w) in inline assembly, also fixed a bug, where sometimes the index register would have been randomly set as smaller than .l size, when the size wasn't specified
|
2021-04-19 09:13:02 +00:00 |
rgcpu.pas
|
* fix m68k IE after e9acd759 , patch by Yuriy Sydorov
|
2021-12-13 16:14:59 +01:00 |
symcpu.pas
|
|
|
tripletcpu.pas
|
* mark all external assemblers using an LLVM tool using af_llvm
|
2020-07-19 14:30:35 +00:00 |