summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* * hopefully final range check fixlinker@2665jonas2006-02-211-3/+4
* * properly rangecheck arrays after last changesjonas2006-02-201-2/+4
* * fix and suppress some rangecheck/overflow errors (regarding calculationjonas2006-02-201-1/+20
* * optimize multiple concats for ansi/widestringpeter2006-02-202-1/+52
* * fixed range errorsjonas2006-02-201-2/+2
* * init regallocator before generating intf wrapperspeter2006-02-201-0/+2
* * fix range errorpeter2006-02-201-1/+1
* * ar patch from Yuryflorian2006-02-191-3/+4
* * on non x86 systems currency is a orddef typeflorian2006-02-191-10/+20
* * fixed compilation on 32 bit hostsflorian2006-02-191-4/+12
* * constant loading does not force usage of R12 anymore, fixing tests when reg...tom_at_work2006-02-191-2/+22
* * optimize some more range checks away again, fixes 64bit cpu issuesjonas2006-02-181-2/+45
* * committed wrong file in r2614 (ncal.pas instead of pexpr.pas)jonas2006-02-172-19/+8
* * fixed handling of wrong invocations of slice + improved error reportingjonas2006-02-162-8/+24
* * fixed deref/resolve of sl_vec symlistitemsjonas2006-02-161-2/+4
* * also perform range checking in case fromdef falls inside todef, injonas2006-02-161-7/+0
* + added target arm-palmos (please use an fpcmake later than 04 feb 2006 in fu...mazen2006-02-152-8/+137
* + Add nice little peephole trickdaniel2006-02-151-0/+38
* * link_allways -> link_always (forgot to commit as well :)jonas2006-02-151-1/+1
* * link_allways -> link_always (forgot to commit)jonas2006-02-151-1/+1
* + more darwin i386 supportjonas2006-02-154-10/+8
* - disable automatic adding of "splitfilename(libname)" to to-be-linkedjonas2006-02-151-2/+2
* * link_allways -> link_alwaysjonas2006-02-1515-31/+31
* * assembling via a pipe and regular assembling now both use thejonas2006-02-151-28/+35
* + add "-arch ppc" to the assembler call to fix assembling whenjonas2006-02-151-3/+3
* + some darwin i386 supportjonas2006-02-151-10/+10
* * dwarf on x86-64 is workingflorian2006-02-141-7/+63
* + allow symbols with defined sizeflorian2006-02-141-0/+15
* + Add m_property mode switch to allow per mode recognition ofdaniel2006-02-143-5/+9
* - "property" is again only a keyword in objfpc and delphi modejonas2006-02-141-1/+1
* * don't include the compiler's ident in stabs for main and put itjonas2006-02-141-15/+15
* * put the reference to all debuginfo sections of used units injonas2006-02-141-0/+1
* * fixed SETTEXTBUFjonas2006-02-141-3/+1
* + i386-darwinflorian2006-02-121-1/+5
* * fixed referencesflorian2006-02-121-5/+1
* * some smartlinking fixes for ppc64tom_at_work2006-02-121-12/+16
* * removed powerpc64/linux from SMARTLINKTARGETS. Takes way too much time with...tom_at_work2006-02-122-137/+8
* * make cycle "OPT=-Aas -gw" worksflorian2006-02-121-86/+21
* * fixed lengthsleb128florian2006-02-121-4/+4
* * set resultloc for interfacecom in subscriptnjonas2006-02-121-0/+1
* * fixed constant symbol handling for dwarfflorian2006-02-121-4/+42
* * donewidestring has var instead of out parameterjonas2006-02-121-2/+2
* * no sec_bss markers anymore (.comm/.lcomm automatically changejonas2006-02-121-2/+5
* * make classrefdef regablejonas2006-02-121-1/+2
* * support @inherited <method> to get the methodpointerpeter2006-02-113-2/+13
* * dwarf: ignore propertysyms for nowflorian2006-02-111-1/+7
* * fixed writing of ansistring as DW_FORM_stringflorian2006-02-111-1/+1
* * string constants passed to array of const should be passed as ansistringsflorian2006-02-111-35/+38
* * allow 64bit property indexes for 64bitpeter2006-02-111-1/+4
* * fix alignments in vmt, remove all explicit 16 and 32 bit valuespeter2006-02-111-10/+7