fpc/compiler/arm
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 * split cpu64bit compiler define into 2008-02-13 20:44:00 +00:00
agarmgas.pas * removed unneeded label. 2006-11-24 13:20:32 +00:00
aoptcpu.pas * Fixed arm optimizer bug (mantis #9209). No testsuite regressions with -O2. 2007-07-06 13:09:28 +00:00
aoptcpub.pas Merged revisions 2782 via svnmerge from 2006-03-06 10:00:14 +00:00
aoptcpuc.pas * log and id tags removed 2005-05-21 09:42:41 +00:00
aoptcpud.pas * log and id tags removed 2005-05-21 09:42:41 +00:00
armatt.inc + eDSP instructions for arm 2007-02-11 15:10:27 +00:00
armatts.inc + eDSP instructions for arm 2007-02-11 15:10:27 +00:00
armins.dat Merged revisions 10168 via svnmerge from 2008-02-03 09:59:37 +00:00
armnop.inc + eDSP instructions for arm 2007-02-11 15:10:27 +00:00
armop.inc + eDSP instructions for arm 2007-02-11 15:10:27 +00:00
armreg.dat * remove $Log 2005-06-07 09:47:55 +00:00
armtab.inc + eDSP instructions for arm 2007-02-11 15:10:27 +00:00
cgcpu.pas * fix arm(eb) load/store of smaller than register sizes 2008-03-17 21:27:44 +00:00
cpubase.pas * fixed copy&paste error in rev. 10460 2008-03-08 14:05:04 +00:00
cpuinfo.pas * Activated safecall support for ARM CPU. 2007-06-21 17:32:35 +00:00
cpunode.pas + better case code generation for arm 2006-11-15 22:44:13 +00:00
cpupara.pas * cleanup and simplify the set type handling 2008-03-02 17:48:27 +00:00
cpupi.pas * fixed ARM stackframe optimization when float registers are used. 2007-07-12 21:55:34 +00:00
cputarg.pas Small fix for symbian arm target. 2007-12-02 08:27:18 +00:00
itcpugas.pas + added all used instructions to armins.dat 2005-09-08 22:08:31 +00:00
narmadd.pas * renamed nf_swaped to nf_swapped 2007-01-05 12:47:22 +00:00
narmcal.pas * log and id tags removed 2005-05-21 09:42:41 +00:00
narmcnv.pas * explicit typecasting of any ordinal type to a boolean of the same 2008-03-21 14:44:58 +00:00
narmcon.pas * Completely fixed float constants in softfloat mode when compiler was compiled in hardfloat mode on arm-linux host. 2007-07-10 21:05:12 +00:00
narminl.pas * remove registers{int/mmx/fpu} from firstpass 2007-09-26 21:12:01 +00:00
narmmat.pas * more div n^2 optimization 2007-10-20 18:02:55 +00:00
narmset.pas * handle case ranges properly for unsigned types with a non-zero base, resolves #10009 2007-10-28 17:06:02 +00:00
pp.lpi.template * improved template with help from Mattias Gaertner 2006-08-28 20:29:04 +00:00
raarm.pas Merged revisions 2921-2922,2925 via svnmerge from 2006-03-16 08:52:22 +00:00
raarmgas.pas * allow mla to take 4 operands, resolves #9461 2007-10-14 18:08:49 +00:00
rarmcon.inc * arm compiler compilation fixed 2003-12-18 17:06:21 +00:00
rarmdwa.inc * dwarf branch merged 2004-06-16 20:07:06 +00:00
rarmnor.inc
rarmnum.inc * arm compiler compilation fixed 2003-12-18 17:06:21 +00:00
rarmrni.inc
rarmsri.inc
rarmsta.inc
rarmstd.inc
rarmsup.inc
rgcpu.pas * fixed interference generation for top_local 2007-02-04 20:43:31 +00:00