| Commit message (Expand) | Author | Age | Files | Lines |
* | * resolve formal/anonymous external classes before comparing parameters to | jonas | 2015-08-30 | 1 | -5/+8 |
* | * never keep a value in a register for llvm if it's typecasted on the | jonas | 2015-04-25 | 1 | -9/+17 |
* | * fix for issue introduced in r28862: the compiler considered also | jonas | 2015-01-04 | 1 | -1/+1 |
* | * managed types cause a different warning/hint when they are | florian | 2014-12-14 | 1 | -20/+36 |
* | * initialise mineq before exiting the parameter checking loop for open array | jonas | 2014-10-31 | 1 | -2/+2 |
* | * support passing [nil] to an array of class/objcclass/javaclass/intf/... | jonas | 2014-10-17 | 1 | -1/+26 |
* | Fix for Mantis #26615. | svenbarth | 2014-09-01 | 1 | -1/+1 |
* | * Modified behavior of CExtended type in overload selection: it is made more ... | sergei | 2014-03-30 | 1 | -2/+2 |
* | * take care of dyn. arrays in cse | florian | 2014-02-08 | 1 | -0/+3 |
* | + nf_addr_taken: it marks nodes which address is taken | florian | 2014-02-07 | 1 | -0/+2 |
* | * only consider tc_pointer_to_array typeconversions to determine whether a | jonas | 2014-01-28 | 1 | -2/+2 |
* | * fixes several issues which cause warnings by the dfa code when using it to ... | florian | 2013-12-01 | 1 | -0/+2 |
* | * when using a pointer as array, the pointer is never written, only read | florian | 2013-11-06 | 1 | -2/+7 |
* | Extract tdef.is_related plus its overrides in tobjectdef, trecorddef and tstr... | svenbarth | 2013-10-25 | 1 | -4/+4 |
* | Small optimization for the search of operator overloads. Add a flag "sto_has_... | svenbarth | 2013-03-04 | 1 | -2/+8 |
* | + pseudo procedure aligned: tells the compiler to assume that the given param... | florian | 2013-01-04 | 1 | -1/+1 |
* | * accept with statements with generic variables having a generic parameter ty... | florian | 2012-12-28 | 1 | -0/+11 |
* | * prevent compiler crash caused by double freeing after reporting not | jonas | 2012-10-23 | 1 | -0/+3 |
* | * treat all "uninitialized" hints as warnings on JVM platforms, because | jonas | 2012-10-07 | 1 | -2/+8 |
* | * reject assignments to vecn[rangen] (mantis #22941) | jonas | 2012-09-21 | 1 | -4/+12 |
* | * cleanup some unused units from uses clauses | florian | 2012-09-21 | 1 | -3/+1 |
* | Avoid memory leak in isbinaryoverloaded function | pierre | 2012-09-19 | 1 | -0/+2 |
* | * don't allow overloading enum/int operations, because they should be | jonas | 2012-09-12 | 1 | -0/+5 |
* | * fixed java.lang.String and Pascal string comparisons after operator | jonas | 2012-08-19 | 1 | -1/+3 |
* | * make sure valid_for_assign() returns false for inlined function bodies | jonas | 2012-08-16 | 1 | -62/+67 |
* | Some corrections after the loosening of operator overloads: | svenbarth | 2012-07-29 | 1 | -40/+54 |
* | Loosen the restriction regarding operator overloads by applying a (modified) ... | svenbarth | 2012-07-26 | 1 | -78/+230 |
* | * only try to call procvars while choosing overloads in case they don't | jonas | 2012-06-28 | 1 | -1/+3 |
* | * don't give -CO warnings or hints for ordinal constants, because those | jonas | 2012-06-06 | 1 | -1/+3 |
* | * fixed (harmless) class cast error | jonas | 2012-05-08 | 1 | -1/+1 |
* | * synchronised with trunk up to r21067 | jonas | 2012-04-26 | 1 | -59/+78 |
|\ |
|
| * | compiler: change ShortString->(Some)String and AnsiString->(Some)String overl... | paul | 2012-04-26 | 1 | -38/+45 |
| * | * if we assign something to a record field whose type is not regable by | jonas | 2012-04-21 | 1 | -0/+11 |
| * | compiler: change candidates search preference for variant arguments based on ... | paul | 2012-04-18 | 1 | -21/+22 |
* | | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -49/+110 |
|\ \
| |/ |
|
| * | * introduction of in_generic in r20699 was unneeded, replaced by parse_generic | florian | 2012-04-12 | 1 | -11/+0 |
| * | + in_generic for testing if currently a generic declaration/definition is par... | florian | 2012-04-03 | 1 | -15/+30 |
| * | Add support for Default() intrinsic. For now this is only (fully) supported | svenbarth | 2012-03-25 | 1 | -0/+51 |
| * | compiler: change overload search for char constants (for delphi compatibility): | paul | 2012-02-14 | 1 | -13/+0 |
| * | * mark nodes that have been created by transforming a read-accessor of | jonas | 2012-01-21 | 1 | -3/+10 |
| * | * factored load node flags out of node flags to gain space | florian | 2011-10-30 | 1 | -1/+1 |
| * | compiler: revert r19358. As stated by Florian, compiler should be able to com... | paul | 2011-10-04 | 1 | -2/+2 |
| * | compiler: remove CP_xxx constants since they are present in the system unit now | paul | 2011-10-04 | 1 | -2/+2 |
| * | --- Merging r19281 into '.': | florian | 2011-10-03 | 1 | -4/+3 |
| * | * patch by alexvin to replace $ifopt by $push/$pop, resolves #20332 | florian | 2011-09-25 | 1 | -5/+4 |
| * | * don't allow passing a field of a record that's not an lvalue as | jonas | 2011-09-23 | 1 | -5/+2 |
| * | merge r17552 from cpstrnew branch by inoussa: | paul | 2011-09-17 | 1 | -2/+18 |
| * | compiler: allow "with" to search members in nested types properly | paul | 2011-09-06 | 1 | -1/+1 |
* | | + Android/JVM target, including a translation of the Android r14 SDK | jonas | 2011-12-12 | 1 | -1/+1 |
* | | * ignore methods that are added for the purpose of the JVM (inherited | jonas | 2011-08-20 | 1 | -3/+44 |