pierre 1bed61195e Fix m68k errors with -CriotR option 5 лет назад
..
aasmcpu.pas 16fc8c8d9a m68k: added some handling for the explicit precision FPU instructions in the spilling and optimizer. fixed a_fsabs and a_fdabs names 5 лет назад
ag68kgas.pas 19a6964088 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 5 лет назад
ag68kvasm.pas 90bab63e51 m68k/vasm: remove bits of Linux support. this combination has never really been tested or supported, and got broken recently. m68k-elf-linux has good enough GNU binutils anyway 6 лет назад
aoptcpu.pas 16fc8c8d9a m68k: added some handling for the explicit precision FPU instructions in the spilling and optimizer. fixed a_fsabs and a_fdabs names 5 лет назад
aoptcpub.pas 9b0ff05ee8 - get rid of MaxOps, it is redundant with max_operands 6 лет назад
aoptcpud.pas 790a4fe2d3 * log and id tags removed 20 лет назад
cgcpu.pas 1bed61195e Fix m68k errors with -CriotR option 5 лет назад
cpubase.pas eb71d11b99 m68k: also handle OS_64 register sizes in cgsize2subreg 5 лет назад
cpuinfo.pas aea0f3e667 m68k: build fix (premature commits are the root of all evil too) 5 лет назад
cpunode.pas 2d8f56597e m68k: reenabled the 68k-specific n68kset node 8 лет назад
cpupara.pas 50fe8f70f5 m68k: make sure we're not trying to allocate a subregister for float paras when R_SUBWHOLE <> R_SUBNONE 5 лет назад
cpupi.pas 58d98d8cd7 m68k: made the PIC_OFFSET_REGs runtime changeable, and applied some defaults 7 лет назад
cputarg.pas 1d78e73ed8 m68k: there are now cross-binutils for old MacOS, so based on the old/existing bits, fix the support in the compiler 8 лет назад
hlcgcpu.pas 3fee990218 * on Mach-O, PECOFF and ELF platforms, write local symbols as hidden/ 6 лет назад
itcpugas.pas 19a6964088 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 5 лет назад
m68kreg.dat 19a6964088 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 5 лет назад
n68kadd.pas fd1d227175 m68k: more refactoring for fpu_capabilities instead of hardwired fpu types. 68040 and 68060 fpu types should now work 5 лет назад
n68kcal.pas 4686f61002 * keep track of the temp position separately from the offset in references, 7 лет назад
n68kcnv.pas d29f44e1c7 m68k: rework of the inline nodes to use fpu_capabilities. added fast path for round/trunc (enabled for fastmath only) 6 лет назад
n68kinl.pas de095c4631 m68k: refactoring to use fpu_capabilities at more places instead of hardwiring certain fpu types 5 лет назад
n68kmat.pas 660432685a m68k: review and some cleanup of the shlshrnode, also add a special case for shifting 64bit values by 1 8 лет назад
n68kmem.pas 435b57bdb1 m68k: allow vecnode to use word size index registers 5 лет назад
n68kset.pas ca1ec0435d m68k: fixed the signedness of conditional jumps while creating the jump list for case statements 8 лет назад
r68kbss.inc 2934424c43 m68k: updated/added some reg includes as generated by the new tool 9 лет назад
r68kcon.inc 19a6964088 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 5 лет назад
r68kgas.inc 19a6964088 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 5 лет назад
r68kgasf.inc 19a6964088 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 5 лет назад
r68kgri.inc 19a6964088 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 5 лет назад
r68knor.inc 19a6964088 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 5 лет назад
r68knum.inc 19a6964088 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 5 лет назад
r68krni.inc 19a6964088 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 5 лет назад
r68ksri.inc 19a6964088 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 5 лет назад
r68ksta.inc 19a6964088 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 5 лет назад
r68kstd.inc 19a6964088 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 5 лет назад
r68kstdf.inc 19a6964088 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 5 лет назад
r68ksup.inc 19a6964088 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 5 лет назад
ra68k.pas 392da9e43f * fix warnings when compiling the compiler with DFA optimizer enabled on m68k 11 лет назад
ra68kmot.pas 1bed61195e Fix m68k errors with -CriotR option 5 лет назад
rgcpu.pas 4686f61002 * keep track of the temp position separately from the offset in references, 7 лет назад
symcpu.pas acf02ab64b * when creating wrappers, add a prefix to parameter names to prevent them 6 лет назад