| Commit message (Expand) | Author | Age | Files | Lines |
* | * changed explicit paraloc handling to use ppuload/ppuwrite functions in para... | karoly | 2014-09-04 | 1 | -12/+3 |
* | * reimplemented r28329 in a different way, as suggested by Jonas | nickysn | 2014-08-07 | 1 | -0/+19 |
* | * fixes for the support for overriding properties on the JVM target: | jonas | 2014-06-14 | 1 | -1/+9 |
* | * factored out overridden properties into a virtual method | jonas | 2014-06-12 | 1 | -0/+8 |
* | * factored out associating properties with their getters/setters/fiels | jonas | 2014-06-12 | 1 | -0/+60 |
* | Read the deref of the fieldvarsym into the correct variable. I wonder how thi... | svenbarth | 2014-05-29 | 1 | -1/+1 |
* | * changed the severity of messages showing overloaded routines with all | jonas | 2014-04-10 | 1 | -1/+1 |
* | * check all overloaded routines for mangled name conflicts on the JVM | jonas | 2014-04-10 | 1 | -1/+1 |
* | * Calling tlabelsym.mangledname should not define the label. This was causing... | sergei | 2014-04-05 | 1 | -2/+1 |
* | tstaticvarsym.ppuload: read the section string outside of the symansistr defi... | svenbarth | 2014-04-04 | 1 | -1/+1 |
* | Fix for Mantis #19697. For this we need to have the internal static var symbo... | svenbarth | 2014-04-04 | 1 | -0/+29 |
* | * moved all jvm-specific code from symsym to jvm/symcpu | jonas | 2014-03-30 | 1 | -60/+11 |
* | * isolated segment-related functionality of tabsolutevarsym into i386/i8086- | jonas | 2014-03-30 | 1 | -29/+2 |
* | * made all ppuwrite methods in leaf classes "final", because you cannot | jonas | 2014-03-30 | 1 | -44/+111 |
* | + support overriding tdef/tsym methods with target-specific functionality: | jonas | 2014-03-29 | 1 | -39/+68 |
* | - removed {$ifdef compress} code (it hasn't been activated/maintained since | jonas | 2014-03-29 | 1 | -12/+2 |
* | * formatting | florian | 2014-03-29 | 1 | -1/+1 |
* | * moved comments in from of fields for better readability | florian | 2014-01-12 | 1 | -4/+8 |
* | + support iso pascal like program parameters in iso mode | florian | 2014-01-12 | 1 | -0/+4 |
* | + Added trecorddef.buildderefimpl, necessary since advanced records have been... | sergei | 2013-12-18 | 1 | -0/+2 |
* | * fixed some bugs in the camelCase conversion performed on the JVM target by | jonas | 2013-10-23 | 1 | -1/+21 |
* | + save the absolute variable's segment to the ppu file after r25666 | nickysn | 2013-10-06 | 1 | -6/+14 |
* | + implemented absolute seg:ofs vars on i8086 | nickysn | 2013-10-05 | 1 | -0/+3 |
* | * perform -CTlowercaseprocstart conversion it tprocsym.create rather than | jonas | 2013-08-29 | 1 | -1/+5 |
* | * make symbols generated in procedures global when auto-inlining is on | florian | 2013-08-18 | 1 | -1/+6 |
* | * record/use the code page of string constants typecasted to an ansistring | jonas | 2013-08-02 | 1 | -3/+6 |
* | * keep managed types in registers if possible. Under certain circumstances (i... | florian | 2013-06-23 | 1 | -2/+7 |
* | Completely reworked implementation of generic constraints, by moving the gene... | svenbarth | 2013-05-29 | 1 | -109/+0 |
* | * enable absolute for i8086-msdos | florian | 2013-03-29 | 1 | -2/+2 |
* | * records with two times the size of a register can be kept in registers | florian | 2013-01-04 | 1 | -2/+14 |
* | Add support for generic type constraints. They are currently only useful to s... | svenbarth | 2012-12-16 | 1 | -0/+116 |
* | * turned getpropaccesslist, add_parameters and add_index_parameter into | jonas | 2012-11-08 | 1 | -0/+86 |
* | * psub.pas : translate tregister for registerhi also | pierre | 2012-10-01 | 1 | -0/+3 |
* | * factored out code to decide when an asmsym for a staticvarsym has to be | jonas | 2012-08-25 | 1 | -0/+13 |
* | * give (w)string tconstsyms a def, so all constsyms always have a def | jonas | 2012-08-06 | 1 | -2/+2 |
* | * write parameter refs to ppu (only 1=used; 0=unsed), fixes parameter usage c... | florian | 2012-06-03 | 1 | -0/+6 |
* | * don't give an internalerror when setting the mangledbasename in case the | jonas | 2012-04-15 | 1 | -7/+5 |
* | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -27/+162 |
|\ |
|
| * | * don't ever mark the function result as vs_initialised, also not when | jonas | 2012-02-17 | 1 | -1/+2 |
| * | * keep track of the type of symbolic floating point constants rather | jonas | 2012-01-28 | 1 | -3/+7 |
| * | Merging of generics branch of Sven Barth | florian | 2011-12-06 | 1 | -2/+3 |
| * | * An open array/array of const parameter passed by value and requiring a loca... | sergei | 2011-12-06 | 1 | -0/+12 |
| * | * when looking for a procdef matching a procvardef in an objectdef, | jonas | 2011-12-03 | 1 | -17/+43 |
| * | compiler: fix ppu read/write of property parameters symtable (bug #0020454) | paul | 2011-11-09 | 1 | -10/+23 |
| * | compiler: don't create a parasymtable for property if property has no parameters | paul | 2011-10-28 | 1 | -6/+12 |
| * | * require that "overload" is present in the interface if it's used in the | jonas | 2011-10-15 | 1 | -0/+12 |
| * | compiler: store property parameters in a parasymtables together with property... | paul | 2011-10-07 | 1 | -0/+8 |
| * | reintegrate paul/namespaces branch into trunk: | paul | 2011-08-30 | 1 | -0/+46 |
* | | * fixed all known memory leaks in the code added for the JVM port | jonas | 2011-09-26 | 1 | -0/+1 |
* | | * if a mangledbasename is set for staticvarsyms, also use if when emitting | jonas | 2011-08-23 | 1 | -0/+18 |