fpc/compiler/m68k
Jonas Maebe 62e66d2a56 * explicit typecasting of any ordinal type to a boolean of the same
size must happen without any mangling of the value (mantis #11027)
  * moved checking for signed-to-unsigned (or vice versa) type
    conversions in assignments from htypechk to ncnv (where there
    was already code for similar checks) and added support for
    bool_to_bool there as well

git-svn-id: trunk@10521 -
2008-03-21 14:44:58 +00:00
..
aasmcpu.pas * more spilling fixes 2008-01-20 16:13:20 +00:00
ag68kgas.pas * put Charlie's writeln debugger between DEBUG_CHARLIE conditional compilation symbols 2007-09-16 11:43:04 +00:00
aoptcpu.pas
aoptcpub.pas
aoptcpud.pas
cgcpu.pas * removed a_call_reg hack, not needed after peter's latest fix 2007-11-04 15:27:31 +00:00
cpuasm.pas
cpubase.pas + first attempt to implement a_call_reg 2007-11-04 01:40:02 +00:00
cpuinfo.pas * small m68k cleanups 2007-09-16 10:21:17 +00:00
cpunode.pas totally messy m68k changes. cleanup in progress 2006-01-27 14:20:35 +00:00
cpupara.pas * cleanup and simplify the set type handling 2008-03-02 17:48:27 +00:00
cpupi.pas
cputarg.pas * some more tiny m68k hacks... 2006-03-07 23:01:55 +00:00
itcpugas.pas * some fpu emulation code from arm to generic code generator moved 2006-11-04 10:23:35 +00:00
m68kreg.dat
n68kadd.pas * changed byte/word/longbool to be Delphi-compatible (+ similar changes 2008-01-24 21:30:55 +00:00
n68kcal.pas + de-uglified the previous hack 2007-11-01 19:31:58 +00:00
n68kcnv.pas * explicit typecasting of any ordinal type to a boolean of the same 2008-03-21 14:44:58 +00:00
n68kmat.pas + made m68k compiler to compile again 2007-09-13 22:30:27 +00:00
r68kcon.inc
r68kgas.inc
r68kgri.inc
r68knor.inc
r68knum.inc
r68krni.inc
r68ksri.inc
r68ksta.inc
r68kstd.inc
r68ksup.inc
ra68k.pas * give a regular error message instead of an internal error on x86 2007-12-01 11:28:15 +00:00
ra68kmot.pas * removed typed const, it is now handled by staticvarsym 2006-11-08 21:04:22 +00:00
rgcpu.pas Merged revisions 2921-2922,2925 via svnmerge from 2006-03-16 08:52:22 +00:00