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
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
cpunode.pas
cpupara.pas * cleanup and simplify the set type handling 2008-03-02 17:48:27 +00:00
cpupi.pas
cputarg.pas
itcpugas.pas
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
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
rgcpu.pas