| Commit message (Expand) | Author | Age | Files | Lines |
* | * Second patch xml-node-dump-defs.patch from J. Gareth Moreton from bug r... | pierre | 2020-12-02 | 1 | -0/+114 |
* | * patch by Marģers to unify internal error numbers, resolves #37888 | florian | 2020-10-13 | 1 | -5/+5 |
* | - removed tabstractrecorddef.get_unit_symtable, which did not always return... | jonas | 2020-05-13 | 1 | -3/+4 |
* | + add a method to tdef to initialize the defid from within a constructor | svenbarth | 2019-12-02 | 1 | -1/+11 |
* | * fix case completeness and unreachable code warnings in compiler that would | jonas | 2019-05-12 | 1 | -4/+0 |
* | Integrate patch from bug report 35409. | pierre | 2019-04-18 | 1 | -0/+6 |
* | + compiler/symdef.pas: Add missing call to tderef.reset methods in all tdef... | pierre | 2019-02-23 | 1 | -1/+4 |
* | + add method has_non_trivial_init_child() to tdef which provides access to th... | svenbarth | 2018-06-20 | 1 | -0/+2 |
* | + implementation of the vectorcall calling convention by J. Gareth Moreton | florian | 2018-02-11 | 1 | -0/+9 |
* | + add putboolean and getboolean convenience methods to tentfile | svenbarth | 2018-01-14 | 1 | -2/+2 |
* | * fix that *annoying* search & replace remnant of incorrect casing | svenbarth | 2017-09-27 | 1 | -3/+3 |
* | Move getptruint/putptruint methods to tentfile class to allow use with ppudump | pierre | 2017-09-17 | 1 | -22/+0 |
* | * removed unused units | florian | 2017-05-09 | 1 | -1/+1 |
* | marked a few uses of TConstExprInt as const during parameter passing, to avoi... | karoly | 2017-03-03 | 1 | -4/+4 |
* | * extend tdef.fullownerhierarchyname() with a parameter that skips the inclus... | svenbarth | 2016-11-28 | 1 | -2/+2 |
* | * as it seems that UnitImportSyms stores symbols that are already freed add a... | svenbarth | 2016-09-02 | 1 | -2/+4 |
* | * converted the result of fullownerhierarchyname to tsymstr so it (and | jonas | 2015-11-21 | 1 | -1/+1 |
* | * changed fix for reusable defs and exceptiontables again: we cannot create | jonas | 2015-11-21 | 1 | -1/+6 |
* | * correctly handle t*def.getreusable*() in case the original def was in | jonas | 2015-11-15 | 1 | -2/+2 |
* | * fixed formatting | jonas | 2015-11-04 | 1 | -1/+2 |
* | * only write the parts of the unit localsymtables that are actually needed: | jonas | 2015-10-25 | 1 | -2/+73 |
* | * removed the DWARF label fields from tdef/tobjectdef, and dynamically | jonas | 2015-10-13 | 1 | -4/+0 |
* | * detect whether or not a def/sym is registered based on its defid, so we | jonas | 2015-10-12 | 1 | -0/+2 |
* | * change rtti_mangledname resultdef into TSymStr | jonas | 2015-07-30 | 1 | -1/+1 |
* | * don't store reusable defs based on other defs from localsymtables into the | jonas | 2015-06-23 | 1 | -0/+21 |
* | * handle the loading of VMT entries at the node level, so it's done in a | jonas | 2015-05-31 | 1 | -0/+10 |
* | * support for raising the visibility of inherited properties on the JVM | jonas | 2014-06-12 | 1 | -0/+22 |
* | Extract tdef.is_related plus its overrides in tobjectdef, trecorddef and tstr... | svenbarth | 2013-10-25 | 1 | -7/+0 |
* | Correctly specialize generics if locally declared types are used (e.g. two pr... | svenbarth | 2013-07-26 | 1 | -2/+14 |
* | Add support for generic type constraints. They are currently only useful to s... | svenbarth | 2012-12-16 | 1 | -0/+1 |
* | + optimization that (re)orders instance fields of Delphi-style classes in | jonas | 2012-07-22 | 1 | -0/+8 |
* | + Reduce the amount of RTTI by not generating 'init' information if it will e... | sergei | 2012-04-27 | 1 | -0/+1 |
* | * merged trunk up to r20882 | jonas | 2012-04-15 | 1 | -2/+3 |
|\ |
|
| * | compiler: add owner hierarchy prefix for mangled name of parameter def to pre... | paul | 2012-01-24 | 1 | -2/+3 |
* | | + symansistr conditional define that, when activated, makes the symbol/ | jonas | 2011-08-20 | 1 | -4/+4 |
|/ |
|
* | + ttypesym.prettyname | florian | 2011-08-17 | 1 | -0/+1 |
* | * optimized memory layout of some often used classes | florian | 2011-08-13 | 1 | -2/+4 |
* | * reintegrate avr branch into trunk, work on avr is less invasive than I thou... | florian | 2011-04-19 | 1 | -4/+1 |
* | * always print the fully qualified type name in case a type is nested | jonas | 2011-03-23 | 1 | -4/+7 |
* | + introduce the usage of asizeint/asizeuint for cpus with sizeof("alu")<>size... | florian | 2011-02-26 | 1 | -3/+3 |
* | compiler: implement generic array type: | paul | 2011-01-02 | 1 | -0/+1 |
* | compiler: add enumsymtable case to FindUnitSymtable helper | paul | 2010-03-28 | 1 | -0/+1 |
* | * add type symbol names to -vp output (patch by Adriaan van Os, mantis | jonas | 2010-02-13 | 1 | -0/+9 |
* | merge revisions 13898-13899: | paul | 2009-11-01 | 1 | -0/+4 |
* | * reordered fields, safes 2-3 per cent of memory during compilation | florian | 2009-08-16 | 1 | -1/+1 |
* | + tsym.prettyname | florian | 2009-08-12 | 1 | -0/+7 |
* | Merged revisions 11878,11881-11882,11889,11891-11893,11895,11899-11902,11935,... | jonas | 2008-12-11 | 1 | -0/+5 |
* | * refactor is_visible_for_object | peter | 2008-11-17 | 1 | -55/+0 |
* | * split tvisibility from tsymoptions | peter | 2008-11-11 | 1 | -8/+6 |
* | * Fixed unreachable code warnings. | yury | 2008-07-23 | 1 | -0/+6 |