.. |
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: always use ELF objects with vasm for improved cross-compatibility with other tools and compilers
|
2021-04-16 11:42:04 +00: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
|
|
|
aoptcpud.pas
|
|
|
cgcpu.pas
|
m68k: fix a_loadfpu_ref_reg to call a_loadfpu_reg_reg instead of a_load_reg_reg. made a_loadfpu_reg_reg internalerror on invalid target sizes when loading to a different reg size
|
2021-02-08 04:12:21 +00:00 |
cpubase.pas
|
* m68k: proper values for first_*_reg
|
2020-12-11 22:14:16 +00:00 |
cpuinfo.pas
|
m68k: new CPU capability - the LINK instruction supports LONG displacements (68020+)
|
2020-12-26 00:21:31 +00: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
|
m68k: change the stack push order in the register calling convention to left-to-right. This should fix parameter handling in nested procedures (tnest5)
|
2020-11-02 02:01:24 +00: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
|
|
|
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
|
|
|
r68kgas.inc
|
|
|
r68kgasf.inc
|
|
|
r68kgri.inc
|
|
|
r68knor.inc
|
|
|
r68knum.inc
|
|
|
r68krni.inc
|
|
|
r68ksri.inc
|
|
|
r68ksta.inc
|
|
|
r68kstd.inc
|
|
|
r68kstdf.inc
|
|
|
r68ksup.inc
|
|
|
ra68k.pas
|
|
|
ra68kmot.pas
|
m68k: fix DB/DW/DD handling in inline assembler, update BuildConstant() method to current standards. issue reported/initial patch by Marcel Kilgus in QLForum.co.uk
|
2020-11-24 05:42:38 +00:00 |
rgcpu.pas
|
* simplified code
|
2020-08-08 14:48:24 +00:00 |
symcpu.pas
|
|
|
tripletcpu.pas
|
* mark all external assemblers using an LLVM tool using af_llvm
|
2020-07-19 14:30:35 +00:00 |