| Commit message (Expand) | Author | Age | Files | Lines |
* | * Rework the constexprint to allow operations from low(int64) to high(qword). | daniel | 2007-06-13 | 1 | -18/+18 |
* | * fixed memory leak in conversion of realconstn to currency | jonas | 2007-06-10 | 1 | -3/+5 |
* | * Adjust indent. | daniel | 2007-06-06 | 1 | -2/+2 |
* | * Reduce false positives of type_h_use_div_for_int. | daniel | 2007-06-06 | 1 | -0/+5 |
* | * changed *string_to_*chararray helpers from functions into procedures | jonas | 2007-03-18 | 1 | -5/+25 |
* | * fixed val(s,int64) (it accepted values in the range | jonas | 2007-03-12 | 1 | -2/+2 |
* | * Merged 2.3 branch changes: | jonas | 2007-03-04 | 1 | -3/+3 |
* | * better set_to_set for setconst nodes | florian | 2007-02-25 | 1 | -16/+8 |
* | * cleaned up set conversion | florian | 2007-02-25 | 1 | -75/+70 |
* | + support for sets with size 1 and 2 | florian | 2007-01-24 | 1 | -11/+27 |
* | * Use IncRefCountBy in convert-operator | pierre | 2007-01-23 | 1 | -1/+1 |
* | * ttypeconvnode.simplify, avoid a memory leak | pierre | 2006-12-07 | 1 | -1/+3 |
* | * fixed assembling of movd with 64 bit registers | florian | 2006-11-25 | 1 | -0/+2 |
* | * (finally) fixed tests/test/trangeob.pp | jonas | 2006-11-20 | 1 | -3/+30 |
* | * first partially working implementation of variant com invoking | florian | 2006-11-05 | 1 | -8/+20 |
* | * some fpu emulation code from arm to generic code generator moved | florian | 2006-11-04 | 1 | -21/+53 |
* | * remove tdictionary and tindexarray | peter | 2006-11-03 | 1 | -52/+52 |
* | - removed automatic int-string, string-int and int-array conversion for | jonas | 2006-11-01 | 1 | -89/+0 |
* | * activated internal get_frame for x86 | jonas | 2006-11-01 | 1 | -0/+5 |
* | * refactor implemented interfaces | peter | 2006-10-31 | 1 | -3/+2 |
* | * Remove dos,strings units, use SysUtils instead | peter | 2006-10-30 | 1 | -2/+2 |
* | * germanism removed (aktfilepos -> current_filepos) | florian | 2006-10-30 | 1 | -1/+1 |
* | * settings refactored | florian | 2006-10-30 | 1 | -8/+8 |
* | * remove ttype | peter | 2006-10-29 | 1 | -498/+499 |
* | * fixed (macpas, non-constant) string to int conversion for little | jonas | 2006-10-22 | 1 | -1/+51 |
* | + allow implicit type conversions of 4 byte integers to strings for | jonas | 2006-10-18 | 1 | -0/+39 |
* | * fixed softfpu support | florian | 2006-10-15 | 1 | -2/+33 |
* | add warning for arithmetic on untyped pointers | micha | 2006-10-07 | 1 | -0/+2 |
* | * remove ifdef fpc | peter | 2006-10-07 | 1 | -1/+1 |
* | * process tasnode.call in foreach(static) (fixes tw7391 with regvars on ppc) | jonas | 2006-10-04 | 1 | -1/+0 |
* | * also perform C varargs type conversions for cdecl procedures declared | jonas | 2006-09-08 | 1 | -0/+70 |
* | * as operator isn't allowed for non com interfaces | florian | 2006-05-23 | 1 | -2/+2 |
* | * never remove regvar-ability of parameters passed by reference | jonas | 2006-05-17 | 1 | -3/+3 |
* | * fixed i.e. when type casting array constructors | florian | 2006-05-14 | 1 | -0/+1 |
* | * patch from Jonas to pass interface result as parameter | peter | 2006-04-13 | 1 | -3/+3 |
* | * avoid some unnecessary bool->int->bool type conversions | jonas | 2006-04-09 | 1 | -3/+8 |
* | * fixed wrong conversions from real to currency/int64 for x86 | jonas | 2006-03-18 | 1 | -2/+2 |
* | * moved type conversion of C varargs from tcallnode to | jonas | 2006-03-17 | 1 | -2/+41 |
* | + some simplify support for ttypeconvnode | jonas | 2006-03-05 | 1 | -3/+16 |
* | * symtablestack cleanup and rewrite | peter | 2006-02-05 | 1 | -2/+1 |
* | * split tstringtype for stringdef and stringconstnode | peter | 2006-01-13 | 1 | -2/+5 |
* | * made chararray handling 98% TP-compatible, fixes web bugs 3012 | jonas | 2006-01-04 | 1 | -1/+3 |
* | * fixed ie when "converting" double to double and single to single on softemu | florian | 2005-12-22 | 1 | -1/+10 |
* | * new categories for vs_*: vs_declared, vs_initialised, vs_read, | jonas | 2005-12-10 | 1 | -6/+6 |
* | * rtti parameter for dyn. array to variant conversion fixed | florian | 2005-10-23 | 1 | -1/+1 |
* | * fix overload choosing if both normal proc and proc of object are available | peter | 2005-10-19 | 1 | -2/+1 |
* | * convert constant widestring to ansistring before assigning to pchar | peter | 2005-10-18 | 1 | -1/+5 |
* | * support constant array of char to array of widechar | peter | 2005-10-18 | 1 | -6/+12 |
* | * move all stabs ($ifdef gdb) code to dbgstabs | peter | 2005-10-02 | 1 | -38/+39 |
* | * string constants are now array of char until | peter | 2005-10-02 | 1 | -72/+63 |