| .. |
|
aasmcpu.pas
|
m68k: fixed and enabled hardware mod/div support for coldfire, also it no longer depends on cpu family but cpu capability
|
2016-05-26 16:54:39 +00:00 |
|
ag68kgas.pas
|
m68k: added REMS/REMU to the special formatting requirements list in the assembler writer
|
2016-05-28 15:30:48 +00:00 |
|
ag68kvasm.pas
|
m68k: added a simple VASM writer frontend for the GNU AS writer (as VASM has a compatiblity mode)
|
2016-05-29 15:52:43 +00:00 |
|
aoptcpu.pas
|
m68k: use inlined realconsts also during normal float calculations on '881/040/060. also optimize them where possible
|
2016-05-10 18:19:41 +00:00 |
|
aoptcpub.pas
|
m68k: added RegModifiedByInstruction implementation, enabled RefsHaveScale define
|
2015-02-01 16:33:26 +00:00 |
|
aoptcpud.pas
|
|
|
|
cgcpu.pas
|
m68k: fixed a bug, where during during unaligned stores, the base address was preinitalized to a temp address register from the wrong reference, causing havoc
|
2016-10-01 14:43:47 +00:00 |
|
cpubase.pas
|
m68k: fixed and enabled hardware mod/div support for coldfire, also it no longer depends on cpu family but cpu capability
|
2016-05-26 16:54:39 +00:00 |
|
cpuinfo.pas
|
m68k: added division/remainder cpu capabilities
|
2016-05-26 14:41:00 +00:00 |
|
cpunode.pas
|
* automatically generate necessary indirect symbols when a new assembler
|
2016-07-20 20:53:03 +00:00 |
|
cpupara.pas
|
m68k: use target_info.stackalign to align the stack instead of expecting a hardwired longword alignment. this is required for atari, and beneficial on all '000 targets
|
2016-10-08 14:01:32 +00:00 |
|
cpupi.pas
|
|
|
|
cputarg.pas
|
m68k: added a simple VASM writer frontend for the GNU AS writer (as VASM has a compatiblity mode)
|
2016-05-29 15:52:43 +00:00 |
|
hlcgcpu.pas
|
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
|
2016-08-05 07:09:16 +00:00 |
|
itcpugas.pas
|
m68k: fixed and enabled hardware mod/div support for coldfire, also it no longer depends on cpu family but cpu capability
|
2016-05-26 16:54:39 +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: unaligned access support in add nodes
|
2016-05-29 18:12:36 +00:00 |
|
n68kcal.pas
|
m68k: code generation for atari syscalls
|
2016-10-03 23:39:36 +00:00 |
|
n68kcnv.pas
|
m68k: unaligned handling for math and typeconv nodes
|
2016-05-29 18:48:24 +00:00 |
|
n68kinl.pas
|
m68k: when saving/restoring FPU registers, use the right FPU register size on ColdFire to calculate the stored size
|
2016-05-02 14:18:30 +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
|
m68k: if we have a symbol in the location reference, that will be base, so try to insert an index register instead, reduces the amount of data->address register shuffling in the generated code
|
2016-05-03 23:55:27 +00:00 |
|
n68kset.pas
|
m68k: implemented tcpucasenode.genlinearlist. 68k doesn't need cmp after sub, as sub sets the flags as expected. results in simpler, faster and more compact code
|
2016-05-19 21:33:45 +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
|
* fix warnings when compiling the compiler with DFA optimizer enabled on m68k
|
2014-08-20 13:49:47 +00:00 |
|
ra68kmot.pas
|
- removed default value of _typ parameter of TAsmData.(Weak)RefAsmSymbol():
|
2016-08-05 07:09:16 +00:00 |
|
rgcpu.pas
|
m68k: fixed spilling code interfering with some ADDQ/SUBQ/MOV3Q instructions, fixes paszlib failing since r32830
|
2016-04-08 03:21:09 +00:00 |
|
symcpu.pas
|
o fixes handling of iso i/o parameters/program parameters:
|
2015-05-01 20:58:31 +00:00 |