.. |
aasmcpu.pas
|
m68k: support 32x32 to 64bit MUL generation when targeting CPUs which support this instruction
|
2017-05-25 22:35:12 +00:00 |
ag68kgas.pas
|
m68k/palmos: support the prc-tools specific @END hack for globals when writing data symbols
|
2018-01-04 07:57:29 +00:00 |
ag68kvasm.pas
|
atari: workaround/silence of a vlink warning, when it merges ro sections into rw ones. there are no ro sections on atari anyway
|
2017-12-30 06:51:32 +00:00 |
aoptcpu.pas
|
+ volatile() expression that marks an expression as volatile
|
2018-12-04 19:53:20 +00:00 |
aoptcpub.pas
|
- get rid of MaxOps, it is redundant with max_operands
|
2018-11-02 21:32:29 +00:00 |
aoptcpud.pas
|
|
|
cgcpu.pas
|
Disable range check in m68k:tiscv32 and riscv64 cgcpu units
|
2018-11-15 16:58:40 +00:00 |
cpubase.pas
|
Fix for bug report #34380
|
2018-10-18 20:21:54 +00:00 |
cpuinfo.pas
|
m68k: fix no FPU support
|
2017-09-16 18:13:57 +00:00 |
cpunode.pas
|
m68k: reenabled the 68k-specific n68kset node
|
2017-05-15 00:45:06 +00:00 |
cpupara.pas
|
* clean up some things regarding explicit paraloc handling. this should fix m68k-amiga and powerpc-morphos builds after r41716
|
2019-03-18 01:19:18 +00:00 |
cpupi.pas
|
m68k: made the PIC_OFFSET_REGs runtime changeable, and applied some defaults
|
2018-01-04 07:50:50 +00:00 |
cputarg.pas
|
m68k: there are now cross-binutils for old MacOS, so based on the old/existing bits, fix the support in the compiler
|
2017-08-22 10:41:02 +00:00 |
hlcgcpu.pas
|
* keep track of the temp position separately from the offset in references,
|
2018-04-22 17:03:16 +00:00 |
itcpugas.pas
|
m68k: added fint and fintrz instructions
|
2016-11-27 17:42:24 +00:00 |
m68kreg.dat
|
m68k: new 68k register data file format, which eases future subregister support
|
2015-12-13 17:29:47 +00:00 |
n68kadd.pas
|
m68k: try to generate better code from some pointermath - when the left is an address register and we do add/sub, also allocate an address register as temp, also only require that left and right sizes are same, when right is not a const
|
2018-06-05 16:45:02 +00:00 |
n68kcal.pas
|
* keep track of the temp position separately from the offset in references,
|
2018-04-22 17:03:16 +00:00 |
n68kcnv.pas
|
m68k: support longword to double conversions with the FPU, without a helper, better code for some other cases
|
2017-06-28 01:27:02 +00:00 |
n68kinl.pas
|
m68k: reinstate the inc/dec tempregister type hack again in an isolated way (it was removed in r40385, as it was breaking llvm target)
|
2018-12-02 18:54:04 +00:00 |
n68kmat.pas
|
m68k: review and some cleanup of the shlshrnode, also add a special case for shifting 64bit values by 1
|
2016-10-23 16:46:34 +00:00 |
n68kmem.pas
|
* keep track of the temp position separately from the offset in references,
|
2018-04-22 17:03:16 +00:00 |
n68kset.pas
|
m68k: fixed the signedness of conditional jumps while creating the jump list for case statements
|
2017-05-14 22:27:09 +00:00 |
r68kbss.inc
|
m68k: updated/added some reg includes as generated by the new tool
|
2015-12-13 17:32:00 +00:00 |
r68kcon.inc
|
|
|
r68kgas.inc
|
|
|
r68kgri.inc
|
|
|
r68knor.inc
|
|
|
r68knum.inc
|
|
|
r68krni.inc
|
|
|
r68ksri.inc
|
|
|
r68ksta.inc
|
|
|
r68kstd.inc
|
|
|
r68ksup.inc
|
m68k: updated/added some reg includes as generated by the new tool
|
2015-12-13 17:32:00 +00:00 |
ra68k.pas
|
|
|
ra68kmot.pas
|
changes to fix #32043
|
2017-10-06 21:07:19 +00:00 |
rgcpu.pas
|
* keep track of the temp position separately from the offset in references,
|
2018-04-22 17:03:16 +00:00 |
symcpu.pas
|
* when creating wrappers, add a prefix to parameter names to prevent them
|
2018-12-24 22:10:06 +00:00 |